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

axisLabels on Barchart not visible #130

Open FrederickEngelhardt opened 6 years ago

FrederickEngelhardt commented 6 years ago

barChart is not rendering axisLabels

example: <BarChart axes axisLabels={{x: "Test", y: 'MY Y Axis'}} colorBars height={400} width={900} data={this.state.data} />

barabba9174 commented 5 years ago

This is the same issue of #118