terija129 Posted January 26, 2017 Posted January 26, 2017 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? DateValuationValueMarketValue2016-03-31A-2002016-03-31B175 2016-03-31C500 2016-06-30A 2102016-06-30B670 2016-06-30C550 2016-09-30A 2002016-09-30B600 2016-09-30C550
elizam Posted January 26, 2017 Posted January 26, 2017 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now