highcharts / highcharts-ios

iOS wrapper for Highcharts.
Other
127 stars 39 forks source link

How to add scrollable for large data and which method called...? #435

Closed krishna9390 closed 7 months ago

MikolajMichalczak commented 8 months ago

Hi @krishna9390! You can use ScrollablePlotArea within the minWidth parameter adjusted to your requirements:

let options = HIOptions()
let chart = HIChart()

chart.scrollablePlotArea = HIScrollablePlotArea()
chart.scrollablePlotArea.minWidth = 700

options.chart = chart
MikolajMichalczak commented 7 months ago

@krishna9390 can i close this issue?

MikolajMichalczak commented 7 months ago

Closing due to inactivity. Please feel free to reopen the ticket if you have any further questions.