mulitbar-react-graph
v1.0.1
Published
multibar react graph
Downloads
1
Readme
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
/