Skip to content
New issue

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

Bar chart with base defined #1155

Open
twoxfh opened this issue Jul 30, 2021 · 0 comments
Open

Bar chart with base defined #1155

twoxfh opened this issue Jul 30, 2021 · 0 comments

Comments

@twoxfh
Copy link

twoxfh commented Jul 30, 2021

Appreciate this project, its been very helpful.

I have not found a way to configure the base property of a bar chart as seen in the link below, am I missing something? Does anyone know how I could add it to the bar chart configuration panel if it does not exist?

Appreciate the review.

Bar Chart - jmmease

image

`
import pandas as pd
import plotly.graph_objs as go
fig = go.FigureWidget()

dates = pd.date_range('2018-01', '2018-12', freq='MS')
fig.add_bar(x=dates,
y=[2, 3, 4, 1, 4, 5, 3, 4, 5, 3, 2, 3],
base=[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12])
fig
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant