UNPKG

@progress/kendo-vue-charts

Version:
20 lines (19 loc) 827 B
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ import { PreventableEvent as s } from "./preventable-event.mjs"; class r extends s { /** * @hidden */ constructor(t, e) { super(e), this.category = t.category, this.categoryPoints = t.categoryPoints, this.dataItem = t.dataItem, this.nativeEvent = t.originalEvent, this.percentage = t.percentage, this.point = t.point, this.series = t.series, this.stackValue = t.stackValue, this.value = t.value; } } export { r as SeriesHoverEvent };