Tagged Questions
Flot is a pure Javascript plotting library for jQuery. It produces graphical plots of arbitrary datasets on-the-fly client-side.
16
votes
5answers
5k views
JavaScript Charts API: Flot jQuery Plugin OR Google Visualization?
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 before starting ...
12
votes
4answers
5k views
Flot Data Labels
I'm trying to produce a line chart using Flot, but I want the data labels to show up on the chart - meaning, I want the value of each point to appear next to that point. I feel like this should be an ...
9
votes
4answers
2k views
Is JavaScript ready for visualizing large datasets?
We've got some data (10-50 columns, hundreds of thousands of rows) that we usually visualize in Excel as a line graph or stacked bar chart.
Users want to be able to zoom in and out of the graph to get ...
8
votes
4answers
3k views
How to save a jQuery FLOT Graph to a .png or orther image formate?
So I'm using a plugin for Jquery called FLOT http://code.google.com/p/flot/
Once the graph is rendered I want the client to be able to save the graph to a file for later. Any idea on how this can be ...
8
votes
1answer
5k views
jQuery Flot data/axis labels on top of graph
Is there a way to overlay the x-axis and y-axis numeric labels onto a jQuery Flot graph. So, I want the labels to not be outside, next to the graph, but on top of the graph itself.
The following ...
8
votes
3answers
4k views
Animated line graph in Javascript?
I'd like to do a line-graph on a web-page using Javascript. I want it to be animated so that when the page loads, the line is slowly "drawn" onto the graph.
I've managed to get a static graph ...
6
votes
2answers
1k views
jQuery Mobile with flot and AJAX navigation
I am trying to display a flot generated chart in a jQuery Mobile project.
If I call the jQuery Mobile page by its absolute path (sth. like: http://server.com/graph/fancy.php) everything works fine, ...
6
votes
1answer
569 views
Linear Regression in Javascript
I want to do Least Squares Fitting in Javascript in a web browser.
Currently users enter data point information using HTML text inputs and then I grab that data with jQuery and graph it with Flot.
...
6
votes
3answers
3k views
Retrieve data from mysql by php to create flot graph
Hi i am trying to retrieve data from mysql database to create flot graph
can anyone walk me through this procedure or give me an idea of what to do
thanks
6
votes
4answers
4k views
In Flot, is it possible to eliminate or hide grid ticks without eliminating the corresponding label?
The Flot API documentation describes the library's extensive hooks for customizing the axes of a graph. You can set the number of ticks, their color, etc. separately for each axis. However, I can not ...
5
votes
3answers
1k views
Jquery Flot pie charts show data value instead of percentage
I can't figure out how to get flot.pie to change the data shown in the labels from a percentage of the "raw data" to the actual data. In my example i've created a pie chart with the numbers of ...
5
votes
7answers
400 views
What kind of algorithm makes a curve like this (img) & can it be done in javascript for flot?
And can you give me an example of an algorithm?
EDIT: And then how would I calculate the math using Javascript? Can someone add that? Sorry to not include that context originally..
NOTE: I am using ...
5
votes
1answer
2k views
Is there a way to change the color of plots in jQuery flot without redrawing the whole chart?
I have a chart that I'm drawing using flot. I want to change the colors of the data plots when someone hovers over text. Currently, I am doing this by redrawing the entire chart each time I need to ...
5
votes
3answers
3k views
How to control screen-orientation for iPhone in web app
I have a very basic web page that uses flot to create a canvas based graph (similar to what SO uses for reputation graph).
In the case of a PC display, it should simply output normally, with a the ...
5
votes
2answers
3k views
How do I control the tick label size in flot
I have a basic bar chart I'm presenting in flot (5 bars, displaying the % per status).
$.plot($("#placeholder"), [
{
label: 'Failed',
data: [[0,10]],
bars: { show: true }
},
{
label: ...
5
votes
3answers
8k views
Any examples of Flot with floating tooltips?
I am currently working on a Flot graph, the API which seems pretty powerful overall, although examples of advanced use are not widely documented.
The API suggests there are ways to set hoverable on ...
5
votes
1answer
3k views
Getting color of a data series from a flot chart
After seeing the cool new "reputation" tab on the stackoverflow user page, I was inspired to play with the Flot charting library a little. I have a line chart that has several hundred series. Only a ...
4
votes
2answers
59 views
jQuery flot, Live plotting from SQL Server
I have a MS SQL Server which has data being constantly fed to it. I want to make an ASP.NET Webapp or Webpage that can plot the data and update live.
Through research I found that jQuery and Flot ...
4
votes
2answers
755 views
jQuery flot associate text with plot points
I'm using Flot and would like to associate text with each individual plot point so that when I hover over the plot point the relevant data is displayed.
I have used the following example
...
4
votes
1answer
2k views
Flot Stacked Bar Chart and displaying bar values on mouse over
I'm trying to understand the tooltip functionality of Flot but not really getting my head around it!
I am trying to achieve a tooltip that displays the label and value of each section of a stacked ...
4
votes
1answer
1k views
asp.net mvc, jquery flot, and json problem
i'm trying to learn how to use flot
and i think your example is a very nice, simple, very understandable code so i've been trying to implement it but...
well, here is my code in the index.aspx:
...
4
votes
3answers
4k views
flot display the date in flot based on timestamp
Does anyone know how to display the date in flot based on timestamp
<script id="source" language="javascript" type="text/javascript">
$(function () {
var d1 = [
...
4
votes
1answer
2k 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 data series by using ...
4
votes
3answers
3k views
Django templates: insert values for javascript variables
I am trying to assign some javascript variables in a Django template.
I am having a problem where the values I am assigning are being written to the page properly (I can see them in the page source), ...
3
votes
0answers
123 views
jQuery XML via AJAX: missing some nodes occasionally
I have a flot graph that polls data via ajax from an XML document. I use mode: time for x axis. It works fine, except intermittently, some values from the xml Document gets dropped. Here is the code ...
3
votes
1answer
222 views
How can I construct a jquery/flot bar chart, without the vertical axis lines?
I am exploring flot, the jquery graphing library.
I'd like to be able to create a bar chart. Seems like it was not really set up for this. If I contort my data a little, I can get it to mostly do ...
3
votes
1answer
239 views
jQuery flot: how to control spaces/margin between bars?
I can't seem to find how to control spaces/margin between bars. I am trying to add 10px space between every bar. I could do this with CSS, though, this does not sound like a valid approach.
demo:
...
3
votes
2answers
1k views
Axis label in Flot
Does anyone know how one can set the label or title of an axis in Flot?
I've read the API but it doesn't seem to have that feature...
Thanks :)
3
votes
2answers
317 views
What HTML to PDF libraries handle javascript?
I'm trying to figure out how to generate a PDF from HTML that contains charts generated with the flot javascript library. Dompdf was my original conversion library but after adding flot charts it ...
3
votes
2answers
765 views
Bar width problem in flot
I have a chart, that displays bars which represent rainfall in 24h. Now the first problem I had, was the default 1px width for bars in flot, see this example:
I searched for a solution and found ...
3
votes
1answer
2k views
Using dates in jQuery Flot display
I'm trying to use Flot to plot a graph with dates. I've followed the advice on this string: here but it doesn't seem to work for me. Here is my modified JavaScript (from that other question):
...
3
votes
1answer
519 views
How can I shade a region between two lines in flot?
I have had a lot of success creating graphs with Flot. However, I can not seem to figure out how one would go about shading in a region between two lines using the library. My goal is to be able to ...
3
votes
2answers
1k views
FLOT data as image to write to PDF
I am using jQuery/FLOT to draw a graph, I would like for the user to be able to download a PDF version of the graph. I am writing the PDF using ColdFusion. After creating the graph I then send the ...
3
votes
3answers
2k views
FLOT: How to make different colored points in same data series, connected by a line?
I think I may have stumbled onto a limitation of Flot, but I'm not sure. I'm trying to represent a single data series over time. The items' "State" is represented on the Y-Axis (there are 5 of them), ...
3
votes
2answers
1k views
comparison of flot versus google charts
i am starting up a website that needs a lot of sophisticated multi line charts. I see two top candidates for the job
Flot
Google Charts
Does anyone have any recommendations or preferences on this ...
3
votes
2answers
2k views
Plotting graph with FLOT using mysql and ajax
I am trying to use flot to plot some data that is pulled from a MySQL db. I am log users login visits and I have a SQL function that will retreive the number of visits per day for a given month, ...
3
votes
2answers
1k views
Help using Flotilla and Ruby on Rails
I'm new to Rails (and StackOverflow), so I apologize if this is a "dumb" question. I've put together a really simple Rails application. It receives data from another server (via HTTP POSTs). I would ...
2
votes
0answers
34 views
Rails 3.1 Unobtrusive Javascript with Flot
All,
I am using the Flot graphing library in my rails application. I currently have a page working as expected, however all of the javascript for putting together the flot graph is inline in my ...
2
votes
2answers
105 views
javascript php mysql flot
I encountered a new problem regarding my x-axis. My intention was to output a x-axis which indicates the time, while the y axis indicates the power. I decided to use time[i] and using ...
2
votes
1answer
158 views
Rotating jQuery Flot Value Labels 90 Degrees
I am using Value Label plugin for jQuery-based Flot (to generate Graphs).
I would like to rotate the values to 90 degrees, so that the label values do not overlap each other. Please note that I am ...
2
votes
2answers
139 views
FLOT Tooltip placement?
There doesn't appear to be a way to move the tooltip in my graph from showing up on the bottom right? This seems very intuitive but I can't find a way to put it above or to the left of the datapoint. ...
2
votes
1answer
119 views
jQuery Flot with PHP
I was dealing today with Flot and when I try to get the data from PHP (with json_encode()) I can't get it work properly.
I could display labels but no chart is created.
PHP
$newData = array();
...
2
votes
0answers
52 views
Flot memory leak while associating two graphs using panning
we are rendering two graphs with flot, which share the same x-axis.
we plot them with:
plot1 = $.plot($("#placeholderGraph1"), p1_data, d1_options);
plot2 = $.plot($("#placeholderGraph2"), p2_data, ...
2
votes
1answer
212 views
Loading csv file into jQuery?
I have a CSV file that I would like to use as source data for a jQuery flot graph.
Should I:
Find a jQuery plugin that will load the CSV file directly?
Convert the CSV file into JSON and use that ...
2
votes
1answer
54 views
How do you create bold axes in flot (jQuery plugin for graphing)?
How do you make the x- and y-axis appear bold (and possibly with arrows) in flot? The default behavior is not to show the axes at all. Thanks.
2
votes
1answer
256 views
Flot: Add vertical line to grid and background on its right side
I discovered Flot yesterday and I'm curious if I can add a vertical line to my graph and have a different background on the right side of the line.
This is my graph so far: ...
2
votes
1answer
119 views
flot gets the data from json but shows blank graph
This is the code, when i mannually paste the json data inplace of series the graph is obtained but through ajax call am able to get the json data but the chart is blank.
$(document).ready(function(){
...
2
votes
1answer
62 views
Flot Share Tooltips
Using Flot to dynamically graph multiple series. Using Toottips to provide labels on hover. Where multiple series have the same points on the grid, Tooltips displays label from only 1 series. Would ...
2
votes
1answer
304 views
Comma Separated Numbers For an Axis in Flot
Is there a way to have Flot make axis numbers be comma-separated?
So for example, instead of 1000000 have 1,000,000
2
votes
2answers
887 views
jquery mobile and flot library
I am implementing flot in a small jquery mobile framework site. The page / content div that contains the flot is on a secondary page. The first time the flot page is shown, the chart renders nicely. ...