All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.bklab.flow.chartjs.ChartJsModel Maven / Gradle / Ivy

There is a newer version: 22.0.1
Show newest version
package org.bklab.flow.chartjs;

import com.vaadin.flow.templatemodel.TemplateModel;

/**
 * Represents chart's necessary data to be created.
 * jsonChart aggregates jsonChartData and jsonChartOptions.
 */
public interface ChartJsModel extends TemplateModel {
    void setChartJs(String jsonChart);

    void setChartData(String jsonChartData);

    void setChartOptions(String jsonChartOptions);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy