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

org.dashbuilder.renderer.chartjs.lib.resources.Resources Maven / Gradle / Ivy

The newest version!
package org.dashbuilder.renderer.chartjs.lib.resources;

import com.google.gwt.resources.client.ClientBundle;
import com.google.gwt.resources.client.TextResource;

/**
 * Class contains resources required for chart library
 */
public interface Resources extends ClientBundle{
	
	/**
	 * Contains text representation of native chart.js code
	 */
	@Source("js/chart.min.js")
	TextResource chartJsSource();
	
	/**
	 * Default style required for chart styling
	 */
	@Source("js/chart.css")
	ChartStyle chartStyle();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy