1.5.2 • Published 7 years ago

@dynamox/dygraphs v1.5.2

Weekly downloads
1
License
unlicensed
Repository
-
Last release
7 years ago

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)

1.5.2

7 years ago

1.5.1

7 years ago

1.5.0

7 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.9

7 years ago