Package com.oorian.echarts


package com.oorian.echarts
  • Classes
    Class
    Description
    Entry point class for the ECharts wrapper library.
    A bar chart implementation for displaying data as vertical or horizontal bars.
    A boxplot (box-and-whisker) chart implementation for statistical data visualization.
    A candlestick chart implementation for displaying financial OHLC (Open-High-Low-Close) data.
    Base abstract class for all ECharts chart types.
    A funnel chart implementation for displaying data as a funnel/pyramid shape.
    A gauge chart implementation for displaying single values within a defined range.
    A graph/network chart implementation for displaying nodes and their relationships.
    A heatmap chart implementation for displaying data intensity as colored cells.
    A line chart implementation for displaying data trends over time or categories.
    A parallel coordinates chart for multi-dimensional data visualization.
    A pie chart implementation for displaying data as proportional segments of a circle.
    A radar chart implementation for displaying multivariate data on axes starting from the same point.
    A Sankey diagram implementation for displaying flow/relationship data.
    A scatter chart implementation for displaying data points on a two-dimensional coordinate system.
    A sunburst chart implementation for displaying hierarchical data as concentric rings.
    A theme river (streamgraph) chart for visualizing thematic changes over time.
    A tree diagram implementation for displaying hierarchical parent-child relationships.
    A treemap chart implementation for displaying hierarchical data as nested rectangles.