This example project contains a gallery of different charts built with Cube.js. It uses Chart.js for visiualizations.
Clone the repository:
git clone [email protected]:statsbotco/cubejs-client.git
Install Node dependencies:
cd cubejs-client/examples/examples-gallery
yarn install # or `npm install`
yarn start