LarissaHortencio10 / charts4j

Automatically exported from code.google.com/p/charts4j
Other
0 stars 0 forks source link

Comat in a TextMarker #42

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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