We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was hoping the following would set the template to ggplot2 but alas. I'm not exactly sure what the issue is with the call?
ggplot2
using PlotlyJS config = PlotConfig(doubleClickDelay=1000) trace = bar( y = [3, 5, 3, 2], x = ["2019-09-02", "2019-10-10", "2019-11-12", "2019-12-22"], texttemplate = "%{label}", textposition = "inside" ) layout = Layout(xaxis_type= "date",template="ggplot2") plot(trace, layout)
The text was updated successfully, but these errors were encountered:
It works like that:
layout = Layout(xaxis_type= "date", template=templates["ggplot2"])
Sorry, something went wrong.
Thank you, would be great to document!
No branches or pull requests
I was hoping the following would set the template to
ggplot2
but alas. I'm not exactly sure what the issue is with the call?The text was updated successfully, but these errors were encountered: