https://issues.apache.org/bugzilla/show_bug.cgi?id=51196

Yegor Kozlov <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #17 from Yegor Kozlov <[email protected]> 2011-09-10 19:04:15 UTC ---
Applied in 1167579, thanks, Roman

The Chart API is getting close to the point when it can be used in real
applications, at least, for creating Scatter charts. The class design looks
good, but to justify it we need more chart types implemented - until we have
only Scatter chart it is hard to tell whether all interfaces fit together.

I got my main impression from the ScatterChart example. It worked, but some
important features are missing:

 - legend name. In the ScatterChart example the data series are titled
"Series1" and "Series2" but I didn't find a way to modify it.  Shouldn't the
addSerie method accept series name as a third parameter?  For example,

chartData.addSerie(xValues, yValues, seriesName);

 - gridlines. Both X- and Y- grid lines are not visible and I couldn't change
it.

It would be also nice to be able to format markers and lines. 

Other than that, very cool! Thanks a lot for your excellent contribution.

Regards,
Yegor

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to