Hello i us this in my app

                                 var data     = j["data"]["maindata"];

                                 var plot = new qxjqplot.Plot(data,
                                         {
                                         title:title,
                                         seriesDefaults: {
                                             isDragable: true,
                                             trendline: {
                                                 show: true
                                                 },
                                             
axes:{xaxis:{renderer:qxjqplot.DateAxisRenderer}},
                                             series:[{lineWidth:4, 
markerOptions:{style:'square'}}]
                                             }
                                         },

                                     ['dragable','trendline']
                                     );

but i want to add some date on the axis. i see this example and change 
it to the qx  references

var line1=[['2008-09-30 4:00PM',4], ['2008-10-30 4:00PM',6.5], 
['2008-11-30 4:00PM',5.7], ['2008-12-30 4:00PM',9], ['2009-01-30 
4:00PM',8.2]];
   var plot = new qxjqplot('chart1', [line1], {
     title:'Default Date Axis',
     axes:{xaxis:{renderer:qxjqplot.DateAxisRenderer}},
     series:[{lineWidth:4, markerOptions:{style:'square'}}]
   });

but nothing appear.

and i try to add the zoomer function by add this

,
                                         cursor:{
                                             show: true,
                                             zoom:true,
                                             showTooltip:false
                                             }

but i cant zoom, no cursor appear

Is their any qxjqplot expert  to help me?:)


------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to