Guest User

Untitled

a guest
Feb 16th, 2019
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. import React from 'react';
  2. import ReactChartkick, { LineChart } from 'react-chartkick';
  3. import Chart from 'chart.js';
  4.  
  5. ReactChartkick.addAdapter(Chart);
  6.  
  7. export default props => (<LineChart {...props} />);
Add Comment
Please, Sign In to add comment