UNPKG

@progress/kendo-vue-charts

Version:
9 lines (8 loc) 1.04 kB
/** * @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 r=require("../base/ConfigurationComponent.js"),n=require("@progress/kendo-vue-common"),i=require("../../utils/main.js"),e=require("vue"),s=e.defineComponent({name:"KendoChartXAxisCrosshairTooltip",props:{background:String,border:{type:Object,default:void 0},color:String,font:String,format:String,padding:{type:[Object,Number],default:void 0},visible:{type:Boolean,default:!0}},render(){const t=n.getDefaultSlots(this),o=i.removeUndefinedProps(this.$props);return e.h(r.Configuration,{config:o,chartKey:"tooltip"},function(){return t})}});exports.ChartXAxisCrosshairTooltip=s;