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

InitalSelection y-value point is incorrect for stacked bar graph #9

Open
jaytyoung1 opened this issue Jul 19, 2023 · 0 comments
Open

Comments

@jaytyoung1
Copy link

bar_graph_initial_selection

When setting the InitialSelection behavior on a TimeSeriesChart with stacked bars, the y-value point is not offset with the other bar's y-value. For example, the red point's y-value is correct at $52, but the blue point's y-value should be offset by the $52, instead the blue point is set at $95 as if the bars are not stacked. Once I select this point in the chart, my selectionModel's changedListener corrects the y-value points.

image

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