@progress/kendo-vue-charts
Version:
9 lines (8 loc) • 1.06 kB
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 n=require("../base/ConfigurationComponent.js"),r=require("@progress/kendo-vue-common"),i=require("../../utils/main.js"),e=require("vue"),u=e.defineComponent({name:"KendoChartAxisDefaultsCrosshairTooltip",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 t=r.getDefaultSlots(this),o=i.removeUndefinedProps(this.$props);return e.h(n.Configuration,{config:o,chartKey:"tooltip"},function(){return t})}});exports.ChartAxisDefaultsCrosshairTooltip=u;