UNPKG

@progress/kendo-charts

Version:

Kendo UI platform-independent Charts library

11 lines (8 loc) 239 B
import ErrorBarBase from './error-bar-base'; class CategoricalErrorBar extends ErrorBarBase { getAxis() { const axis = this.chart.seriesValueAxis(this.series); return axis; } } export default CategoricalErrorBar;