0.0.1 • Published 5 years ago

@mateuszkornecki/highcharts-random v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

highcharts-random

Lightweight javascript library that allow you to generate a random data series which can be used to fill your charts created with the Highcharts JS. Currently, it contains just a few basic methods, but it will be gradually developed.

Usage

CDN : https://cdn.pika.dev/highcharts-random

Live demo: https://jsfiddle.net/mateuszkornecki/c0pt8kse/

Avialable methods

  • random.color()
  • random.numberBetween(min? = 0, max? = 10)
  • random.data(length? = 10, min?, max?)
  • random.timeData(length? = 10, min?, max?)
0.0.1

5 years ago