You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When drawing a bar chart using histogram renderer (Very similar to the ones in example) the last bar graph isn't drawn. When the following code is ran the last bar (9 category) is not drawn as shown in lastBarNotDrawn.png. How ever if I add one extra data point at uknown category (which would be 10) the 9 category bar is drawn as shown in lastBarDrawnWithUC.png. To Reproduce
The following code is ran and the XYChart displayed in a Stage stack pane. But the XYchart can be displayed any where. Also you can just use the generateMultiSeriesBarChart function to create a chart and add DataSeries to it.
Thank you for this very helpful library and looking into this issue.
Describe the bug
When drawing a bar chart using histogram renderer (Very similar to the ones in example) the last bar graph isn't drawn. When the following code is ran the last bar (9 category) is not drawn as shown in lastBarNotDrawn.png. How ever if I add one extra data point at uknown category (which would be 10) the 9 category bar is drawn as shown in lastBarDrawnWithUC.png.
To Reproduce
The following code is ran and the XYChart displayed in a Stage stack pane. But the XYchart can be displayed any where. Also you can just use the generateMultiSeriesBarChart function to create a chart and add DataSeries to it.
Thank you for this very helpful library and looking into this issue.
Environment:
OS: Ubuntu 20.04.1 LTS
Java version: 11.0.13
JavaFx version: 11.0.2
ChartFx version: [11.2.5]
The text was updated successfully, but these errors were encountered: