|
|
|
|
@ -345,7 +345,7 @@ var Page = function Page(_ref3) {
|
|
|
|
|
tooltip: {
|
|
|
|
|
trigger: "axis",
|
|
|
|
|
backgroundColor: "#fff",
|
|
|
|
|
borderColor: "#6C96F3",
|
|
|
|
|
borderColor: "rgba(254,113,64,0.8)",
|
|
|
|
|
borderWidth: 1,
|
|
|
|
|
axisPointer: {
|
|
|
|
|
type: 'none'
|
|
|
|
|
@ -428,7 +428,7 @@ var Page = function Page(_ref3) {
|
|
|
|
|
y2: 1,
|
|
|
|
|
colorStops: [{
|
|
|
|
|
offset: 0,
|
|
|
|
|
color: 'rgba(254,113,64,0.32)' // 0% 处的颜色
|
|
|
|
|
color: 'rgba(254,113,64,0.8)' // 0% 处的颜色
|
|
|
|
|
}, {
|
|
|
|
|
offset: 1,
|
|
|
|
|
color: 'rgba(254,64,64,0)' // 100% 处的颜色
|
|
|
|
|
@ -508,7 +508,7 @@ var Page = function Page(_ref3) {
|
|
|
|
|
value: (SBody === null || SBody === void 0 ? void 0 : SBody.primary_size) || 0,
|
|
|
|
|
name: "初级",
|
|
|
|
|
itemStyle: {
|
|
|
|
|
color: "#69C05A"
|
|
|
|
|
color: "#589BE0"
|
|
|
|
|
}
|
|
|
|
|
}, {
|
|
|
|
|
value: (SBody === null || SBody === void 0 ? void 0 : SBody.middle_size) || 0,
|
|
|
|
|
@ -583,7 +583,7 @@ var Page = function Page(_ref3) {
|
|
|
|
|
tooltip: {
|
|
|
|
|
trigger: "axis",
|
|
|
|
|
backgroundColor: "#fff",
|
|
|
|
|
borderColor: "#6C96F3",
|
|
|
|
|
borderColor: "rgba(255,145,59,0.8)",
|
|
|
|
|
borderWidth: 1,
|
|
|
|
|
axisPointer: {
|
|
|
|
|
type: 'none'
|
|
|
|
|
@ -666,7 +666,7 @@ var Page = function Page(_ref3) {
|
|
|
|
|
y2: 1,
|
|
|
|
|
colorStops: [{
|
|
|
|
|
offset: 0,
|
|
|
|
|
color: 'rgba(255,145,59,0.4)' // 0% 处的颜色
|
|
|
|
|
color: 'rgba(255,145,59,0.8)' // 0% 处的颜色
|
|
|
|
|
}, {
|
|
|
|
|
offset: 1,
|
|
|
|
|
color: 'rgba(255,182,59,0)' // 100% 处的颜色
|
|
|
|
|
|