Re: [qooxdoo-devel] CanvasJS inside qooxdoo widget

2013-06-02 Thread jlmag
Well, After many trials, I decided to recreate chart on resize qx window (good idea Franck). It's not beautiful, but for this moment Playground Jean-luc -- View this message in context: http://qooxdoo.678.n2.nabble.com/CanvasJS-inside-qooxdoo-widget-tp75837

Re: [qooxdoo-devel] CanvasJS inside qooxdoo widget

2013-06-02 Thread jlmag
I tried new version for both canvas Playground But no better. I think that coordinates mouse detection is not updated. Also, I post on canvasjs forum. Wait and see... Jean-Luc -- View this message in context: http://qooxdoo.678.n2.nabble.com/CanvasJS-inside-qoo

Re: [qooxdoo-devel] CanvasJS inside qooxdoo widget

2013-06-02 Thread franck34
Mpff perhaps you need to destroy canvas widget and fully recreate it finaly ? strange ... no idea on my side 2013/6/2 jlmag > Re, > > The chart is well drawn, but not for interactive zone (tooltip). > > Jean-Luc > > > > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/

Re: [qooxdoo-devel] CanvasJS inside qooxdoo widget

2013-06-02 Thread jlmag
Re, The chart is well drawn, but not for interactive zone (tooltip). Jean-Luc -- View this message in context: http://qooxdoo.678.n2.nabble.com/CanvasJS-inside-qooxdoo-widget-tp7583785p7583791.html Sent from the qooxdoo mailing list archive at Nabble.com.

Re: [qooxdoo-devel] CanvasJS inside qooxdoo widget

2013-06-02 Thread jlmag
franck34 wrote > I was thinking of a potential qx bug when i was saying that. > > Seem's the canvas height/width dom object is not updated, don't know if > it's normal or ot. I also thought this solution, but you were faster ;-) Canvas element is not updated (firebug console). Perhaps qooxdoo tea

Re: [qooxdoo-devel] CanvasJS inside qooxdoo widget

2013-06-02 Thread franck34
I was thinking of a potential qx bug when i was saying that. Seem's the canvas height/width dom object is not updated, don't know if it's normal or ot. Here is a working version. http://tinyurl.com/mfff39h Btw thanks for canvasjs, nice lib Franck * * 2013/6/2 jlmag > Yes, when I resize Chro

Re: [qooxdoo-devel] CanvasJS inside qooxdoo widget

2013-06-02 Thread jlmag
Yes, when I resize Chrome, FireFox or Opera, the chart is redraw. But it's when I resize qx window, no redraw. Jean-Luc -- View this message in context: http://qooxdoo.678.n2.nabble.com/CanvasJS-inside-qooxdoo-widget-tp7583785p7583787.html Sent from the qooxdoo mailing list archive at Nabble.c

Re: [qooxdoo-devel] CanvasJS inside qooxdoo widget

2013-06-01 Thread franck34
Using Chrome, did you notice the chart is redrawn correctly if you resize the browser window ? (or toggle chrome console) franck 2013/6/2 jlmag > Hi all, > > I try to use CanvasJS with qx.ui.core.Widget. > But, when qx window is resized, the chart does not move. > > Playground

[qooxdoo-devel] CanvasJS inside qooxdoo widget

2013-06-01 Thread jlmag
Hi all, I try to use CanvasJS with qx.ui.core.Widget. But, when qx window is resized, the chart does not move. Playground If you have ideas to help me, you're wellcome. Thanks Jean-Luc -- View this message in context: http://qooxdoo.678.n2.nabble.com/CanvasJ