freeboard-jqplot icon indicating copy to clipboard operation
freeboard-jqplot copied to clipboard

Facing a problem while using jqplot

Open manigujjula opened this issue 7 years ago • 1 comments

dfrfr Hello, The above is the screenshot of our widget using jqplot to display data in the format of bar chart. here are options we provided in the jqplot options:

{ series: [{ color: 'red' }], seriesDefaults: { renderer: $.jqplot.BarRenderer, // Show point labels to the right ('e'ast) of each bar. // edgeTolerance of -15 allows labels flow outside the grid // up to 15 pixels. If they flow out more than that, they // will be hidden. pointLabels: { show: true, location: 'e', edgeTolerance: -15 }, // Rotate the bar shadow as if bar is lit from top right. shadowAngle: 135, // Here's where we tell the chart it is oriented horizontally. rendererOptions: { barDirection: 'vertical' } }, axes: { yaxis: { renderer: $.jqplot.CategoryAxisRenderer } } } But the widget is showing blank without any barcharts with the data we provided.

Thank you.

manigujjula avatar Apr 25 '17 09:04 manigujjula

Did you find any solution to this problem? Facing the same.....

Denistuff avatar Apr 05 '18 21:04 Denistuff