Any Chart (Bar - x axis value display under the bar)
0
Hi, I am using Anychart widget for bar chart below. My x axis is years. First time user of this widget and new to plotly. I would like to show the year below every chart. As you can see, it is displaying every other bar or sometimes every 4 or 5 based on the size of the widget. What setting do I use to ensure that it shows the x axis value under each bar? I am looking in the plotly docs in the meantime. If any of you, have it done before, please share. Thanks, Manyam
asked
Manyam Kottapalli
1 answers
0
Hi Manyam,
Try to use "tickmode" : "linear" in your data json configuration for the X series.