Adding Date Axis to BubbleChart in jqPlot -


hi trying add date x-axis in bubble chart in jqplot, x-axis not getting plotted. below jqplot script using.

$(document).ready(function () { var arr = [['2008-07-30 8:00am', 123, 1236, "acura"],     ['2008-08-30 8:00am',       92, 1067, "alfa romeo"],             ['2008-09-30 8:00am', 104, 1176, "am general"]];  plot1 = $.jqplot('chart2', [arr], {     title: 'transparent bubbles',     axes: {         xaxis:{                    renderer: $.jqplot.dateaxisrenderer         }     },     seriesdefaults: {         renderer: $.jqplot.bubblerenderer,         rendereroptions: {             bubblealpha: 0.6,             highlightalpha: 0.8         },         shadow: true,         shadowalpha: 0.05     } }); }); 

please me out in solving this. tia.


Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -