LarissaHortencio10 / charts4j

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

XY line charts cannot be "spark" lines #58

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It would be nice to have XY line charts without axes.  This would mean porting 
some of the LineChart code to XYLineChart (setSparkLine, adding a new chart 
type, etc) or putting it in the AbstractLineChart.

Do you think this is possible?

Original issue reported on code.google.com by timmatti...@gmail.com on 10 Sep 2011 at 1:23

GoogleCodeExporter commented 8 years ago
he question is, will the google chart API support it?

http://code.google.com/apis/chart/image/docs/gallery/line_charts.html

You may also be able to kludge it by having the axis color of the be the same 
color as the background.

Original comment by Julien.C...@gmail.com on 14 Sep 2011 at 5:06