UNPKG

@progress/kendo-vue-charts

Version:
9 lines (8 loc) 1.09 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"),t=require("vue"),a=t.defineComponent({name:"KendoChartNavigatorCategoryAxisCrosshairTooltip",props:{background:String,border:{type:Object,default:function(){}},color:String,font:String,format:String,padding:{type:[Object,Number],default:function(){}},visible:{type:Boolean,default:!0}},render(){const e=n.getDefaultSlots(this),o=i.removeUndefinedProps(this.$props);return t.h(r.Configuration,{config:o,chartKey:"tooltip"},function(){return e})}});exports.ChartNavigatorCategoryAxisCrosshairTooltip=a;