Questions tagged [flotr]

Flotr is a javascript plotting library based on the Prototype Javascript Framework 1.6+. Flotr enables you to draw appealing graphs in most modern browsers with an easy to learn syntax.

Flotr is a javascript plotting library based on the Prototype Javascript Framework and inspired by Flot.

Useful links


Related tags

30 questions
9
votes
6 answers

Getting the last value of an Array and showing it under X axis

var NewdateData[] = [1,2,3,4,5,6,7,8,9,1,2,1,23,45,56] This NewdateData is dynamically filled from database depending upon the selection made from the user interface. I am using this NewdateData for displaying under the X axis Charts. The issue I…
user663724
7
votes
1 answer

flotr display data series name when mouse hovers over line

I'm using flotr to graph 90 data sets. On average, only two of the 90 sets of data will actually produce a graphable line. The other 88 or so will have y values so low that they will barely peak above the x axis. Here is an example... My problem is…
b10hazard
  • 7,399
  • 11
  • 40
  • 53
3
votes
2 answers

Using Flotr plot in sDashboard in html

I cannot show the plot using sDashboard in my html file. I did the following and the plot doesn't show up. EXAMPLE
Mahadeva
  • 1,584
  • 4
  • 23
  • 56
2
votes
2 answers

How to include flotr2 charts in rails?

I'm trying to include a chart in a view, but it doesn't work. Can somebody help? That's what I have in the view (flotr2.min.js is in public/javascripts): ...