Hi All,
I've created a serial chart with Percents along the Y-axis (and Dates on the X-axis), but I've run into an issue when trying to add a percent symbol to the labels.
I'd like to add the "%" symbol to the end of the Labels Pattern (under the Value Axis tab) without causing the values to be multiplied by 100. (My data was entered as integers, not decimals)
Option 1: Using "#" adds a # symbol to the popup and axis values, but it multiplies the values by 100.

Option 2: Using "%" HTML decimal encoding (or Hexadecimal) adds a # symbol to the popup, but it displays as "%" on the axis values.

Is there a workaround for this issue?