Questions tagged [flot]

Flot is a pure JavaScript plotting library for jQuery with a focus on simple usage, attractive looks and interactive features. It produces graphical plots of arbitrary datasets on-the-fly client-side.

Useful links


Code Snippet / Fiddle

  • When asking questions it is a good idea to provide a Code Snippet or Fiddle which reproduces your chart and / or problem. This greatly increases the possibility for others to understand and/or debug your problems.

Common pitfalls for time-mode graphs


Related tags

2064 questions
0
votes
0 answers

ajax flot div refresh consecutively

I have 5
elements for flot which I would like to refresh via ajax. During the ajax process the divs show loading icons. The problem is, that I want to refresh the divs consecutively. If I alert after ajax.complete it works. My example…
cr1zz
  • 577
  • 1
  • 5
  • 16
0
votes
2 answers

How to make Flot Graph workable with jQuery?

I have two external arrays for x and y axis and I am trying do make a simple graph with them. What am I doing wrong here?