dashboard dev Report post Posted January 24, 2014 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 Report post Posted January 27, 2014 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