Line chart
npm install test-make-line-chart

1. Go to the root folder of that application
2. Install the package using: npm install test-make-line-chart
3. Import the package using: import 'test-make-line-chart'; in your JS-file
1. Perform a local Git clone
2. cd into cloned repository
3. npm install
4. npm run build && http-server . (run npm install -g http-server if you don't have the http-server npm package installed yet)
The following styles should all be optional. Defaults are ING-compliant.
* externalStyles (array): Array of stylesheet-ID's to be included from parents
* pathWidth (integer): Thickness of the lines in px.
* pathClasses (array): Array of classes for the paths, use fill attribute only.
* scatterClasses (array): Array of classes for the scattesr, use fill attribute only.
* scatterSymbols (array): Array of the scatter symbols, only 'circle' and 'square' are available values.
* scatterSize (integer): Size of the scatter symbols
* focusClasses (array): Array of the hover-effect classes, use fill and stroke attributes only.
* fontSize (integer): Fontsize for the axis and line-labels