Line chart doesn't render dashed lines when optimizeLargeData
is true
#32449
-
Hello! I noticed that the stokeDasharray property is missing when optimizeLargeData is true and only when it is true. Was this intended? Is there a way around this? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
FYI @AtishayMsft |
Beta Was this translation helpful? Give feedback.
-
Hi! Is there any update on this? |
Beta Was this translation helpful? Give feedback.
-
Hey @kaelens thanks for reaching out. If you really need this property with large data, feel free to add it to the path element and we will be happy to merge your changes. |
Beta Was this translation helpful? Give feedback.
Hey @kaelens thanks for reaching out.
To get the dash array property you can consider setting optimize large data property to false.
This property was left out intentionally for large data use cases.
If you really need this property with large data, feel free to add it to the path element and we will be happy to merge your changes.