dashboard dev

The plus symbol in chart

Recommended Posts

The +(plus) symbol is not shown in the chart but it is send to chart. I try to use %23~%128 to get the fusion value of this char but I found some chars such as +-*/ are not in this range. The xml input stream works in the chart in the chart gallery. My chart is rendered in JS mode and data is deliveried over https.

Share this post


Link to post
Share on other sites
Guest Sashibhusan

Hi,

 

Could you please try once by providing the + symbol directly as string (without encoding) in the chart XML and see if it helps?

 

Ref. XML Code:

<chart>
 <set label='Feb+Mar' value='910000' />
</chart>

Hope this helps!

Share this post


Link to post
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