chart-constructor

A ES6 module that adds constructor functionality to highcharts

Usage no npm install needed!

<script type="module">
  import chartConstructor from 'https://cdn.skypack.dev/chart-constructor';
</script>

README

chartConstructor

Discord Build Status David

chartConstructor is an NPM package that aims to abstract all of the options of HighCharts into neat chainable constructors.

The original class comes from bdistin and was added on and made into a chainable constructor by us @ QuarksWorks.