@progress/kendo-vue-charts
Version:
9 lines (8 loc) • 971 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
*-------------------------------------------------------------------------------------------
*/
;Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const r=require("../base/ConfigurationComponent.js"),n=require("@progress/kendo-vue-common"),i=require("../../utils/main.js"),e=require("vue"),s=e.defineComponent({name:"KendoChartXAxisCrosshair",props:{color:String,opacity:Number,visible:{type:Boolean,default:!0},width:Number,tooltip:{type:Object,default:function(){}}},render(){const t=n.getDefaultSlots(this),o=i.removeUndefinedProps(this.$props);return e.h(r.Configuration,{config:o,chartKey:"crosshair"},function(){return t})}});exports.ChartXAxisCrosshair=s;