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
when i use HorizontalBarChartView, i need display partial data, scroll to display other data. But i set setVisibleXRangeMaximum or setVisibleXRangeWithMinXRange:<#(double)#> maxXRange:<#(double)#> still doesn't work.but i can pinch zoom it to scroll. can you help me how to solve it? thank.
The text was updated successfully, but these errors were encountered:
@liuxuan30
I think I need similar functionality. I used visibleRange to display X bars with data I have and rest of the bars are greyed out non value bars which can user scroll to. I want user to interactively scroll left and right to first show grey bars with no data and instantly show a loading indicator to load new data with animation.
Problem is I cannot find any handler for content offset anywhere. Is there a way to get to the inner scroll view?
when i use HorizontalBarChartView, i need display partial data, scroll to display other data. But i set setVisibleXRangeMaximum or setVisibleXRangeWithMinXRange:<#(double)#> maxXRange:<#(double)#> still doesn't work.but i can pinch zoom it to scroll. can you help me how to solve it? thank.
The text was updated successfully, but these errors were encountered: