Hi just have a quick question in regards to chart's Axis default labels. If I have values over 1000 chart will convert those values into something like this 1K, 2K, 3K, etc.... If I have values over 1,000,000 then chart will convert them into 1 mil, 2 mil, 3 mil, etc... Is there any way to change mil to m for default labeling? if I try something like this as my default format string {0} m, chart will display it as 1,000,000 m. I want it to display 1 m. I wonder if I could do it without modifying my query.
Thank you!
Thank you!