org.dashbuilder.renderer.chartjs.lib.resources.ChartStyle Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dashbuilder-renderer-chartjs Show documentation
Show all versions of dashbuilder-renderer-chartjs Show documentation
Dashbuilder Renderer for the Chart JS API
The newest version!
package org.dashbuilder.renderer.chartjs.lib.resources;
import com.google.gwt.resources.client.CssResource;
public interface ChartStyle extends CssResource{
/**
* Style for chart area (applied to div wrapper of canvas element)
* @return
*/
String chart();
/**
* Style of default series
* @return
*/
String defaultSeries();
String series1();
}