experience-experiments / react-easy-chart

[DEPRECATED] - Easy to use React Charting library
http://experience-experiments.github.io/react-easy-chart
BSD 3-Clause "New" or "Revised" License
142 stars 55 forks source link

Bar Chart: yType renders wrong bar heights #153

Open afarzana opened 5 years ago

afarzana commented 5 years ago

When I try to render a bar chart with the yType='text', the bars are longer than they are supposed to be (they go past the y-axis label)... Also, when the yType='time', the bars don't even render.