0.0.2 • Published 6 years ago
basic-charts v0.0.2
basic-charts
This project is intended for learning purposes only and should not be used in any productive environment. However, it can be used to transform predefined Vega specifications to data URI scheme (here: data URL), SVG or HTML (though it might be easier to use Vega directly).
The project itself is written in TypeScript and uses mainly:
Installation
npm install basic-charts
Misc
# Create documentation
npm run docs
# Run tests
npm test