@dynamox/dygraphs
v1.5.2
Published
Share Rechart graphs with Dynamox customizations
Readme
Dygraphs
This is a ES6 module that introduces custom Recharts graphs styles for Dynamox applications. This module is supposed to centralize these custom styles and is UMD compatible.
Installing
(soon)
Permission Issues
(soon)
Usage
(soon)
Data Format
const dataset = [
{
datetime: 'Wed Apr 26 2017 17:37:55 GMT-0300 (BRT)',
value: 27.0
},
{
datetime: 'Wed Apr 26 2017 17:39:55 GMT-0300 (BRT)',
value: 27.5
}
]
<Graph data={dataset} name="temperature" color="green"/>
Properties
(soon)
Testing
(soon)
