Closed KOSURUUDAYSAIKUMAR closed 3 months ago
HI @KOSURUUDAYSAIKUMAR!
Please initialize chart.zooming
with HIZooming()
before setting its type property:
let chart = HIChart()
chart.zooming = HIZooming()
chart.zooming.type = "xy"
options.chart = chart
Closing due to inactivity. Please feel free to reopen the ticket if you have any further questions.
chart.zooming.type = "xy" options.chart = chart
When I am wrote the code - App is getting crashed.
I am using the https://www.highcharts.com/demo/ios/combo-multi-axes to integrate in iOS application.