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
I want to have a BarChart combined with a dashed line chart by using showLine prop.
But the lineConfig doesn't have strokeDashArray prop to becomes dash line.
Only supporting solid line.
Steps to reproduce
Create BarChart with showLine = true
Snack or a link to a repository
No response
version of react-native-gifted-charts
1.4.47
React Native version
0.75.3
Platforms
Android, iOS
Workflow
None
The text was updated successfully, but these errors were encountered:
Hi @agmo-chichun Thanks for requesting this feature.
I have added the property strokeDashArray inside the lineConfig object.
It is available from versions 1.4.48 onwards. Please use the latest version of the library.
Description
I want to have a BarChart combined with a dashed line chart by using showLine prop.
But the lineConfig doesn't have strokeDashArray prop to becomes dash line.
Only supporting solid line.
Steps to reproduce
Snack or a link to a repository
No response
version of react-native-gifted-charts
1.4.47
React Native version
0.75.3
Platforms
Android, iOS
Workflow
None
The text was updated successfully, but these errors were encountered: