Brantje
Brantje

Reputation: 100

jqplot chartline not showing even when css is loaded

I have some problems with JQplot showing 2 lines in a graph. The graph and data gets loaded, but the lines do not appear. I'm sure that i load the correct css files. I can't demonstrate it at jsfiddle since, it appears only to happen on that specific page.

Sorry for my bad english.

Link to the page causing trouble http://wot.brantje.com/stats/brantje

Upvotes: 0

Views: 33

Answers (1)

Gyandeep
Gyandeep

Reputation: 13538

You have to use DateAxisRenderer to render your graph. then the lines would come up. Please refer the jqplot website for references

Upvotes: 1

Related Questions