Forum Discussion
Repeating x-axis values
- 9 years ago
I am also using bullet chart version 2.1.4.0, but I figured out what was causing the duplicate numbers on the x-axis.
I did not want to display a decimal point on the x-axis values. When I changed the decimal places setting from "Auto" to "0", the value of each tic mark was rounded up to the nearest integer. Since the only way to chance the number of tic marks displayed is by resizing the chart, if I want the chart to fill the entire canvas with a range of 0 to 5, I am stuck with whatever number of tic marks the chart thinks is appropriate - in this case, a mark at every 0.5. It was how I had the x-axis values formatted that was throwing me off.
Thanks for thinking it through with me.
mnimmer,
What version of bullet chart do you use? I import version 2.1.4 bulletChartByOKViz.pbiviz, and create the visual using your tables, everything works well.
Regards,
I am also using bullet chart version 2.1.4.0, but I figured out what was causing the duplicate numbers on the x-axis.
I did not want to display a decimal point on the x-axis values. When I changed the decimal places setting from "Auto" to "0", the value of each tic mark was rounded up to the nearest integer. Since the only way to chance the number of tic marks displayed is by resizing the chart, if I want the chart to fill the entire canvas with a range of 0 to 5, I am stuck with whatever number of tic marks the chart thinks is appropriate - in this case, a mark at every 0.5. It was how I had the x-axis values formatted that was throwing me off.
Thanks for thinking it through with me.