cbh_helpers
v1.0.12
Published
csv and font loaders
Downloads
4
Readme
CBH-HELPERS
Version
v1.0.0
Description
Helper library which exports commonly used functions and methods for projects with charts.
This package can be used both as npm dependecy and as a bundle.
Usage
Run command: lerna add cbh_helpers --scope=<direct-module-name>
to add this package as a dependency.
Running: lerna run --scope cbh_helpers build-bundle
will create a helpers-bundle.js
file, which can be added as:
<script src="./helpers-bundle.js"></script>
into your index.html
.
Methods and Instancies
customLoadDataFromCsv
csvToCols
WebFont
bezier
Current bundle:
You can download the current package file from the following link 📩: helpers-bundle