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 7bb4003 commit 6b1f5f8Copy full SHA for 6b1f5f8
src/components/vue-ui-xy.vue
@@ -1106,14 +1106,13 @@ export default {
1106
},
1107
tableSparklineConfig() {
1108
return {
1109
-
1110
responsiveBreakpoint: this.chartConfig.table.responsiveBreakpoint,
1111
roundingValues: this.chartConfig.table.rounding,
1112
showAverage: false,
1113
showMedian: false,
1114
showTotal: false,
1115
fontFamily: this.chartConfig.chart.fontFamily,
1116
- colNames: this.chartConfig.chart.grid.labels.xAxisLabels.values.slice(0, this.maxSeries),
+ colNames: this.chartConfig.chart.grid.labels.xAxisLabels.values,
1117
thead: {
1118
backgroundColor: this.chartConfig.table.th.backgroundColor,
1119
color: this.chartConfig.table.th.color,
0 commit comments