Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ECHARTS

Index

Type aliases

EChartsMediaOption

EChartsMediaOption: { option: EChartOption; query: { aspectRatio?: number; height?: number; maxAspectRatio?: number; maxHeight?: number; maxWidth?: number; minAspectRatio?: number; minHeight?: number; minWidth?: number; width?: number } }

Type declaration

  • option: EChartOption
  • query: { aspectRatio?: number; height?: number; maxAspectRatio?: number; maxHeight?: number; maxWidth?: number; minAspectRatio?: number; minHeight?: number; minWidth?: number; width?: number }
    • Optional aspectRatio?: number
    • Optional height?: number
    • Optional maxAspectRatio?: number
    • Optional maxHeight?: number
    • Optional maxWidth?: number
    • Optional minAspectRatio?: number
    • Optional minHeight?: number
    • Optional minWidth?: number
    • Optional width?: number

EChartsSeriesType

EChartsSeriesType: "line" | "bar" | "pie" | "scatter" | "effectScatter" | "radar" | "tree" | "treemap" | "sunburst" | "boxplot" | "candlestick" | "heatmap" | "map" | "parallel" | "lines" | "graph" | "sankey" | "funnel" | "gauge" | "pictorialBar" | "themeRiver" | "custom"

TypedArray

TypedArray: Int8Array | Uint8Array | Int16Array | Uint16Array | Int32Array | Uint32Array | Uint8ClampedArray | Float32Array | Float64Array

Generated using TypeDoc