Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sutac/chartex

A simple web application project for dynamic chart visualisation.
https://github.com/sutac/chartex

canvas canvas2d charts javascript mathematics

Last synced: 1 day ago
JSON representation

A simple web application project for dynamic chart visualisation.

Awesome Lists containing this project

README

        

# Chartex

A simple web application project for dynamic chart visualisation.

## Technologies

1. Javascript
2. JSDoc

## How to run project?

You only need a server to serve static files.

## Documentation

Full documentation provided by JSDoc is localosed in [documentation folder](/docs/) and you can view it by opening [index file](/docs/index.html).

To **update or create documentation** yourself, follow these steps:

1. Install JSDoc dependencies by executing the command `npm install`
2. Run the `npm run doc` command and the documentation will be updated