Files
sailing-analytics/java/org.moxieapps.gwt.highcharts
Axel Uhl 89e8bef9c8 Revert "removed PluginNature from our OSGi bundles; they are not Eclipse plugins";
according to https://bugs.eclipse.org/bugs/show_bug.cgi?id=544977#c21 the
scenario of using the ManifestBuilder without setting the PluginNature is
not a supported scenario. Besides, it doesn't help to get rid of the new
Eclipse warning regarding non-exported packages.

This reverts commit 063484e29f.
2019-05-28 21:54:20 +02:00
..
2019-04-05 11:40:21 +02:00
2017-05-16 09:42:02 +02:00
2017-05-12 16:57:29 +02:00

Patches to GWT Highcharts Wrapper API

Show reset zoom button

Added method to org.moxieapps.gwt.highcharts.client.BaseChart to provide highcharts functionality in Java API:

    /**
     * Patch, to provide highcharts functionality in Java API. 
     */
    public native void showResetZoom() /*-{
        var chart = this.@org.moxieapps.gwt.highcharts.client.BaseChart::chart;
        if (chart) chart.showResetZoom();
    }-*/;

Other changes

Some other change in the following classes are not documented yet:

  • org.moxieapps.gwt.highcharts.client.BaseChart
  • org.moxieapps.gwt.highcharts.client.Series