Chart.js/docs
xr0master afbe03cce4
[types][beta-5] fixed stacked scale, changed default type for data.labels (#8001)
* Scale: added the stacked property for all scales
* interfaces: generic type LABEL can be string, Date, etc.
* controllers: stack can be used for all types of dataset
* docs/data-structures: added general dataset properties

Co-authored-by: Sergey Khomushin <sergey@placer.io>
2020-11-05 09:12:25 -05:00
..
docs [types][beta-5] fixed stacked scale, changed default type for data.labels (#8001) 2020-11-05 09:12:25 -05:00
src
static/img
docusaurus.config.js
package-lock.json
package.json Live demo in getting-started page (#7659) 2020-07-22 13:00:43 -04:00
README.md
sidebars.js Export extensible classes in ESM compatible way (#7650) 2020-08-03 12:33:41 -04:00

Website

This website is built using Docusaurus 2, a modern static website generator.

Installation

$ npm install

Local Development

$ npm run start

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

Build

$ npm run build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

$ GIT_USER=<Your GitHub username> USE_SSH=true npm run deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.