fusioncharts / react-fusioncharts-component

ReactJS component for FusionCharts JavaScript Charting library.
https://fusioncharts.github.io/react-fusioncharts-component/
MIT License
93 stars 33 forks source link

Chart won't display the values but displays labels when passed in as props. #3

Closed Arvin6 closed 7 years ago

Arvin6 commented 7 years ago

When I pass the data as props (Parent -> Child), only the label is being displayed and not the values. But it works fine if the same data is (copied) hardcoded in the child component itself. Possible bug.