Added prop stripOverPointer to Line and Area charts

This commit is contained in:
Abhinandan-Kushwaha 2022-05-21 03:22:42 +05:30
commit 4dd613fc1d
1 changed files with 5 additions and 0 deletions

View File

@ -337,6 +337,11 @@ The <b>strokeDashArray</b> property lets us render a dashed/dotted strip along t
3. pointerY
When the chart is pressed, it returns the index of the data point pressed.<br/>
When the chart is scrolled after pressing, it returns the index of the data point currently focused.<br/>
When the chart is released, it returns the index -1.<br/>
### onPress and strip related props
Line or Area charts can be made interactive by allowing users to press on the chart and highlight that particular data point. For example-