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 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" : [
Original file line number Diff line number Diff 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: {
You can’t perform that action at this time.
0 commit comments