I wish to use ticklabelindex = -1 to make the label correspond to the end of the period. For example, I saw this code: fig.update_layout( xaxis=dict( minor=dict(ticks='outside'), ticks='outside', ticklen=10, ticklabelindex=-1 ) ) [on this page](https://plotly.com/python/axes/) I do not see the corresponding code [in this page](https://plotly.com/r/axes/) Can we use ticklabelindex in plotly when using R? Please clarify.