0
votes
1answer
17 views
Change data start point in jQuery flot?
I'm using Flot to graph the clicks per minute for the first 60 minutes on short URLs made: http://cuthut.com/RA5?.
As you can see it starts at minute 0 and goes to minute 59. My q …
1
vote
2answers
34 views
JavaScript Charts API: Flot jQuery Plugin OR Google Visualization ?
Hi,
I am looking for a charts library to be displayed on a website. I will use intensively this library (for area, line and bar charts mainly), so I prefer to secure my choice bef …
0
votes
0answers
6 views
How to disable panning in Jquery flot when there is no further data ?
How to disable panning in Jquery flot when there is no further data ?
I am currently using plot.pan({ left: -100 }); and plot.pan({ left: 100 }); on left arrow
click and right arr …
0
votes
1answer
23 views
JQuery flot plot is not working in $.getJSON
The code in javascript is
$(document).ready(function () {var options = {
series: { points: { show: true }, shadowSize: 0 },
xaxis: { mode: "time" },
yaxis: { min:0, …
0
votes
1answer
79 views
Zend and Flot Charts
I'm planning on adding some flot charts to my site, and i'm wondering are there any recommendations on the best approach for handling this. I have existing model and controller cla …
1
vote
0answers
12 views
Toggle data series by clicking legend in flot chart?
I have played a bit with flot.js for plotting some data, but I have quite a few data series, so the user might want to hide some series. One of flot's examples shows how to toggle …
0
votes
2answers
120 views
Why are my Scala types not matching?
I have the following variable series:
var series: List[FlotSerie] = List(
new FlotSerie() {
override val label = Full("Min")
},
new FlotSerie() {
override val label …
0
votes
1answer
66 views
JQuery Flot working in IE6 but not IE8
I have two pages that use the flot jquery plugin, and they both work great in most browsers, and even in IE6. The problem is that the canvas portion of the graph doesn't show up in …
0
votes
1answer
44 views
With flot, how can I create a linked pie chart that takes you to other web pages?
In flot, how can I create a pie chart where each wedge is a link to a different web-page?
0
votes
1answer
42 views
How to display a popup with data of a data point in Flot graph?
I got the Flot-created graph. What I wanted to acomplish is to get some kind of information when user moves the mouse over it - best would be to show the data (from x and y axis) i …
0
votes
4answers
51 views
How can I make JsonResult return an array of arrays (without field names) rather than an array of objects?
I have an IEnumerable list of date/value pairs that I am returning as a Json list to flot. However, when I call JsonResult(), the result looks like this:
[{"Date":date1, "Value":v …
0
votes
1answer
57 views
JQuery Flot: clear graph
Hi is ther a recommended way to clear a jquery flot graph? I couldn't find anything the in the api...
0
votes
1answer
25 views
Using flot (or another canvas plotting javascript package) in a modal dialog box
Hi guys,
I'm trying to to display a chart (generated using flot) in a modal dialog box. The plot is a blown up version of a smaller chart. From my initial attempts I can't seem to …
0
votes
0answers
79 views
Flot - Is it possible to have a third y-axis or hidden data set?
Hey,
I have a graph showing a persons races times (if you copy/paste the code below into any of the flot examples it should work). I'm showing the time on the y1 axis and the pace …
0
votes
2answers
226 views
Problem with plotting Graph with flot
Hello Gurus
I need urgent help and in several steps so let's take this step by
step
I want to plot graph using flot and mysql but an exception occurs
getData.php
$sql = my …
