Create annotated charts with a few clicks.
Prerequisites: Node 4.0+ with npm
in your PATH
.
# Install dependencies
npm install
# Build the ChartAccent library and the standalone tool.
npm run build
Serve the standalone
directory as static files with a webserver,
open index.html
or chartaccent.html
in your web browser.
For example, you can use Python's SimpleHTTPServer as below:
cd standalone
python -m SimpleHTTPServer 4000
Then, go to http://localhost:4000/index.html.
Open source license, TBD...