Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Facing a problem while using jqplot #8

Open
manigujjula opened this issue Apr 25, 2017 · 1 comment
Open

Facing a problem while using jqplot #8

manigujjula opened this issue Apr 25, 2017 · 1 comment

Comments

@manigujjula
Copy link

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.

@Denistuff
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants