Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

JfreeChart can render none as none, but can implement only one of the correct gradient styles (defined for series# 2,4,5). In our plugin implementation for JFreeChart we are accepting none as none. But for the series tags with non-none and correct gradient types defined, we accept the first not-none gradient type and then render the rest of the series with correct gradient types with the first one encounteredthat.
 
For example: we would render the series described above as:

...