What steps will reproduce the problem?
Plot plot = Plots.newPlot(Data.newData(0, 66.6, 33.3, 100));
plot.addTextMarker("66,6",Color.BLACK,12,1);
LineChart chart = GCharts.newLineChart(plot);
What is the expected output? What do you see instead?
The Text Marker isn't display
What version of the product are you using? On what operating system?
Charts4j 1.2
Please provide any additional information below.
The comat value must be antislashed :
plot.addTextMarker("66\\,6",Color.BLACK,12,1);
Original issue reported on code.google.com by patou.de...@gmail.com on 12 Apr 2010 at 12:21
Original issue reported on code.google.com by
patou.de...@gmail.com
on 12 Apr 2010 at 12:21