1.0.1 • Published 9 years ago

mulitbar-react-graph v1.0.1

Weekly downloads
8
License
-
Repository
-
Last release
9 years ago

a basic bar graph made with react, html and css.

implement like so:

<Chart
  data={[{title1: number},{title2: number} ... ]} <-- type [{}]
  titles={[title1, title2, ... ]} <-- type [""]
  height={number} <-- number px only
  width={number} <-- number px only
  xHeader={title} <-- ""
  yHeader={title} <-- ""
  fontFamily={fontname} <-- "", optional
  fontSize={fontSize} <-- number, optional
  scale={number} <-- px only, optional
/