Search code examples
oracle-apexoracle-apex-19.2

Oracle APEX - chart displays decimal point


I have a bar chart on my page where x-axis shows counts. The numbers are displayed with a decimal point (ex.: 1.0, 1.5, 2.0, 2.5 etc.). I want to display integers instead: 1, 2, 3, 4 etc. Without .5 and without decimal points. I se the x-axis Value section Format to Decimal and Decimal places to 0 but still not getting a desired result. Which settings do i need to tweak to have integers displayed?


Solution

  • Also setting the Step attribute to 1 did it for me.

    enter image description here