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

barWidth is not working #124

Open kksanghi opened 6 years ago

kksanghi commented 6 years ago

When i am using <BarChart colorBars={this.props.colorBars} barWidth={this.props.barWidth} height={this.props.height} width={this.props.width} data={this.props.data} margin={this.props.margin} mouseMoveHandler={(e: MouseEvent) => this.mouseMoveHandler(e)} mouseOutHandler={() => this.mouseOutHandler()} mouseOverHandler={(data: BarData, e: MouseEvent) => this.mouseOverHandler(data, e)} clickHandler={(data: BarData) => this.clickHandler(data)} /> bar width never gets updated it's always consistent.

mpkelly commented 5 years ago

I can confirm this issue as of today. Any update from the devs?