User Activity

  • Posted a comment on discussion General Discussion on GWT Highcharts

    Hi, I have a problem with manually update extremes on charts. This is my code: private void syncExtremes(AxisSetExtremesEvent axisSetExtremesEvent) { if (chart.getXAxis().getExtremes() != null) { chart.getXAxis().setExtremes(axisSetExtremesEvent.getMin(), axisSetExtremesEvent.getMax()); } } I have this error in browser console: Uncaught TypeError: Cannot read property 'doubleValue_1_g$' of undefined

  • Posted a comment on discussion General Discussion on GWT Highcharts

    Sorry for late replay. It's simple example code that works properly with Highcharts 4.2.7 and doesn't work with Highcharts 5.0.0. Chart chart = new Chart() .setType(Series.Type.SCATTER) .setOptions3D(new Options3D() .setEnabled(true) .setAlpha(10) .setBeta(30) .setDepth(250) .setViewDistance(5)); chart.addSeries(chart.createSeries() .setName("Series") .setPoints(new Number[][] { {0, 0, 0} })); This is result with 4.2.7: and with 5.0.0:

  • Modified a comment on discussion General Discussion on GWT Highcharts

    Previous version of my application works with Highcharts 4.2.7 and charts works fine....

  • Posted a comment on discussion General Discussion on GWT Highcharts

    Previous version of my application works with Highcharts 4.2.7 and charts works fine....

  • Modified a comment on discussion General Discussion on GWT Highcharts

    Hi! I'm using Moxie GWT Highcharts 1.7.0. I have trouble with 3D chart. From Highcharts...

  • Posted a comment on discussion General Discussion on GWT Highcharts

    Hi! I'm using Moxie GWT Highcharts 1.7.0. I have trouble with 3D chart. From Highcharts...

View All

Personal Data

Username:
gvethon
Joined:
2017-01-19 08:27:59

Projects

  • No projects to display.

Personal Tools