Skip to content

Commit 4814d56

Browse files
committed
VueUiXy optional display of data table with sparklines
1 parent 5d4d3a2 commit 4814d56

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.97",
4+
"version": "1.9.98",
55
"type": "module",
66
"description": "A user-empowering data visualization Vue components library",
77
"keywords": [

src/components/vue-ui-xy.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -862,11 +862,11 @@ export default {
862862
},
863863
tableSparklineConfig() {
864864
return {
865+
showAverage: false,
866+
showMedian: false,
867+
showTotal: false,
865868
responsiveBreakpoint: this.chartConfig.table.responsiveBreakpoint,
866-
roundingAverage: this.chartConfig.table.rounding,
867-
roundingMedian: this.chartConfig.table.rounding,
868869
roundingValues: this.chartConfig.table.rounding,
869-
roundingTotal: this.chartConfig.table.rounding,
870870
fontFamily: this.chartConfig.chart.fontFamily,
871871
colNames: this.chartConfig.chart.grid.labels.xAxisLabels.values,
872872
thead: {

0 commit comments

Comments
 (0)