UNPKG

@progress/kendo-vue-charts

Version:
9 lines (8 loc) 824 B
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ "use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s=require("./preventable-event.js");class i extends s.PreventableEvent{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}}exports.SeriesHoverEvent=i;