com.github.highcharts4gwt.model.highcharts.object.api.Highcharts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of highcharts Show documentation
Show all versions of highcharts Show documentation
GWT wrapper for highcharts library.
package com.github.highcharts4gwt.model.highcharts.object.api;
/**
* The namespace under which all other Highcharts variables are assembled is called Highcharts
.
var chart1 = new Highcharts.Chart(options);
*
*/
public interface Highcharts {
}