Interface ChartJsDataset<E extends Serializable>

  • Type Parameters:
    E - The type of the elements of the data.
    All Superinterfaces:
    Serializable
    All Known Implementing Classes:
    SimpleChartJsDataset

    public interface ChartJsDataset<E extends Serializable>
    extends Serializable
    Represents the configuration of one dataset for a chart. In other words, this represents the data for one line in a line chart. If there are moultiple lines, there will be multiple datasets. Corresponds to the elements of the config.data.datasets property.
    Author:
    haster