Interface ChartJsData<E extends Serializable>

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

    public interface ChartJsData<E extends Serializable>
    extends Serializable
    Represents the data-configuration for a chart. Corresponds to the config.data property.
    Author:
    haster