Export Image
Export Code

Making a horizontal bar chart

deepak jangid

Last edited May 30, 2020
Created on May 23, 2020
Forked from Hello VizHub

Creating a horizontal bar chat.

  1. Representing a data table in javascript.
  2. Creating rectangles for each row.
  3. Using linear and band scales.
  4. The Margin Convention.
  5. Adding Axes and Brand names.
  6. Fill the color in rectangle, if(val_1 >= mark_val) 'green' else 'red'.
  7. Add small vertical line representing mark_val data.
MIT Licensed