UNPKG

react-dygraphs2

Version:

A React wrapper for the [dygraphs](http://dygraphs.com/) charting library.

6 lines (5 loc) 189 B
import Dygraph from './components/Dygraph'; import DygraphBase from 'dygraphs-commonjs'; export default Dygraph; const Interaction = DygraphBase.Interaction; export {Dygraph, Interaction};