Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 438 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 438 Bytes

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 [email protected]:statsbotco/cubejs-client.git

Install Node dependencies:

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

2. Run the script

yarn start