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

Chart Sizing Not Updating #646

Open
Caden-Dees opened this issue May 7, 2024 · 2 comments
Open

Chart Sizing Not Updating #646

Caden-Dees opened this issue May 7, 2024 · 2 comments
Assignees

Comments

@Caden-Dees
Copy link

When binding max/min of the y-axis of a chart, it updates the value but does not reflect on the chart visually (the chart doesn't rebuild with the changed value). For example an input widget with value of 100 is changed to 50 and has an onchange="yaxisid.max.set({maxinput})" updates the value of yaxisid.max to 50 (verified by using a text displaying that value) but the chart yaxis still shows 100.

@SomeGoodYear11
Copy link

The issue of the chart size not being able to be adjusted seems to be fixed, but not in the way we'd expect. The chart only changes with the updated size once you click any point within the chart, which seems connected to the chart module.

Using the input widget, we'd like the chart to rebuild dynamically or to be controlled using a button that sets the value for each axis.

@TheOlajos TheOlajos self-assigned this Jun 6, 2024
@TheOlajos
Copy link
Contributor

This is fixed with the upcoming chart update branch

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

When branches are created from issues, their pull requests are automatically linked.

3 participants