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

nl.crashdata.chartjs.data.simple.builder.SimpleChartJsLabelTickConfigBuilder Maven / Gradle / Ivy

package nl.crashdata.chartjs.data.simple.builder;

import nl.crashdata.chartjs.data.simple.SimpleChartJsLabelTickConfig;

public class SimpleChartJsLabelTickConfigBuilder
		extends AbstractSimpleChartJsTickConfigBuilder
{
	@Override
	protected SimpleChartJsLabelTickConfig createNewTickConfig()
	{
		return new SimpleChartJsLabelTickConfig();
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy