react-d3-core
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -81,12 +81,6 @@ # Container | ||
```js | ||
import { | ||
Chart as Chart | ||
} from 'react-d3-core'; | ||
var React = require('react'); | ||
var Chart = require('react-d3-core').Chart; | ||
import { | ||
default as React, | ||
component, | ||
} from 'react'; | ||
(() => { | ||
(function() { | ||
React.render( | ||
@@ -93,0 +87,0 @@ <Chart {...this.props}> |
{ | ||
"name": "react-d3-core", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "react-d3 chart core component", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Sorry, the diff of this file is not supported yet
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
4352849
45
32029