File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Expand file tree Collapse file tree 2 files changed +1
-14
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.96 " ,
4+ "version" : " 1.9.97 " ,
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 @@ -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 ,
You can’t perform that action at this time.
0 commit comments