HIOptions not found in HIChartView

在移动端使用报错,HIOptions not found in HIChartView 是什么原因?

请确保有给 chartView 设置 HIOptions

HIChartView chartView = findViewById(R.id.hc);
HIOptions options = new HIOptions();
//set up your options
chartView.setOptions(options);

请参考 Github 相关 issue: https://github.com/highcharts/highcharts-android/issues/82