Skip to content

Files

This branch is 7596 commits behind cube-js/cube:master.

examples-gallery

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 29, 2018
Sep 29, 2018
Oct 10, 2018
Sep 29, 2018
Oct 24, 2018
Apr 5, 2019
Nov 19, 2018
Oct 15, 2018
Oct 16, 2018
Nov 19, 2018
Sep 29, 2018
Nov 19, 2018
Mar 16, 2020

Examples Gallery

This example project contains a gallery of different charts built with Cube.js. It uses Chart.js for visiualizations.

Get started

1. Download example & Install dependencies

Clone the repository:

git clone git@github.com:statsbotco/cubejs-client.git

Install Node dependencies:

cd cubejs-client/examples/examples-gallery
yarn install # or `npm install`

2. Run the script

yarn start