We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07afe51 commit 50ac007Copy full SHA for 50ac007
README.md
@@ -21,7 +21,7 @@ $ npm install fusioncharts --save
21
After installing `react-fusioncharts`, import it in your `React` app:
22
23
```javascript
24
-import React, { Component } from 'react';
+import React from 'react';
25
import ReactDOM from 'react-dom';
26
import FusionCharts from 'fusioncharts/core';
27
import Column2D from 'fusioncharts/viz/column2d';
@@ -94,7 +94,7 @@ ReactDOM.render(
94
To render a map, import the FusionMaps module along with the map definition.
95
96
97
98
99
100
import Maps from 'fusioncharts/maps';
0 commit comments