Share Rechart graphs with Dynamox customizations
npm install @dynamox/dygraphsThis 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.
(soon)
(soon)
(soon)
``js
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
}
]
``
(soon)
(soon)