Variable DEFAULT_THEMEConst

DEFAULT_THEME: {
    echartsTheme: {
        bar: {
            itemStyle: {
                emphasis: {
                    barBorderColor: string;
                    barBorderWidth: number;
                };
                normal: {
                    barBorderColor: string;
                    barBorderWidth: number;
                };
            };
        };
        boxplot: {
            itemStyle: {
                emphasis: {
                    borderColor: string;
                    borderWidth: number;
                };
                normal: {
                    borderColor: string;
                    borderWidth: number;
                };
            };
        };
        candlestick: {
            itemStyle: {
                normal: {
                    borderColor: string;
                    borderColor0: string;
                    borderWidth: string;
                    color: string;
                    color0: string;
                };
            };
        };
        categoryAxis: {
            axisLabel: {
                show: boolean;
                textStyle: {
                    color: string;
                    fontSize: string;
                };
            };
            axisLine: {
                lineStyle: {
                    color: string;
                    width: number;
                };
                show: boolean;
            };
            axisTick: {
                lineStyle: {
                    color: string;
                };
                show: boolean;
            };
            splitArea: {
                areaStyle: {
                    color: string[];
                };
                show: boolean;
            };
            splitLine: {
                lineStyle: {
                    color: string[];
                };
                show: boolean;
            };
        };
        color: string[];
        dataZoom: {
            backgroundColor: string;
            dataBackgroundColor: string;
            fillerColor: string;
            handleColor: string;
            handleSize: string;
            textStyle: {
                color: string;
            };
        };
        funnel: {
            itemStyle: {
                emphasis: {
                    borderColor: string;
                    borderWidth: number;
                };
                normal: {
                    borderColor: string;
                    borderWidth: number;
                };
            };
        };
        gauge: {
            itemStyle: {
                emphasis: {
                    borderColor: string;
                    borderWidth: number;
                };
                normal: {
                    borderColor: string;
                    borderWidth: number;
                };
            };
        };
        geo: {
            itemStyle: {
                emphasis: {
                    areaColor: string;
                    borderColor: string;
                    borderWidth: number;
                };
                normal: {
                    areaColor: string;
                    borderColor: string;
                    borderWidth: number;
                };
            };
            label: {
                emphasis: {
                    textStyle: {
                        color: string;
                    };
                };
                normal: {
                    textStyle: {
                        color: string;
                    };
                };
            };
        };
        graph: {
            color: string[];
            itemStyle: {
                normal: {
                    borderColor: string;
                    borderWidth: number;
                };
            };
            label: {
                normal: {
                    textStyle: {
                        color: string;
                    };
                };
            };
            lineStyle: {
                normal: {
                    color: string;
                    width: string;
                };
            };
            smooth: boolean;
            symbol: string;
            symbolSize: string;
        };
        grid: {
            bottom: number;
            left: number;
            right: number;
            top: number;
        };
        legend: {
            pageIconColor: string;
            pageIconInactiveColor: string;
            pageTextStyle: {
                color: string;
            };
            textStyle: {
                color: string;
            };
        };
        line: {
            itemStyle: {
                normal: {
                    borderWidth: string;
                };
            };
            lineStyle: {
                normal: {
                    width: string;
                };
            };
            smooth: boolean;
            symbol: string;
            symbolSize: string;
        };
        logAxis: {
            axisLabel: {
                show: boolean;
                textStyle: {
                    color: string;
                    fontSize: string;
                };
            };
            axisLine: {
                lineStyle: {
                    color: string;
                };
                show: boolean;
            };
            axisTick: {
                lineStyle: {
                    color: string;
                };
                show: boolean;
            };
            splitArea: {
                areaStyle: {
                    color: string[];
                };
                show: boolean;
            };
            splitLine: {
                lineStyle: {
                    color: string[];
                };
                show: boolean;
            };
        };
        map: {
            itemStyle: {
                emphasis: {
                    areaColor: string;
                    borderColor: string;
                    borderWidth: number;
                };
                normal: {
                    areaColor: string;
                    borderColor: string;
                    borderWidth: number;
                };
            };
            label: {
                emphasis: {
                    textStyle: {
                        color: string;
                    };
                };
                normal: {
                    textStyle: {
                        color: string;
                    };
                };
            };
        };
        markPoint: {
            label: {
                emphasis: {
                    textStyle: {
                        color: string;
                    };
                };
                normal: {
                    textStyle: {
                        color: string;
                    };
                };
            };
        };
        parallel: {
            itemStyle: {
                emphasis: {
                    borderColor: string;
                    borderWidth: number;
                };
                normal: {
                    borderColor: string;
                    borderWidth: number;
                };
            };
        };
        pie: {
            itemStyle: {
                emphasis: {
                    borderColor: string;
                    borderWidth: number;
                };
                normal: {
                    borderColor: string;
                    borderWidth: number;
                };
            };
        };
        radar: {
            itemStyle: {
                normal: {
                    borderWidth: string;
                };
            };
            lineStyle: {
                normal: {
                    width: string;
                };
            };
            smooth: boolean;
            symbol: string;
            symbolSize: string;
        };
        sankey: {
            itemStyle: {
                emphasis: {
                    borderColor: string;
                    borderWidth: number;
                };
                normal: {
                    borderColor: string;
                    borderWidth: number;
                };
            };
            label: {
                color: string;
            };
        };
        scatter: {
            itemStyle: {
                emphasis: {
                    borderColor: string;
                    borderWidth: number;
                };
                normal: {
                    borderColor: string;
                    borderWidth: number;
                };
            };
        };
        textStyle: {
            color: string;
            fontFamily: string;
            fontSize: string;
        };
        timeAxis: {
            axisLabel: {
                show: boolean;
                textStyle: {
                    color: string;
                    fontSize: string;
                };
            };
            axisLine: {
                lineStyle: {
                    color: string;
                };
                show: boolean;
            };
            axisTick: {
                lineStyle: {
                    color: string;
                };
                show: boolean;
            };
            splitArea: {
                areaStyle: {
                    color: string[];
                };
                show: boolean;
            };
            splitLine: {
                lineStyle: {
                    color: string[];
                };
                show: boolean;
            };
        };
        timeline: {
            checkpointStyle: {
                borderColor: string;
                color: string;
            };
            controlStyle: {
                emphasis: {
                    borderColor: string;
                    borderWidth: number;
                    color: string;
                };
                normal: {
                    borderColor: string;
                    borderWidth: number;
                    color: string;
                };
            };
            itemStyle: {
                emphasis: {
                    color: string;
                };
                normal: {
                    borderWidth: number;
                    color: string;
                };
            };
            label: {
                emphasis: {
                    textStyle: {
                        color: string;
                    };
                };
                normal: {
                    textStyle: {
                        color: string;
                    };
                };
            };
            lineStyle: {
                color: string;
                width: number;
            };
        };
        title: {
            subtextStyle: {
                color: string;
            };
            textStyle: {
                color: string;
            };
        };
        toolbox: {
            iconStyle: {
                emphasis: {
                    borderColor: string;
                };
                normal: {
                    borderColor: string;
                };
            };
        };
        tooltip: {
            axisPointer: {
                crossStyle: {
                    color: string;
                    width: number;
                };
                lineStyle: {
                    color: string;
                    width: number;
                };
                shadowStyle: {
                    color: string;
                    opacity: number;
                };
            };
            backgroundColor: string;
            extraCssText: string;
            textStyle: {
                color: string;
            };
        };
        valueAxis: {
            axisLabel: {
                show: boolean;
                textStyle: {
                    color: string;
                    fontSize: string;
                };
            };
            axisLine: {
                lineStyle: {
                    color: string;
                };
                show: boolean;
            };
            axisTick: {
                lineStyle: {
                    color: string;
                };
                show: boolean;
            };
            splitArea: {
                areaStyle: {
                    color: string[];
                };
                show: boolean;
            };
            splitLine: {
                lineStyle: {
                    color: string[];
                    type: string;
                };
                show: boolean;
            };
        };
        visualMap: {
            color: string[];
        };
    };
    name: string;
} = ...

