Is it possible w/ jqplot to display a line chart that ‘overlays’ a bar chart?
I have added a series to a stacked barchart and changed the renderer to $.jqplot.LineRender. This displays as a line but it is getting added to the stacked amounts.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes it can be done with
jqPlot.A sample showing how a bar chart can be presented on a single plot together with a line chart is presented here, see the 3rd plot from the top.
Here I made a sample to show line and stacked bar charts on a single plot.