0.1.11 • Published 6 years ago

drill_down_chart v0.1.11

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

Its a drill down chart component.

First, You need to import this: import {ChartViewComp} from 'drill_down_chart';

and then pass src of your json file For example: import React from 'react' import Footer from './Footer' import AddTodo from '../containers/AddTodo' import {ChartViewComp} from 'drill_down_chart';

console.log(ChartViewComp,'sad');

const App = () => (

export default App;