@progress/kendo-vue-gauges
Version:
21 lines (20 loc) • 708 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
*-------------------------------------------------------------------------------------------
*/
import { ArcGauge as e } from "./ArcGauge.mjs";
import { CircularGauge as r } from "@progress/kendo-charts";
import { defineComponent as a } from "vue";
const u = /* @__PURE__ */ a({
name: "KendoCircularGauge",
extends: e,
created() {
this.gaugeType = r, this.arcCenterStyles = {};
}
});
export {
u as CircularGauge
};