In chart.java a TextLayout is used to draw the chart title, but the given width can be < 0. So I added check in my patch that takes the max of the width and 0.
chart.java patch
Log in to post a comment.
chart.java patch