Note that there are some explanatory texts on larger screens.

plurals
  1. POImplement graph using jQplot
    primarykey
    data
    text
    <p>My need is to implement following graph </p> <p><img src="https://i.stack.imgur.com/dMRUE.png" alt="enter image description here"></p> <p><em>I know about <a href="http://www.jqplot.com/tests/bar-charts.php" rel="nofollow noreferrer">stacked chart</a>, but here there are axis points labels (In my need there is no any axes point labels), and this is from Y-axis.</em> </p> <p>I am confused how can I implement it. </p> <p>Can you please help me? Any link will also be helpful. </p> <hr> <p>Update : </p> <p>I am trying a code snippet </p> <pre><code>&lt;script type="text/javascript" language="javascript"&gt; $(document).ready(function(){ var line1 = [14]; var line2 = [77]; var plot4 = $.jqplot('test2', [line1, line2], { title: '1 Mobility Test Graph', animate: !$.jqplot.use_excanvas, stackSeries: true, seriesDefaults: { renderer: $.jqplot.BarRenderer, rendererOptions:{barPadding : 0, barMargin : 5, barDirection: 'horizontal'}, pointLabels:{location : 'e', edgeTolerance : 0, hideZeros: true, show : true}, shadowAngle : 135, lineWidth : 0, showLine: true }, axesDefaults : { show : false, tickOptions : { show : false } }, axes: { yaxis:{renderer:$.jqplot.CategoryAxisRenderer} }, grid:{ borderWidth:0, shadow:false }, legend: { renderer: $.jqplot.EnhancedLegendRenderer, show:true, rendererOptions:{ numberRows:1, numberColumns: 3, disableIEFading: false }, location: 'n', placement : 'outsideGrid', marginTop: '5px', showSwatch:false } }); $(".jqplot-xaxis-tick").hide(); $(".jqplot-yaxis-tick").hide(); }); &lt;/script&gt; </code></pre> <p>But this doesn't give me any output. When I remove <code>barDirection: 'horizontal'</code> its working fine. Please help me, what is wrong... </p> <p>Here I got <a href="http://jsfiddle.net/Boro/TfUfD/2/" rel="nofollow noreferrer">jsfiddle</a> , but it works for two graphs..... how can I make for one. </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload