¡@

Home 

2014/10/16 ¤W¤È 12:04:42

jquery Programming Glossary: line1

How can I hide the points that are displayed on the plot chart?

http://stackoverflow.com/questions/10791642/how-can-i-hide-the-points-that-are-displayed-on-the-plot-chart

I hide the points that are displayed on the plot chart I have the following jqPlot chart document .ready function var line1 new Array @foreach var item in Model text line1.push @item.VisitDate.Value.ToString dd MMM yyyy @item.count text var plot1.. chart I have the following jqPlot chart document .ready function var line1 new Array @foreach var item in Model text line1.push @item.VisitDate.Value.ToString dd MMM yyyy @item.count text var plot1 .jqplot 'chart1' line1 title ' span style Color.. item in Model text line1.push @item.VisitDate.Value.ToString dd MMM yyyy @item.count text var plot1 .jqplot 'chart1' line1 title ' span style Color Green Number Of Visits span ' axesDefaults pad 1.2 axes xaxis renderer .jqplot.DateAxisRenderer..

jqplot set default value

http://stackoverflow.com/questions/14520646/jqplot-set-default-value

set default value In my code I want to set y axis '0' when i didn't put the value in var line1. Now I didn't put information about '2013 01 25 11 23am' . In this case I want to set y asix value to 0. No it didn't work.. 0. No it didn't work like that. How can I do function Drawchart this.showChart function document .ready function var line1 '2013 01 25 11 20am' 20 '2013 01 25 11 35AM' 30 '2013 01 25 11 36AM' 7 '2013 01 25 11 37AM' 3 '2013 01 25 11 38AM'.. 01 25 11 36AM' 7 '2013 01 25 11 37AM' 3 '2013 01 25 11 38AM' 1 '2013 01 25 11 39AM' 2 var plot2 .jqplot 'chart' line1 title 'Customized Date Axis' gridPadding right 35 axes xaxis renderer .jqplot.DateAxisRenderer pad 0 tickOptions..