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
So I am using the the ios charts library and limiting the view to about 20 data points at a time. Because of that I of course have a scrollable view. Furthermore, I am restraining the y of the chart so that the user can't get lost if they go too far up. Now with the work I am doing, I am trying to highlight portions of the graph by dragging my finger over them. I already have an implementation which will allow me to long tap and drag over the chart and reads the data points from it. However, I want to have the background of the chart where I drag change color so I know what dragged over. Is there a way to change the color of the background for a portion of the graph.
**Xcode version: 9.4.1
**Swift version: 4
The text was updated successfully, but these errors were encountered:
I shortened it and reworded my question so that it would be easier to read. Thanks for being super considerate. (That was sarcastic if you didn't realize it. And if you didn't realize it I can try and "reorg" it so that it's more obvious)
So I am using the the ios charts library and limiting the view to about 20 data points at a time. Because of that I of course have a scrollable view. Furthermore, I am restraining the y of the chart so that the user can't get lost if they go too far up. Now with the work I am doing, I am trying to highlight portions of the graph by dragging my finger over them. I already have an implementation which will allow me to long tap and drag over the chart and reads the data points from it. However, I want to have the background of the chart where I drag change color so I know what dragged over. Is there a way to change the color of the background for a portion of the graph.
**Xcode version: 9.4.1
**Swift version: 4
The text was updated successfully, but these errors were encountered: