Hello team,
I've tried giving a very large series name as an input for the XYChart using its addseries() function. Which resulted in an UI breakage while displaying the chart. And when I tried to export that chart in a .png format using the BitmapEncoder's saveBitmap function there was no chart in it other than the axes.
Steps to Reproduce:
- Create a XYchart using XYChartBuilder().
- Use the add series function of the xyChart to provide the seriesName, something quite long.
- Use SwingWrapper to display the chart.
- And use BitmapEncoder.saveBitmap to export it as PNG
I've attached the image of the displayed chart along with the exported PNG file of the same.
Thanks and Kindly do the needful.


.
Hello team,
I've tried giving a very large series name as an input for the XYChart using its addseries() function. Which resulted in an UI breakage while displaying the chart. And when I tried to export that chart in a .png format using the BitmapEncoder's saveBitmap function there was no chart in it other than the axes.
Steps to Reproduce:
I've attached the image of the displayed chart along with the exported PNG file of the same.


Thanks and Kindly do the needful.
.