You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that using custom SVG defs with containers stopped functioning properly in versions later than 1.4.1. For instance, applying custom SVGs as colors for a StackedBar within an XY container no longer renders as expected.
Upon comparing versions 1.4.1 and 1.4.2, I noticed changes in the implementation within packages/ts/src/core/container/index.ts. A quick review suggests that these custom SVGs might not be added to the svg element anymore.
I'll try to investigate this issue further when I get a chance, but I wanted to bring it to your attention in the meantime 🙂
Thanks for maintaining such a great library!
The text was updated successfully, but these errors were encountered:
@flschweiger Thank you for reporting the issue! Can you please show us how you have set up your chart? I have not been able to reproduce the problem with my configuration.
It seems that using custom SVG defs with containers stopped functioning properly in versions later than 1.4.1. For instance, applying custom SVGs as colors for a
StackedBar
within anXY
container no longer renders as expected.Upon comparing versions 1.4.1 and 1.4.2, I noticed changes in the implementation within packages/ts/src/core/container/index.ts. A quick review suggests that these custom SVGs might not be added to the
svg
element anymore.I'll try to investigate this issue further when I get a chance, but I wanted to bring it to your attention in the meantime 🙂
Thanks for maintaining such a great library!
The text was updated successfully, but these errors were encountered: