Hello,

how can i acces the  option.

when i have an example like this:

|$(document).ready(||function||(){|
|||var| |line1=[[||'2008-06-30 8:00AM'||,4], [||'2008-7-30 8:00AM'||,6.5], [||'2008-8-30 8:00AM'||,5.7], [||'2008-9-30 8:00AM'||,9], [||'2008-10-30 8:00AM'||,8.2]];|
|||var| |plot2 = $.jqplot(||'chart2'||, [line1], {|
|||title:||'Customized Date Axis'||, |
|||gridPadding:{right:35},|
|||axes:{|
|||xaxis:{|
|||renderer:$.jqplot.DateAxisRenderer, |
|||tickOptions:{formatString:||'%b %#d, %y'||},|
|||min:||'May 30, 2008'||, |
|||tickInterval:||'1 month'|
|||}|
|||},|
|||series:[{lineWidth:4, markerOptions:{style:||'square'||}}]|
|||});|
|});


how must i replace ||


$.jqplot?

i try this

*qxjqplot

it throws no error but i think all option based on this dont be used.

How must i replace this?

Thank you

*|

------------------------------------------------------------------------------
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