Skip to content

Overview

Our charts are based on ECharts, with the configuration items of ECharts visualized. ECharts is a powerful and flexible charting library open-sourced by Baidu, capable of implementing rich and diverse data visualization effects. By configuring the configuration items of charts, we can create various types of charts, including line charts, bar charts, pie charts, scatter charts, etc.

Capability Boundary Description

Main Functions

  • Configurable Charts: We provide rich chart configuration options, allowing users to generate various charts through simple configurations.
  • Flexibility: Users can utilize all configuration options of ECharts to adjust the appearance, data, interaction effects, etc., of charts.
  • Diversity: Supports multiple chart types and combinations to meet different visualization needs.

Limitations

  • Script Control: Since our system mainly generates charts by configuring the Option configuration items of ECharts, direct control of ECharts' behavior through scripts is not supported.
  • Event Listening: We only support click and double-click events, and do not support responding to ECharts' events through custom listeners. This means complex interaction logic cannot be implemented within the chart.
  • Extensibility: Although ECharts itself supports custom extensions, our current system design does not open up such extension functions.

Through the above description, we hope to help users better understand our chart system, make rational use of its powerful configuration functions, and also clearly understand its limitations, so as to make appropriate choices in practical use.