vaadin / charts

Framework 8 version of Vaadin Charts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Navigator setReversed doesn't respond on dragging

anasmi opened this issue · comments

Created navigator using JSON:

       private static final String JSON_CONF ="{ xAxis: {\n" +
        " reversed:true},\n" +
        " navigator: {\n" +
        "    enabled: true,\n" +
        "    margin:75,\n " +
        "    xAxis: {\n" +
        "      reversed: true,\n" +
        "      labels: {\n" +
        "        format: '{value}'\n" +
        "      }\n" +
        "    }\n" +
        "  }}";

Navigator Axis is reverted, but it doesn't respond to the dragging.
Originates from : highcharts/highcharts#4114 , which was fixed in the never versions