Design Studio 1.3 now offers the ability to format the X axis, Y axis, DataLabel, and Tooltip for a chart.
All of the items listed above honor formatting in the chart,except the Tooltip.
The screenshot below will show you a DataLabel formatted as percent using this formula: "0.00%"
Now I'm going to apply the exact same format formula ("0.00%") to the Tooltip, and it will not work correctly.
As you can see, it will not honor the formatting in the Tooltip. I have tried to using the built in formatting like: "#,##0", "#,##0.00", and "$#,##0".
The built-in formulas do not work for the Tooltip either.
Does anybody have any ideas how to get the Tooltip to format?