- Run
yarn install
This will install all necessary dependencies.
- Run
yarn run start
This will run the application and watch for changes. Once code changes, will detect and recompile.
The relevant code lives in https://github.com/messari/chart-stacked-histogram/blob/master/src/chartiq/components/Layout/histogramButton.jsx
To view it:
- run
yarn run start
- navigate to http://localhost:3000/
- click on Stacked Histogram inside header => to see stacked histogram
- click again on Stacked Histgram => to see faulty comparison chart: y-axis starts from 0%, removing all negatives
All rights reserved to Messari Inc.