How do I format the y-axis as percent in plot.ly?. in var layout
I have the following settings for the y-axis:
yaxis: {
hoverformat: ",.0%"
},
which changes the hover to percentages but the values printed on the y-axis still go from 0-1 instead of 0-100.
Any help is much appreciated.