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
This is not a victory-native specific issue. (Issues that only appear in victory-native should be opened here)
I have read through the FAQ and Guides before asking a question
I am using the latest version of Victory
I've searched open issues to make sure I'm not opening a duplicate issue
The Problem
I created a few bar charts a few months back with data styles including strokeLinejoin: round, which worked great. Those charts no longer have rounded ends, and the style isn't present in the DOM inspector, although I can add it there and it renders as expected. It seems like it may be getting stripped out of the whitelisted style attributes being passed to the svg components.
Bugs and Questions
Checklist
This is not a
victory-native
specific issue. (Issues that only appear invictory-native
should be opened here)I have read through the FAQ and Guides before asking a question
I am using the latest version of Victory
I've searched open issues to make sure I'm not opening a duplicate issue
The Problem
I created a few bar charts a few months back with data styles including
strokeLinejoin: round
, which worked great. Those charts no longer have rounded ends, and the style isn't present in the DOM inspector, although I can add it there and it renders as expected. It seems like it may be getting stripped out of the whitelisted style attributes being passed to the svg components.Reproduction
Reproduction of the issue here.
The text was updated successfully, but these errors were encountered: