UNPKG

@progress/kendo-charts

Version:

Kendo UI platform-independent Charts library

9 lines (7 loc) 176 B
import LinePoint from '../line-chart/line-point'; class RangeLinePoint extends LinePoint { aliasFor() { return this.parent; } } export default RangeLinePoint;