Package com.jbstrap.ui.components.charts


package com.jbstrap.ui.components.charts
  • Class
    Description
    You can set the marker style for charts implementing this interface.
    The interface enables you to set the markers’ fill and line color, and also line width.
    An area chart is a series of data points connected with lines, with a colored area below the lines.
    Series object to be displayed on an area chart.
    The parent class of all axis-based charts.
    Parent class of series objects applicable for axis-based charts.
    A bar chart displays data series as columns.
    Series object to be displayed on a bar chart.
     
    A bubble chart is a special chart that is capable of displaying multiple series.
    Series object displayed on bubble charts.
    This chart type visualizes a measurement and compares it one or more other measurements.
    Use this component to display charts.
    Unique tooltip renderer interface.
    Charts that implement this interface marker click events.
    Series types implementing this interface enable you to set their own color.
    A donut chart is a circle diagram with an empty area in the middle.
    A dot chart is a series of unconnected data points.
    Series object displayed on the dot chart.
    DualSeriesChart<T extends SeriesBasedChart<?>,D extends Series>
    Charts that implement this interface can only display two different series.
    A funnel chart displays one data series.
    A gauge chart is a chart resembling an analog instrument where one or more needles indicate the measured value.
    POJO object representing a section of the gauge chart.
    Series object displayed on gauge charts.
    A horizontal stacked bar chart is a bar chart that displays data series as bars.
    A horizontal stacked bar chart is a bar chart that displays data series as bars.
    A line chart is a series of data points connected with lines.
    Series object to be used on a line chart.
    MultiSeriesChart<T extends SeriesBasedChart<?>,D extends Series>
    Charts that implement this interface can have multiple series.
    A pie chart is a circle diagram displaying one data series.
    A population pyramid is a chart that enables you to compare two different data sets.
    An object containing the data series displayed on the chart and all of its settings.
     
    Component displaying special chart data.
    SimpleSeriesChart<T extends SeriesBasedChart<?>,D extends Series>
    Charts that implement this interface can only display one series.
    A stacked area chart is a series of data points connected with lines, with a colored area below the lines.
    A stacked bar chart is a bar chart that displays data series as columns.
    SupportBrush<T extends BaseChart<?>>
    Charts that implement this interface support the brush feature.
    SupportLasso<T extends BaseChart<?>>
    Charts that implement this interface can use the lasso feature.
    SupportZoom<T extends BaseChart<?>>
    Charts that implement this interface support the zoom feature.
    Component displaying special chart data.
    Component displaying special chart data.
    Special chart data visualization component.