We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6a3909 commit b1f16f8Copy full SHA for b1f16f8
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "vue-data-ui",
3
"private": false,
4
- "version": "1.9.99",
+ "version": "2.0.0",
5
"type": "module",
6
"description": "A user-empowering data visualization Vue components library",
7
"keywords": [
src/components/vue-ui-xy.vue
@@ -745,7 +745,6 @@ export default {
745
start: 0,
746
end: maxX,
747
}
748
- const showSparklineTable = this.config.table.sparkline || true;
749
750
return {
751
CTX: null,
@@ -788,7 +787,7 @@ export default {
788
787
slicer,
789
__to__: null,
790
maxX,
791
- showSparklineTable
+ showSparklineTable: true
792
793
},
794
computed: {
0 commit comments