How to configure step in column chart?
0
Hi, all! How can step be changed in column chart? Currently it is random and includes decimals, however, I will only have positive integers.
asked
Elina Zekunde
1 answers
0
you can add the following option to the layout options to make it only use integers:
{yaxis: {dtick: 1}}
answered
Tim van Leeuwen