Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 712 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 712 Bytes

Getting Started

Install

  • Run yarn install

This will install all necessary dependencies.

Run

  • Run yarn run start

This will run the application and watch for changes. Once code changes, will detect and recompile.

Stacked Histogram

The relevant code lives in https://github.com/messari/chart-stacked-histogram/blob/master/src/chartiq/components/Layout/histogramButton.jsx

To view it:

  1. run yarn run start
  2. navigate to http://localhost:3000/
  3. click on Stacked Histogram inside header => to see stacked histogram
  4. click again on Stacked Histgram => to see faulty comparison chart: y-axis starts from 0%, removing all negatives

License

All rights reserved to Messari Inc.