Jump to content

How to remove empty series from Multi Axis chart


terija129

Recommended Posts

Hi,

I have columnline chart in JasperSudio 6.3. that shows too many series. Data is in below format. I need to show Valuation A on secondary chart and rest on primary. How can series that have only null data be removed from chart? 

MultiAxisExpl.gif.f56041cb3e584b7efc03cc9e1a67349a.gif  

DateValuationValueMarketValue
2016-03-31A-200
2016-03-31B175 
2016-03-31C500 
2016-06-30A 210
2016-06-30B670 
2016-06-30C550 
2016-09-30A 200
2016-09-30B600 
2016-09-30C550 

 

Link to comment
Share on other sites

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

For charts in the community edition (based on JFree Charts), you might need to write a chart customizer.  (Does community edition support column/line?)

For HTML 5 charts (underlying engine is HighCharts), there seem to be some methods available for series you might be able to use:

http://api.highcharts.com/highcharts/Series.hide

 not sure if that works for column/line, bust asking on the highcharts forum might also get you some insight. Note that not all methods and options from highcharts have been tested in Jasper, so in some cases they don't work. But many of them do.

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...