Skip to content

Commit 5d4d3a2

Browse files
committed
VueUiXy optional display of data table with sparlines
1 parent f02222f commit 5d4d3a2

File tree

2 files changed

+1
-14
lines changed

2 files changed

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

src/components/vue-ui-xy.vue

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -869,19 +869,6 @@ export default {
869869
roundingTotal: this.chartConfig.table.rounding,
870870
fontFamily: this.chartConfig.chart.fontFamily,
871871
colNames: this.chartConfig.chart.grid.labels.xAxisLabels.values,
872-
title: {
873-
backgroundColor: this.chartConfig.chart.backgroundColor,
874-
text: this.chartConfig.chart.title.text,
875-
fontSize: this.chartConfig.chart.title.fontSize,
876-
color: this.chartConfig.chart.title.color,
877-
bold: this.chartConfig.chart.title.bold,
878-
subtitle: {
879-
text: this.chartConfig.chart.title.subtitle.text,
880-
color: this.chartConfig.chart.title.subtitle.color ?? '#CCCCCC',
881-
fontSize: this.chartConfig.chart.title.fontSize,
882-
bold: this.chartConfig.chart.title.bold,
883-
}
884-
},
885872
thead: {
886873
backgroundColor: this.chartConfig.table.th.backgroundColor,
887874
color: this.chartConfig.table.th.color,

0 commit comments

Comments
 (0)