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 ae88c08 commit cb047daCopy full SHA for cb047da
README.md
@@ -24,7 +24,8 @@ npm install react react-dom fusioncharts react-fusioncharts --save
24
#### Step 2: Add the HTML container element for rendering the chart
25
26
In your HTML, find the section where you wish to render the chart place a `<div>` for the FusionCharts to be rendered.
27
- `<div id='chart-container'></div>`
+
28
+`<div id='chart-container'></div>`
29
30
#### Step 3: Import react-fusioncharts package from npm
31
0 commit comments