Umesh Patil
Umesh Patil

Reputation: 10685

Chart Type on jqPlot

I have tested the bar chart code ondocumentation of jqplot site, but It is rendering the line chart on my local machine. Does anyone have any idea why the wrong chart type is being displayed here ?

I have included below java script files in header(as done over jqplot site):

  1. jquery.min.js
  2. jquery.jqplot.min.js
  3. jqplot.pointLabels.min.js
  4. jqplot.categoryAxisRenderer.min.js
  5. jqplot.pointLabels.min.js
  6. jqplot.barRenderer.min.js

Source Code : First Column chart example

Find the jsfiddle demo here

Upvotes: 0

Views: 932

Answers (1)

Tim
Tim

Reputation: 320

Make sure to include this dependency:

jqplot.barRenderer.min.js

Upvotes: 1

Related Questions