messari / chart-stacked-histogram

Prototype repository for stacked histogram

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Prototype repository for stacked histogram


Languages

Language:JavaScript 95.7%Language:CSS 3.7%Language:HTML 0.5%