Skip to content

How do I use ticklabelindex in plotly in R ? #2436

Open
@ashimkapoor

Description

@ashimkapoor

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

I do not see the corresponding code in this page

Can we use ticklabelindex in plotly when using R? Please clarify.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions