Please visit the official Apache ECharts Website at

https://echarts.apache.org
Visit Official Website
x

Online Builder

Bundle and download the needed charts and components.

NOTE: The bundler downloads sources from jsDelivr CDN, the built file isn't an official Apache source release or distribution.

Select a version

Chart

Select the charts needed to be packed
(The warnings and hints will not be printed on the browser console if using "Code Compression")

  • Bar
  • Line
  • Pie
  • Scatter
  • EffectScatter
  • Candlestick
  • Radar
  • Heatmap
  • Tree
  • Treemap
  • Sunburst
  • Map
  • Lines
  • Graph
  • Boxplot
  • Parallel
  • Gauge
  • Funnel
  • Sankey
  • ThemeRiver
  • PictorialBar
  • Custom

Coordinate Systems

Select coordinate systems needed to be packed. Some of the charts like "scatter", "line", "graph", "custom" can layout on multiple coordiante systems.

  • Grid
  • Polar
  • Geo
  • SingleAxis
  • Calendar

Component

Select components needed to be packed.

  • Title
  • Legend
  • Tooltip
  • MarkPoint
  • MarkLine
  • MarkArea
  • Timeline
  • DataZoom
  • Brush
  • VisualMap
  • Toolbox
  • Graphic

Others

Whether to include the SVG Renderer, which enables rendering based on SVG.

Whether to mount utilities on the echarts namespace. Utilities are usually included, unless requiring minimum bundle size and not need them.

Whether to Compress code. It is recommended not to compress code in the development environment, because warnings and hints will be removed after compressing.