Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sutac/chartex
- Owner: sutaC
- Created: 2024-02-04T14:36:06.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-05T20:50:26.000Z (6 months ago)
- Last Synced: 2024-11-11T01:08:37.353Z (about 2 months ago)
- Topics: canvas, canvas2d, charts, javascript, mathematics
- Language: JavaScript
- Homepage: https://chartex.sutac.pl
- Size: 402 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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