Sasha Mansurov
Results
2
comments of
Sasha Mansurov
This code in pure Chart.js works. ``` javascript import React from 'react'; import Chart from 'chart.js'; export default React.createClass({ componentDidMount() { const ctx = this.refs.chart.getContext('2d'); const x = this.props.data.map(obj =>...
I solved this by using chartjs by itself, not this library