Jump to content

Recommended Posts

Posted

Hi All,

           I am new in Jaspersoft.I am having problems with HTML5 charts when I am trying to add one new series.

 I am not able to populate the series part of the chart. Do we always need to set its type as java.lang.comperable.

Please give me some ideas.

Thanks in advance.

 

 

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • Solution
Posted

Hello,

java.lang.Comparable is not a type but an Interface. You can have any expression in series that would return you a data type that implements java.lang.Comparable. Numbers, dates and string types all implement comparable interface.

Regards,
Vadim

Posted

Thanks Vadim for the response.It is working properly.

I am facing a new problem in the legend. In the legend the Y axis name is coming in the legend with the series value.I dont want Y axis name in the legend how to remove the Y axis name from the legend, I just want the series name in the legnd.

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...