In case of enabling an additional module, add it to plugins
of HIChartView
object before assign your chart options, e.g.
self.chartView.plugins = @[ @"annotations" ]; ... self.chartView.options = options;
Modified on: Fri, 15 May, 2020 at 7:41 PM
In case of enabling an additional module, add it to plugins
of HIChartView
object before assign your chart options, e.g.
self.chartView.plugins = @[ @"annotations" ]; ... self.chartView.options = options;
Did you find it helpful? Yes No
Send feedback