From b1f16f82c65537d99ad75cbd92b0d1f347d7c0aa Mon Sep 17 00:00:00 2001 From: graphieros Date: Tue, 20 Feb 2024 20:25:06 +0100 Subject: [PATCH] VueUiXy bug fix --- package.json | 2 +- src/components/vue-ui-xy.vue | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6bc8967d..bf7fd8a9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "vue-data-ui", "private": false, - "version": "1.9.99", + "version": "2.0.0", "type": "module", "description": "A user-empowering data visualization Vue components library", "keywords": [ diff --git a/src/components/vue-ui-xy.vue b/src/components/vue-ui-xy.vue index 9e22a99f..5b9f02cb 100644 --- a/src/components/vue-ui-xy.vue +++ b/src/components/vue-ui-xy.vue @@ -745,7 +745,6 @@ export default { start: 0, end: maxX, } - const showSparklineTable = this.config.table.sparkline || true; return { CTX: null, @@ -788,7 +787,7 @@ export default { slicer, __to__: null, maxX, - showSparklineTable + showSparklineTable: true } }, computed: {