Skip to content

Bar chart with base defined #1155

@twoxfh

Description

@twoxfh

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
`

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