For the complete documentation index, see llms.txt. This page is also available as Markdown.

Building

This project uses npm tasks for builds.

  • npm start: Starts the demo chart builder page

  • npm run build: Compiles the code

  • npm run test: Runs Tests

  • npm run package: Compiles and bundles the package

  • npm run release: Compiles the demo chart builder page

Last updated