React-native-chart-kit: Can I change Inner dash lines to solid Inner lines?

Created on 24 Aug 2019  路  4Comments  路  Source: indiespirit/react-native-chart-kit

I want to change the inner dash lines to inner solid lines.....

Most helpful comment

propsForBackgroundLines: {
     strokeDasharray: "" // solid background lines with no dashes
}

All 4 comments

propsForBackgroundLines: {
     strokeDasharray: "" // solid background lines with no dashes
}
propsForBackgroundLines: {
     strokeDasharray: "" // solid background lines with no dashes
}

Worked!!! Thanks :)

Where do I find the available props for propsForBackgroundLines - and for this library in general. Documentation seems a lacking

propsForBackgroundLines: {
     strokeDasharray: "" // solid background lines with no dashes
}

Thanks <3

Was this page helpful?
0 / 5 - 0 ratings

Related issues

mcama picture mcama  路  5Comments

ighormartins picture ighormartins  路  3Comments

uttampawar picture uttampawar  路  3Comments

LillyBrainy picture LillyBrainy  路  4Comments

Danjavia picture Danjavia  路  5Comments