|
@@ -6909,6 +6909,10 @@ export const charts = [
|
|
|
'#4583FF',
|
|
|
'#37B3CC'
|
|
|
],
|
|
|
+ tickLabel:{
|
|
|
+ show:true,
|
|
|
+ fontSize:16
|
|
|
+ },
|
|
|
data: [
|
|
|
[
|
|
|
{ value: 1548, name: 'Search' },
|
|
@@ -6932,12 +6936,19 @@ export const charts = [
|
|
|
height: 400,
|
|
|
disableAnchor: true,
|
|
|
value: 90,
|
|
|
+ fontSize:16,
|
|
|
unit: 'm/s',
|
|
|
axisLine: [
|
|
|
[0.3, '#1890ff'],
|
|
|
[0.7, '#4583FF'],
|
|
|
[1, '#37B3CC'],
|
|
|
],
|
|
|
+ tickLabel:{
|
|
|
+ fontSize:20,
|
|
|
+ },
|
|
|
+ titleLabel: {
|
|
|
+ fontSize:20,
|
|
|
+ },
|
|
|
animateCycle: 1,
|
|
|
keepAnimateState: 0,
|
|
|
},
|
|
@@ -6951,6 +6962,13 @@ export const charts = [
|
|
|
y: 300,
|
|
|
width: 400,
|
|
|
height: 400,
|
|
|
+ tickLabel:{
|
|
|
+ fontSize:30
|
|
|
+ },
|
|
|
+ titleLabel:{
|
|
|
+ fontSize: 16,
|
|
|
+ color:'#13a9cb'
|
|
|
+ },
|
|
|
disableAnchor: true,
|
|
|
isClock: true,
|
|
|
startAngle: 90,
|