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

Incrementally updating data where value has become null does not update the column (it remains with old data) #1787

Open
cheryllaird opened this issue Nov 14, 2024 · 0 comments
Labels
bug Something isn't working in next release Implemented. Available soon.

Comments

@cheryllaird
Copy link

Bug description
I have a chart which shows Jan, Feb and March.

On initial load, March is null. As the initial load uses setAll this all seems to display as expected, Jan and Feb are populated and there is an empty column for March as the data is null.

When updating the data, Feb becomes null and March is populated. I am doing an incremental update via setIndex. March populates as expected but February does not update and the column remains with the old data.

I do not want to use removeIndex on the update as this will also remove the February column space on the chart.

https://codepen.io/cheryllaird/pen/YzmgGbV?editors=1010

@martynasma martynasma added the bug Something isn't working label Nov 14, 2024
@zeroin zeroin added the in next release Implemented. Available soon. label Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working in next release Implemented. Available soon.
Projects
None yet
Development

No branches or pull requests

3 participants