Skip to content

Commit b1f16f8

Browse files
committed
VueUiXy bug fix
1 parent b6a3909 commit b1f16f8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vue-data-ui",
33
"private": false,
4-
"version": "1.9.99",
4+
"version": "2.0.0",
55
"type": "module",
66
"description": "A user-empowering data visualization Vue components library",
77
"keywords": [

src/components/vue-ui-xy.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -745,7 +745,6 @@ export default {
745745
start: 0,
746746
end: maxX,
747747
}
748-
const showSparklineTable = this.config.table.sparkline || true;
749748
750749
return {
751750
CTX: null,
@@ -788,7 +787,7 @@ export default {
788787
slicer,
789788
__to__: null,
790789
maxX,
791-
showSparklineTable
790+
showSparklineTable: true
792791
}
793792
},
794793
computed: {

0 commit comments

Comments
 (0)