unfoldadmin / django-unfold

Modern Django admin theme for seamless interface development
https://unfoldadmin.com
MIT License
1.03k stars 96 forks source link

fix: object overwriting when using multiple charts #349

Open BitTheByte opened 1 month ago

BitTheByte commented 1 month ago

This PR fixes an overwrite bug in the DEFAULT_CHART_OPTIONS as it was shared and mutated between chart instances resulting in a wrong rendering.

Before:

image

After:

image
lukasvinclav commented 1 month ago

@BitTheByte thank your very much for PR. Would you mind to provide use-case how I can replicate the issue in the screenshot above? I want to test the functionality but I'm not sure where to start.