Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. componentDidMount() {
  2. const { data, average, labels } = this.props;
  3. const myChartRef = this.chartRef.current.getContext('2d');
  4.  
  5.  
  6. myChart = new Chart(myChartRef, ...)
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement