* @function ChartView.prototype.getStyle * @description 获取图表样式。
()
| 81 | * @description 获取图表样式。 |
| 82 | */ |
| 83 | getStyle() { |
| 84 | return this.viewModel.getStyle() |
| 85 | } |
| 86 | |
| 87 | /** |
| 88 | * @function ChartView.prototype.getFeatures |
no outgoing calls
no test coverage detected