@progress/kendo-vue-charts
Version:
20 lines (19 loc) • 664 B
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
import { BaseEvent as e } from "./base-event.mjs";
class x extends e {
/**
* @hidden
*/
constructor(t, s) {
super(s), this.axis = t.axis, this.dataItem = t.dataItem, this.index = t.index, this.text = t.text, this.value = t.value;
}
}
export {
x as AxisLabelClickEvent
};