awing-library 2.1.150-beta → 2.1.151-beta
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -87,7 +87,7 @@ var BarLineComponent = function (props) {
|
|
|
87
87
|
titleColor: '#212121',
|
|
88
88
|
bodyFont: {
|
|
89
89
|
size: 14,
|
|
90
|
-
family: "'
|
|
90
|
+
family: "'Roboto', sans-serif",
|
|
91
91
|
lineHeight: 1.5,
|
|
92
92
|
},
|
|
93
93
|
},
|
|
@@ -106,7 +106,7 @@ var BarLineComponent = function (props) {
|
|
|
106
106
|
boxPadding: 50,
|
|
107
107
|
font: {
|
|
108
108
|
size: 15,
|
|
109
|
-
family: "'
|
|
109
|
+
family: "'Roboto', sans-serif",
|
|
110
110
|
lineHeight: 1.5,
|
|
111
111
|
},
|
|
112
112
|
},
|
|
@@ -141,7 +141,7 @@ var BarLineComponent = function (props) {
|
|
|
141
141
|
title: {
|
|
142
142
|
font: {
|
|
143
143
|
size: 14,
|
|
144
|
-
family: "'
|
|
144
|
+
family: "'Roboto', sans-serif",
|
|
145
145
|
},
|
|
146
146
|
},
|
|
147
147
|
},
|
|
@@ -164,7 +164,7 @@ var BarLineComponent = function (props) {
|
|
|
164
164
|
font: {
|
|
165
165
|
size: 14,
|
|
166
166
|
weight: 'bold',
|
|
167
|
-
family: "'
|
|
167
|
+
family: "'Roboto', sans-serif",
|
|
168
168
|
},
|
|
169
169
|
},
|
|
170
170
|
},
|
|
@@ -183,7 +183,7 @@ var BarLineComponent = function (props) {
|
|
|
183
183
|
font: {
|
|
184
184
|
size: 14,
|
|
185
185
|
weight: 'bold',
|
|
186
|
-
family: "'
|
|
186
|
+
family: "'Roboto', sans-serif",
|
|
187
187
|
},
|
|
188
188
|
},
|
|
189
189
|
},
|
|
@@ -38,7 +38,7 @@ var PieComponent = function (_a) {
|
|
|
38
38
|
pointStyle: 'circle',
|
|
39
39
|
font: {
|
|
40
40
|
size: 14,
|
|
41
|
-
family: "'
|
|
41
|
+
family: "'Roboto', sans-serif",
|
|
42
42
|
lineHeight: 1.5,
|
|
43
43
|
},
|
|
44
44
|
},
|
|
@@ -54,7 +54,7 @@ var PieComponent = function (_a) {
|
|
|
54
54
|
bodySpacing: 8,
|
|
55
55
|
bodyFont: {
|
|
56
56
|
size: 14,
|
|
57
|
-
family: "'
|
|
57
|
+
family: "'Roboto', sans-serif",
|
|
58
58
|
lineHeight: 1.5,
|
|
59
59
|
},
|
|
60
60
|
callbacks: {
|