canvasjs-react-charts
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -37,5 +37,6 @@ var React = require('react'); | ||
} | ||
render() { | ||
//return React.createElement('div', { id: this.chartContainerId, style: this.containerProps }); | ||
return <div id = {this.chartContainerId} style = {this.containerProps}/> | ||
render() { | ||
return ( | ||
<div id = {this.chartContainerId} style = {this.containerProps}/> | ||
) | ||
} | ||
@@ -42,0 +43,0 @@ } |
{ | ||
"name": "canvasjs-react-charts", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A package for React CanvasJS Charts", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2115
461391