I have data that I'm trying to display in a 3d bar chart and running into issues with ticks along the y axis. I would like them to display as whole numbers and not repeat. I can get the number to not repeat or I can get the numbers to be whole numbers, but I can't do both at the same time (see images). Any advice on how to handle this would be much appreciated. Thanks!!!
gbiemer89 replied to gbiemer89's topic in General usage
Thanks for getting back to me. While that would work great for just this case, I'm looking for a more general solution. I.e. This chart is being used to display data that doesn't always have a max value of 2. Fundamentally what I'm wondering is if i have to find the max value of the chart i'm creating and then from there decide the best number of div lines (every time i render the chart) or if theres some kind of prepackaged setting I can use to make these decisions for me. Thanks a lot!!!