reactjs / react-chartjs

common react charting components using chart.js
MIT License
2.93k stars 301 forks source link

Example of getCanvas() and getChart() #31

Closed Huxpro closed 9 years ago

Huxpro commented 9 years ago

Could you give me a code example how to use the method?

Huxpro commented 9 years ago

Well, I figure out.

The child-component can be referenced by ref props

var _chartObject = this.refs.myChart.getChart()