Type declaration

  • echartsTheme: {
        bar: {
            itemStyle: {
                emphasis: {
                    barBorderColor: string;
                    barBorderWidth: number;
                };
                normal: {
                    barBorderColor: string;
                    barBorderWidth: number;
                };
            };
        };
        boxplot: {
            itemStyle: {
                emphasis: {
                    borderColor: string;
                    borderWidth: number;
                };
                normal: {
                    borderColor: string;
                    borderWidth: number;
                };
            };
        };
        candlestick: {
            itemStyle: {
                normal: {
                    borderColor: string;
                    borderColor0: string;
                    borderWidth: string;
                    color: string;
                    color0: string;
                };
            };
        };
        categoryAxis: {
            axisLabel: {
                show: boolean;
                textStyle: {
                    color: string;
                    fontSize: string;
                };
            };
            axisLine: {
                lineStyle: {
                    color: string;
                    width: number;
                };
                show: boolean;
            };
            axisTick: {
                lineStyle: {
                    color: string;
                };
                show: boolean;
            };
            splitArea: {
                areaStyle: {
                    color: string[];
                };
                show: boolean;
            };
            splitLine: {
                lineStyle: {
                    color: string[];
                };
                show: boolean;
            };
        };
        color: string[];
        dataZoom: {
            backgroundColor: string;
            dataBackgroundColor: string;
            fillerColor: string;
            handleColor: string;
            handleSize: string;
            textStyle: {
                color: string;
            };
        };
        funnel: {
            itemStyle: {
                emphasis: {
                    borderColor: string;
                    borderWidth: number;
                };
                normal: {
                    borderColor: string;
                    borderWidth: number;
                };
            };
        };
        gauge: {
            itemStyle: {
                emphasis: {
                    borderColor: string;
                    borderWidth: number;
                };
                normal: {
                    borderColor: string;
                    borderWidth: number;
                };
            };
        };
        geo: {
            itemStyle: {
                emphasis: {
                    areaColor: string;
                    borderColor: string;
                    borderWidth: number;
                };
                normal: {
                    areaColor: string;
                    borderColor: string;
                    borderWidth: number;
                };
            };
            label: {
                emphasis: {
                    textStyle: {
                        color: string;
                    };
                };
                normal: {
                    textStyle: {
                        color: string;
                    };
                };
            };
        };
        graph: {
            color: string[];
            itemStyle: {
                normal: {
                    borderColor: string;
                    borderWidth: number;
                };
            };
            label: {
                normal: {
                    textStyle: {
                        color: string;
                    };
                };
            };
            lineStyle: {
                normal: {
                    color: string;
                    width: string;
                };
            };
            smooth: boolean;
            symbol: string;
            symbolSize: string;
        };
        grid: {
            bottom: number;
            left: number;
            right: number;
            top: number;
        };
        legend: {
            pageIconColor: string;
            pageIconInactiveColor: string;
            pageTextStyle: {
                color: string;
            };
            textStyle: {
                color: string;
            };
        };
        line: {
            itemStyle: {
                normal: {
                    borderWidth: string;
                };
            };
            lineStyle: {
                normal: {
                    width: string;
                };
            };
            smooth: boolean;
            symbol: string;
            symbolSize: string;
        };
        logAxis: {
            axisLabel: {
                show: boolean;
                textStyle: {
                    color: string;
                    fontSize: string;
                };
            };
            axisLine: {
                lineStyle: {
                    color: string;
                };
                show: boolean;
            };
            axisTick: {
                lineStyle: {
                    color: string;
                };
                show: boolean;
            };
            splitArea: {
                areaStyle: {
                    color: string[];
                };
                show: boolean;
            };
            splitLine: {
                lineStyle: {
                    color: string[];
                };
                show: boolean;
            };
        };
        map: {
            itemStyle: {
                emphasis: {
                    areaColor: string;
                    borderColor: string;
                    borderWidth: number;
                };
                normal: {
                    areaColor: string;
                    borderColor: string;
                    borderWidth: number;
                };
            };
            label: {
                emphasis: {
                    textStyle: {
                        color: string;
                    };
                };
                normal: {
                    textStyle: {
                        color: string;
                    };
                };
            };
        };
        markPoint: {
            label: {
                emphasis: {
                    textStyle: {
                        color: string;
                    };
                };
                normal: {
                    textStyle: {
                        color: string;
                    };
                };
            };
        };
        parallel: {
            itemStyle: {
                emphasis: {
                    borderColor: string;
                    borderWidth: number;
                };
                normal: {
                    borderColor: string;
                    borderWidth: number;
                };
            };
        };
        pie: {
            itemStyle: {
                emphasis: {
                    borderColor: string;
                    borderWidth: number;
                };
                normal: {
                    borderColor: string;
                    borderWidth: number;
                };
            };
        };
        radar: {
            itemStyle: {
                normal: {
                    borderWidth: string;
                };
            };
            lineStyle: {
                normal: {
                    width: string;
                };
            };
            smooth: boolean;
            symbol: string;
            symbolSize: string;
        };
        sankey: {
            itemStyle: {
                emphasis: {
                    borderColor: string;
                    borderWidth: number;
                };
                normal: {
                    borderColor: string;
                    borderWidth: number;
                };
            };
            label: {
                color: string;
            };
        };
        scatter: {
            itemStyle: {
                emphasis: {
                    borderColor: string;
                    borderWidth: number;
                };
                normal: {
                    borderColor: string;
                    borderWidth: number;
                };
            };
        };
        textStyle: {
            color: string;
            fontFamily: string;
            fontSize: string;
        };
        timeAxis: {
            axisLabel: {
                show: boolean;
                textStyle: {
                    color: string;
                    fontSize: string;
                };
            };
            axisLine: {
                lineStyle: {
                    color: string;
                };
                show: boolean;
            };
            axisTick: {
                lineStyle: {
                    color: string;
                };
                show: boolean;
            };
            splitArea: {
                areaStyle: {
                    color: string[];
                };
                show: boolean;
            };
            splitLine: {
                lineStyle: {
                    color: string[];
                };
                show: boolean;
            };
        };
        timeline: {
            checkpointStyle: {
                borderColor: string;
                color: string;
            };
            controlStyle: {
                emphasis: {
                    borderColor: string;
                    borderWidth: number;
                    color: string;
                };
                normal: {
                    borderColor: string;
                    borderWidth: number;
                    color: string;
                };
            };
            itemStyle: {
                emphasis: {
                    color: string;
                };
                normal: {
                    borderWidth: number;
                    color: string;
                };
            };
            label: {
                emphasis: {
                    textStyle: {
                        color: string;
                    };
                };
                normal: {
                    textStyle: {
                        color: string;
                    };
                };
            };
            lineStyle: {
                color: string;
                width: number;
            };
        };
        title: {
            subtextStyle: {
                color: string;
            };
            textStyle: {
                color: string;
            };
        };
        toolbox: {
            iconStyle: {
                emphasis: {
                    borderColor: string;
                };
                normal: {
                    borderColor: string;
                };
            };
        };
        tooltip: {
            axisPointer: {
                crossStyle: {
                    color: string;
                    width: number;
                };
                lineStyle: {
                    color: string;
                    width: number;
                };
                shadowStyle: {
                    color: string;
                    opacity: number;
                };
            };
            backgroundColor: string;
            extraCssText: string;
            textStyle: {
                color: string;
            };
        };
        valueAxis: {
            axisLabel: {
                show: boolean;
                textStyle: {
                    color: string;
                    fontSize: string;
                };
            };
            axisLine: {
                lineStyle: {
                    color: string;
                };
                show: boolean;
            };
            axisTick: {
                lineStyle: {
                    color: string;
                };
                show: boolean;
            };
            splitArea: {
                areaStyle: {
                    color: string[];
                };
                show: boolean;
            };
            splitLine: {
                lineStyle: {
                    color: string[];
                    type: string;
                };
                show: boolean;
            };
        };
        visualMap: {
            color: string[];
        };
    }
    • bar: {
          itemStyle: {
              emphasis: {
                  barBorderColor: string;
                  barBorderWidth: number;
              };
              normal: {
                  barBorderColor: string;
                  barBorderWidth: number;
              };
          };
      }
      • itemStyle: {
            emphasis: {
                barBorderColor: string;
                barBorderWidth: number;
            };
            normal: {
                barBorderColor: string;
                barBorderWidth: number;
            };
        }
        • emphasis: {
              barBorderColor: string;
              barBorderWidth: number;
          }
          • barBorderColor: string
          • barBorderWidth: number
        • normal: {
              barBorderColor: string;
              barBorderWidth: number;
          }
          • barBorderColor: string
          • barBorderWidth: number
    • boxplot: {
          itemStyle: {
              emphasis: {
                  borderColor: string;
                  borderWidth: number;
              };
              normal: {
                  borderColor: string;
                  borderWidth: number;
              };
          };
      }
      • itemStyle: {
            emphasis: {
                borderColor: string;
                borderWidth: number;
            };
            normal: {
                borderColor: string;
                borderWidth: number;
            };
        }
        • emphasis: {
              borderColor: string;
              borderWidth: number;
          }
          • borderColor: string
          • borderWidth: number
        • normal: {
              borderColor: string;
              borderWidth: number;
          }
          • borderColor: string
          • borderWidth: number
    • candlestick: {
          itemStyle: {
              normal: {
                  borderColor: string;
                  borderColor0: string;
                  borderWidth: string;
                  color: string;
                  color0: string;
              };
          };
      }
      • itemStyle: {
            normal: {
                borderColor: string;
                borderColor0: string;
                borderWidth: string;
                color: string;
                color0: string;
            };
        }
        • normal: {
              borderColor: string;
              borderColor0: string;
              borderWidth: string;
              color: string;
              color0: string;
          }
          • borderColor: string
          • borderColor0: string
          • borderWidth: string
          • color: string
          • color0: string
    • categoryAxis: {
          axisLabel: {
              show: boolean;
              textStyle: {
                  color: string;
                  fontSize: string;
              };
          };
          axisLine: {
              lineStyle: {
                  color: string;
                  width: number;
              };
              show: boolean;
          };
          axisTick: {
              lineStyle: {
                  color: string;
              };
              show: boolean;
          };
          splitArea: {
              areaStyle: {
                  color: string[];
              };
              show: boolean;
          };
          splitLine: {
              lineStyle: {
                  color: string[];
              };
              show: boolean;
          };
      }
      • axisLabel: {
            show: boolean;
            textStyle: {
                color: string;
                fontSize: string;
            };
        }
        • show: boolean
        • textStyle: {
              color: string;
              fontSize: string;
          }
          • color: string
          • fontSize: string
      • axisLine: {
            lineStyle: {
                color: string;
                width: number;
            };
            show: boolean;
        }
        • lineStyle: {
              color: string;
              width: number;
          }
          • color: string
          • width: number
        • show: boolean
      • axisTick: {
            lineStyle: {
                color: string;
            };
            show: boolean;
        }
        • lineStyle: {
              color: string;
          }
          • color: string
        • show: boolean
      • splitArea: {
            areaStyle: {
                color: string[];
            };
            show: boolean;
        }
        • areaStyle: {
              color: string[];
          }
          • color: string[]
        • show: boolean
      • splitLine: {
            lineStyle: {
                color: string[];
            };
            show: boolean;
        }
        • lineStyle: {
              color: string[];
          }
          • color: string[]
        • show: boolean
    • color: string[]
    • dataZoom: {
          backgroundColor: string;
          dataBackgroundColor: string;
          fillerColor: string;
          handleColor: string;
          handleSize: string;
          textStyle: {
              color: string;
          };
      }
      • backgroundColor: string
      • dataBackgroundColor: string
      • fillerColor: string
      • handleColor: string
      • handleSize: string
      • textStyle: {
            color: string;
        }
        • color: string
    • funnel: {
          itemStyle: {
              emphasis: {
                  borderColor: string;
                  borderWidth: number;
              };
              normal: {
                  borderColor: string;
                  borderWidth: number;
              };
          };
      }
      • itemStyle: {
            emphasis: {
                borderColor: string;
                borderWidth: number;
            };
            normal: {
                borderColor: string;
                borderWidth: number;
            };
        }
        • emphasis: {
              borderColor: string;
              borderWidth: number;
          }
          • borderColor: string
          • borderWidth: number
        • normal: {
              borderColor: string;
              borderWidth: number;
          }
          • borderColor: string
          • borderWidth: number
    • gauge: {
          itemStyle: {
              emphasis: {
                  borderColor: string;
                  borderWidth: number;
              };
              normal: {
                  borderColor: string;
                  borderWidth: number;
              };
          };
      }
      • itemStyle: {
            emphasis: {
                borderColor: string;
                borderWidth: number;
            };
            normal: {
                borderColor: string;
                borderWidth: number;
            };
        }
        • emphasis: {
              borderColor: string;
              borderWidth: number;
          }
          • borderColor: string
          • borderWidth: number
        • normal: {
              borderColor: string;
              borderWidth: number;
          }
          • borderColor: string
          • borderWidth: number
    • geo: {
          itemStyle: {
              emphasis: {
                  areaColor: string;
                  borderColor: string;
                  borderWidth: number;
              };
              normal: {
                  areaColor: string;
                  borderColor: string;
                  borderWidth: number;
              };
          };
          label: {
              emphasis: {
                  textStyle: {
                      color: string;
                  };
              };
              normal: {
                  textStyle: {
                      color: string;
                  };
              };
          };
      }
      • itemStyle: {
            emphasis: {
                areaColor: string;
                borderColor: string;
                borderWidth: number;
            };
            normal: {
                areaColor: string;
                borderColor: string;
                borderWidth: number;
            };
        }
        • emphasis: {
              areaColor: string;
              borderColor: string;
              borderWidth: number;
          }
          • areaColor: string
          • borderColor: string
          • borderWidth: number
        • normal: {
              areaColor: string;
              borderColor: string;
              borderWidth: number;
          }
          • areaColor: string
          • borderColor: string
          • borderWidth: number
      • label: {
            emphasis: {
                textStyle: {
                    color: string;
                };
            };
            normal: {
                textStyle: {
                    color: string;
                };
            };
        }
        • emphasis: {
              textStyle: {
                  color: string;
              };
          }
          • textStyle: {
                color: string;
            }
            • color: string
        • normal: {
              textStyle: {
                  color: string;
              };
          }
          • textStyle: {
                color: string;
            }
            • color: string
    • graph: {
          color: string[];
          itemStyle: {
              normal: {
                  borderColor: string;
                  borderWidth: number;
              };
          };
          label: {
              normal: {
                  textStyle: {
                      color: string;
                  };
              };
          };
          lineStyle: {
              normal: {
                  color: string;
                  width: string;
              };
          };
          smooth: boolean;
          symbol: string;
          symbolSize: string;
      }
      • color: string[]
      • itemStyle: {
            normal: {
                borderColor: string;
                borderWidth: number;
            };
        }
        • normal: {
              borderColor: string;
              borderWidth: number;
          }
          • borderColor: string
          • borderWidth: number
      • label: {
            normal: {
                textStyle: {
                    color: string;
                };
            };
        }
        • normal: {
              textStyle: {
                  color: string;
              };
          }
          • textStyle: {
                color: string;
            }
            • color: string
      • lineStyle: {
            normal: {
                color: string;
                width: string;
            };
        }
        • normal: {
              color: string;
              width: string;
          }
          • color: string
          • width: string
      • smooth: boolean
      • symbol: string
      • symbolSize: string
    • grid: {
          bottom: number;
          left: number;
          right: number;
          top: number;
      }
      • bottom: number
      • left: number
      • right: number
      • top: number
    • legend: {
          pageIconColor: string;
          pageIconInactiveColor: string;
          pageTextStyle: {
              color: string;
          };
          textStyle: {
              color: string;
          };
      }
      • pageIconColor: string
      • pageIconInactiveColor: string
      • pageTextStyle: {
            color: string;
        }
        • color: string
      • textStyle: {
            color: string;
        }
        • color: string
    • line: {
          itemStyle: {
              normal: {
                  borderWidth: string;
              };
          };
          lineStyle: {
              normal: {
                  width: string;
              };
          };
          smooth: boolean;
          symbol: string;
          symbolSize: string;
      }
      • itemStyle: {
            normal: {
                borderWidth: string;
            };
        }
        • normal: {
              borderWidth: string;
          }
          • borderWidth: string
      • lineStyle: {
            normal: {
                width: string;
            };
        }
        • normal: {
              width: string;
          }
          • width: string
      • smooth: boolean
      • symbol: string
      • symbolSize: string
    • logAxis: {
          axisLabel: {
              show: boolean;
              textStyle: {
                  color: string;
                  fontSize: string;
              };
          };
          axisLine: {
              lineStyle: {
                  color: string;
              };
              show: boolean;
          };
          axisTick: {
              lineStyle: {
                  color: string;
              };
              show: boolean;
          };
          splitArea: {
              areaStyle: {
                  color: string[];
              };
              show: boolean;
          };
          splitLine: {
              lineStyle: {
                  color: string[];
              };
              show: boolean;
          };
      }
      • axisLabel: {
            show: boolean;
            textStyle: {
                color: string;
                fontSize: string;
            };
        }
        • show: boolean
        • textStyle: {
              color: string;
              fontSize: string;
          }
          • color: string
          • fontSize: string
      • axisLine: {
            lineStyle: {
                color: string;
            };
            show: boolean;
        }
        • lineStyle: {
              color: string;
          }
          • color: string
        • show: boolean
      • axisTick: {
            lineStyle: {
                color: string;
            };
            show: boolean;
        }
        • lineStyle: {
              color: string;
          }
          • color: string
        • show: boolean
      • splitArea: {
            areaStyle: {
                color: string[];
            };
            show: boolean;
        }
        • areaStyle: {
              color: string[];
          }
          • color: string[]
        • show: boolean
      • splitLine: {
            lineStyle: {
                color: string[];
            };
            show: boolean;
        }
        • lineStyle: {
              color: string[];
          }
          • color: string[]
        • show: boolean
    • map: {
          itemStyle: {
              emphasis: {
                  areaColor: string;
                  borderColor: string;
                  borderWidth: number;
              };
              normal: {
                  areaColor: string;
                  borderColor: string;
                  borderWidth: number;
              };
          };
          label: {
              emphasis: {
                  textStyle: {
                      color: string;
                  };
              };
              normal: {
                  textStyle: {
                      color: string;
                  };
              };
          };
      }
      • itemStyle: {
            emphasis: {
                areaColor: string;
                borderColor: string;
                borderWidth: number;
            };
            normal: {
                areaColor: string;
                borderColor: string;
                borderWidth: number;
            };
        }
        • emphasis: {
              areaColor: string;
              borderColor: string;
              borderWidth: number;
          }
          • areaColor: string
          • borderColor: string
          • borderWidth: number
        • normal: {
              areaColor: string;
              borderColor: string;
              borderWidth: number;
          }
          • areaColor: string
          • borderColor: string
          • borderWidth: number
      • label: {
            emphasis: {
                textStyle: {
                    color: string;
                };
            };
            normal: {
                textStyle: {
                    color: string;
                };
            };
        }
        • emphasis: {
              textStyle: {
                  color: string;
              };
          }
          • textStyle: {
                color: string;
            }
            • color: string
        • normal: {
              textStyle: {
                  color: string;
              };
          }
          • textStyle: {
                color: string;
            }
            • color: string
    • markPoint: {
          label: {
              emphasis: {
                  textStyle: {
                      color: string;
                  };
              };
              normal: {
                  textStyle: {
                      color: string;
                  };
              };
          };
      }
      • label: {
            emphasis: {
                textStyle: {
                    color: string;
                };
            };
            normal: {
                textStyle: {
                    color: string;
                };
            };
        }
        • emphasis: {
              textStyle: {
                  color: string;
              };
          }
          • textStyle: {
                color: string;
            }
            • color: string
        • normal: {
              textStyle: {
                  color: string;
              };
          }
          • textStyle: {
                color: string;
            }
            • color: string
    • parallel: {
          itemStyle: {
              emphasis: {
                  borderColor: string;
                  borderWidth: number;
              };
              normal: {
                  borderColor: string;
                  borderWidth: number;
              };
          };
      }
      • itemStyle: {
            emphasis: {
                borderColor: string;
                borderWidth: number;
            };
            normal: {
                borderColor: string;
                borderWidth: number;
            };
        }
        • emphasis: {
              borderColor: string;
              borderWidth: number;
          }
          • borderColor: string
          • borderWidth: number
        • normal: {
              borderColor: string;
              borderWidth: number;
          }
          • borderColor: string
          • borderWidth: number
    • pie: {
          itemStyle: {
              emphasis: {
                  borderColor: string;
                  borderWidth: number;
              };
              normal: {
                  borderColor: string;
                  borderWidth: number;
              };
          };
      }
      • itemStyle: {
            emphasis: {
                borderColor: string;
                borderWidth: number;
            };
            normal: {
                borderColor: string;
                borderWidth: number;
            };
        }
        • emphasis: {
              borderColor: string;
              borderWidth: number;
          }
          • borderColor: string
          • borderWidth: number
        • normal: {
              borderColor: string;
              borderWidth: number;
          }
          • borderColor: string
          • borderWidth: number
    • radar: {
          itemStyle: {
              normal: {
                  borderWidth: string;
              };
          };
          lineStyle: {
              normal: {
                  width: string;
              };
          };
          smooth: boolean;
          symbol: string;
          symbolSize: string;
      }
      • itemStyle: {
            normal: {
                borderWidth: string;
            };
        }
        • normal: {
              borderWidth: string;
          }
          • borderWidth: string
      • lineStyle: {
            normal: {
                width: string;
            };
        }
        • normal: {
              width: string;
          }
          • width: string
      • smooth: boolean
      • symbol: string
      • symbolSize: string
    • sankey: {
          itemStyle: {
              emphasis: {
                  borderColor: string;
                  borderWidth: number;
              };
              normal: {
                  borderColor: string;
                  borderWidth: number;
              };
          };
          label: {
              color: string;
          };
      }
      • itemStyle: {
            emphasis: {
                borderColor: string;
                borderWidth: number;
            };
            normal: {
                borderColor: string;
                borderWidth: number;
            };
        }
        • emphasis: {
              borderColor: string;
              borderWidth: number;
          }
          • borderColor: string
          • borderWidth: number
        • normal: {
              borderColor: string;
              borderWidth: number;
          }
          • borderColor: string
          • borderWidth: number
      • label: {
            color: string;
        }
        • color: string
    • scatter: {
          itemStyle: {
              emphasis: {
                  borderColor: string;
                  borderWidth: number;
              };
              normal: {
                  borderColor: string;
                  borderWidth: number;
              };
          };
      }
      • itemStyle: {
            emphasis: {
                borderColor: string;
                borderWidth: number;
            };
            normal: {
                borderColor: string;
                borderWidth: number;
            };
        }
        • emphasis: {
              borderColor: string;
              borderWidth: number;
          }
          • borderColor: string
          • borderWidth: number
        • normal: {
              borderColor: string;
              borderWidth: number;
          }
          • borderColor: string
          • borderWidth: number
    • textStyle: {
          color: string;
          fontFamily: string;
          fontSize: string;
      }
      • color: string
      • fontFamily: string
      • fontSize: string
    • timeAxis: {
          axisLabel: {
              show: boolean;
              textStyle: {
                  color: string;
                  fontSize: string;
              };
          };
          axisLine: {
              lineStyle: {
                  color: string;
              };
              show: boolean;
          };
          axisTick: {
              lineStyle: {
                  color: string;
              };
              show: boolean;
          };
          splitArea: {
              areaStyle: {
                  color: string[];
              };
              show: boolean;
          };
          splitLine: {
              lineStyle: {
                  color: string[];
              };
              show: boolean;
          };
      }
      • axisLabel: {
            show: boolean;
            textStyle: {
                color: string;
                fontSize: string;
            };
        }
        • show: boolean
        • textStyle: {
              color: string;
              fontSize: string;
          }
          • color: string
          • fontSize: string
      • axisLine: {
            lineStyle: {
                color: string;
            };
            show: boolean;
        }
        • lineStyle: {
              color: string;
          }
          • color: string
        • show: boolean
      • axisTick: {
            lineStyle: {
                color: string;
            };
            show: boolean;
        }
        • lineStyle: {
              color: string;
          }
          • color: string
        • show: boolean
      • splitArea: {
            areaStyle: {
                color: string[];
            };
            show: boolean;
        }
        • areaStyle: {
              color: string[];
          }
          • color: string[]
        • show: boolean
      • splitLine: {
            lineStyle: {
                color: string[];
            };
            show: boolean;
        }
        • lineStyle: {
              color: string[];
          }
          • color: string[]
        • show: boolean
    • timeline: {
          checkpointStyle: {
              borderColor: string;
              color: string;
          };
          controlStyle: {
              emphasis: {
                  borderColor: string;
                  borderWidth: number;
                  color: string;
              };
              normal: {
                  borderColor: string;
                  borderWidth: number;
                  color: string;
              };
          };
          itemStyle: {
              emphasis: {
                  color: string;
              };
              normal: {
                  borderWidth: number;
                  color: string;
              };
          };
          label: {
              emphasis: {
                  textStyle: {
                      color: string;
                  };
              };
              normal: {
                  textStyle: {
                      color: string;
                  };
              };
          };
          lineStyle: {
              color: string;
              width: number;
          };
      }
      • checkpointStyle: {
            borderColor: string;
            color: string;
        }
        • borderColor: string
        • color: string
      • controlStyle: {
            emphasis: {
                borderColor: string;
                borderWidth: number;
                color: string;
            };
            normal: {
                borderColor: string;
                borderWidth: number;
                color: string;
            };
        }
        • emphasis: {
              borderColor: string;
              borderWidth: number;
              color: string;
          }
          • borderColor: string
          • borderWidth: number
          • color: string
        • normal: {
              borderColor: string;
              borderWidth: number;
              color: string;
          }
          • borderColor: string
          • borderWidth: number
          • color: string
      • itemStyle: {
            emphasis: {
                color: string;
            };
            normal: {
                borderWidth: number;
                color: string;
            };
        }
        • emphasis: {
              color: string;
          }
          • color: string
        • normal: {
              borderWidth: number;
              color: string;
          }
          • borderWidth: number
          • color: string
      • label: {
            emphasis: {
                textStyle: {
                    color: string;
                };
            };
            normal: {
                textStyle: {
                    color: string;
                };
            };
        }
        • emphasis: {
              textStyle: {
                  color: string;
              };
          }
          • textStyle: {
                color: string;
            }
            • color: string
        • normal: {
              textStyle: {
                  color: string;
              };
          }
          • textStyle: {
                color: string;
            }
            • color: string
      • lineStyle: {
            color: string;
            width: number;
        }
        • color: string
        • width: number
    • title: {
          subtextStyle: {
              color: string;
          };
          textStyle: {
              color: string;
          };
      }
      • subtextStyle: {
            color: string;
        }
        • color: string
      • textStyle: {
            color: string;
        }
        • color: string
    • toolbox: {
          iconStyle: {
              emphasis: {
                  borderColor: string;
              };
              normal: {
                  borderColor: string;
              };
          };
      }
      • iconStyle: {
            emphasis: {
                borderColor: string;
            };
            normal: {
                borderColor: string;
            };
        }
        • emphasis: {
              borderColor: string;
          }
          • borderColor: string
        • normal: {
              borderColor: string;
          }
          • borderColor: string
    • tooltip: {
          axisPointer: {
              crossStyle: {
                  color: string;
                  width: number;
              };
              lineStyle: {
                  color: string;
                  width: number;
              };
              shadowStyle: {
                  color: string;
                  opacity: number;
              };
          };
          backgroundColor: string;
          extraCssText: string;
          textStyle: {
              color: string;
          };
      }
      • axisPointer: {
            crossStyle: {
                color: string;
                width: number;
            };
            lineStyle: {
                color: string;
                width: number;
            };
            shadowStyle: {
                color: string;
                opacity: number;
            };
        }
        • crossStyle: {
              color: string;
              width: number;
          }
          • color: string
          • width: number
        • lineStyle: {
              color: string;
              width: number;
          }
          • color: string
          • width: number
        • shadowStyle: {
              color: string;
              opacity: number;
          }
          • color: string
          • opacity: number
      • backgroundColor: string
      • extraCssText: string
      • textStyle: {
            color: string;
        }
        • color: string
    • valueAxis: {
          axisLabel: {
              show: boolean;
              textStyle: {
                  color: string;
                  fontSize: string;
              };
          };
          axisLine: {
              lineStyle: {
                  color: string;
              };
              show: boolean;
          };
          axisTick: {
              lineStyle: {
                  color: string;
              };
              show: boolean;
          };
          splitArea: {
              areaStyle: {
                  color: string[];
              };
              show: boolean;
          };
          splitLine: {
              lineStyle: {
                  color: string[];
                  type: string;
              };
              show: boolean;
          };
      }
      • axisLabel: {
            show: boolean;
            textStyle: {
                color: string;
                fontSize: string;
            };
        }
        • show: boolean
        • textStyle: {
              color: string;
              fontSize: string;
          }
          • color: string
          • fontSize: string
      • axisLine: {
            lineStyle: {
                color: string;
            };
            show: boolean;
        }
        • lineStyle: {
              color: string;
          }
          • color: string
        • show: boolean
      • axisTick: {
            lineStyle: {
                color: string;
            };
            show: boolean;
        }
        • lineStyle: {
              color: string;
          }
          • color: string
        • show: boolean
      • splitArea: {
            areaStyle: {
                color: string[];
            };
            show: boolean;
        }
        • areaStyle: {
              color: string[];
          }
          • color: string[]
        • show: boolean
      • splitLine: {
            lineStyle: {
                color: string[];
                type: string;
            };
            show: boolean;
        }
        • lineStyle: {
              color: string[];
              type: string;
          }
          • color: string[]
          • type: string
        • show: boolean
    • visualMap: {
          color: string[];
      }
      • color: string[]
  • name: string

Generated using TypeDoc