File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-data-ui" ,
3
3
"private" : false ,
4
- "version" : " 1.9.97 " ,
4
+ "version" : " 1.9.98 " ,
5
5
"type" : " module" ,
6
6
"description" : " A user-empowering data visualization Vue components library" ,
7
7
"keywords" : [
Original file line number Diff line number Diff line change @@ -862,11 +862,11 @@ export default {
862
862
},
863
863
tableSparklineConfig () {
864
864
return {
865
+ showAverage: false ,
866
+ showMedian: false ,
867
+ showTotal: false ,
865
868
responsiveBreakpoint: this .chartConfig .table .responsiveBreakpoint ,
866
- roundingAverage: this .chartConfig .table .rounding ,
867
- roundingMedian: this .chartConfig .table .rounding ,
868
869
roundingValues: this .chartConfig .table .rounding ,
869
- roundingTotal: this .chartConfig .table .rounding ,
870
870
fontFamily: this .chartConfig .chart .fontFamily ,
871
871
colNames: this .chartConfig .chart .grid .labels .xAxisLabels .values ,
872
872
thead: {
You can’t perform that action at this time.
0 commit comments