Menu

Redraw issue

e.kousou
2016-08-31
2017-08-15
  • e.kousou

    e.kousou - 2016-08-31

    Hello everybody,

    I have a gwt vertical panel where i have some widgets and lastly there is a chart. The problem is that I have an issue when removing a series from the chart.
    When redrawing the chart, the series is still displayed but if I try to search for the removed series with the chart.getSeries() it does not exist.
    The workaround i found in order to tackle this is to remove the chart from the gwt Vertical panel and the reinsert it again. That solution messes up my scroll level though and ruins user experience. The method chart.getElement.focus doesn't seem to help either.
    If you need any additional info please feel free to request it.

    Thanks for any help !

     
  • Ted Gardner

    Ted Gardner - 2017-08-15

    That sounds a lot like my issue, did you ever find a way to fix it?

     

Log in to post a comment.