Flot is a pure Javascript plotting library for jQuery. It produces graphical plots of arbitrary datasets on-the-fly client-side.
0
votes
0answers
26 views
How can I space the ticks in a flot chart?
I have a flot graph below. You will see the labels are condensed. I want to make the width between the ticks ensure all labels are shown. The markup is below:
<!-- Graph HTML -->
<div ...
0
votes
0answers
13 views
Flot Chart issue with x axis
I have an application where a user can search on data over a date range. I am using Flot charts and I am using the time mode. I have
$.plot($('#graph-lines'), graphData, {
series: {
...
0
votes
0answers
9 views
jQuery.flot resizable breaks after redraw
I'm using flot (http://www.flotcharts.org) for some charts and want my chart canvas to be resizable, so I used the jQuery UI feature according to the official example from the flot website ...
-2
votes
0answers
42 views
How to send flot chart using html email
I need to send an e-mail in C# with html formatting. In the e-mail message, I'd like to include a flot.js chart and I don't know how. Can anyone suggest how I might include this chart in my mail?
0
votes
0answers
30 views
how to change the constant barwidth in JQuery flot bar char to variable barwidth
I am plotting a dynamic barchart using flot. I have managed to plot with constant barwidth. Now I want the barwidth to vary based on the output of my analysis. I set
var options = { series: {
...
1
vote
1answer
35 views
Flot: Zoom to Far Right by Default
Let's say you have a flot graph that's 500 pixels wide and it has 100 ticks on the x axis. That will obviously be very crowded by default. The "navigate" plugin helps this situation. For example, if ...
0
votes
0answers
30 views
Eliminating hardcoded conditions inside of a for loop javascript
I am using a JavaScript plotting library Flot with an open-source JavaScript date library Datejs in order to draw a bar graph showing some data over some period of time.
Flot wants a data (could be ...
1
vote
1answer
22 views
flot 0.8.1 zoomin not draw line even x-axis and y-axis data change
I have time series on x axis and some power watts info at y axis. The first time both the placeholder and overview graph display fine. When I select area of overview graph value change in placeholder ...
0
votes
0answers
28 views
Flot.js Circle Data points render as square
I'm using Flot.js to make a simple line chart on my page; the problem I'm currently faced is that, without any clear cause, the data points which I've chosen to render as circles will occasionally ...
-2
votes
0answers
44 views
Flot Chart expert needed
I am plotting number of ice creams by day using flot charts.The user can enter a date and time range and a "zoom level" to view the data. I am using the mode:"time" which allows me to view a dateTime ...
-1
votes
1answer
28 views
Flot Example Doesn't Work For Me [closed]
I'm trying to create a webpage that displays graphs using Flot.
I'm trying to follow the example but having problems.
For the page I'm using jQuery, jQueryMobile, ExCanvas, and Flot.
The page is ...
0
votes
0answers
76 views
Create a Json array c#
I am using flot charts and I am having trouble setting the data from my database source. I have a query which comes out with the below:
ReadDate Actual Average
2011-01-12 107132.150 ...
0
votes
0answers
25 views
Json.NET wrapping JSON in quotes when using a DataTable Converter
I am trying to turn a datatable into JSON so that I can populate a Flot.JS chart.
I have the data in the datatable and can generate JSON using Json.NET but Flot isn't loading the data.
From what I ...
0
votes
0answers
38 views
Flot xaxis problems. Values with hours on xaxis
I'm trying to display flot chart with values that have hours on the x-axis.
If I fetch the data at 23:00 it will look like This.
But any other time of the day it will look something like This.
What ...
1
vote
2answers
29 views
Flot: Format Tick Labels
How can I format the axis/tick labels labels ?
What if I need to change the font-style and font-size ?
I referred to the following question but was unsuccessful:
Tickformatter not performing as ...
0
votes
1answer
34 views
Django Flot e javascript
I would like to do some graphics in my django application. I'm using Flot. I am a newbee with regard to javascript and I do not know how to pass parameters in my situation. This is my code:
view.py
...
0
votes
0answers
30 views
How I can remove the lines opacitys in jquery flot?
I would like that the graph lines are strong like circle, and not "soft". I found the parameter opacity only for the filled lines, but I don't need the filled lines.
you can see the problem here
...
2
votes
1answer
22 views
Flot: Equi-Distant Gridlines for a Logarithmic Scaled Axis?
I have a graph/plot area which looks like following:
As you can see that the grid lines are not equi-distant.
Following is the code of plotting ticks and grid lines. Since the scale is ...
0
votes
0answers
22 views
Django + Flot - Send multiple datasets from View to template for multi-line charts
My aim is to plot a multi-line chart using flot in my Django application. With X-axis as time, y-axis as volume and the colored lines to signify different items (Item A, Item B...etc). From all the ...
1
vote
1answer
23 views
I have flot rawdata that is surrounded by double quotes
The rawdata is "[[x1, y1],[x2,y2]]"
How do I get rid of the quotes? eval and JSON.parse do not give the desired result which is rawdata = [[x1,y1],[x2,y2]]
0
votes
1answer
48 views
GWT project in eclipse: Cannot resolve objects of gFlot library
I downloaded gflot for my gwt project. To get to know the library I created a test project called "FlotDemo". I'm using Eclipse and created a plain vanilla gwt project with the help of the project ...
1
vote
1answer
54 views
Flot chart tooltip
I am using Flot interactive chart, the data being displayed is taken in from a datatable.
When the user hover's over a point the tooltip displays "Height(cm) on 6.00 = 168", basically the "168" ...
-4
votes
0answers
43 views
How to call a function in Django template without refresh the page?
The case is, I want to make something similar with this example using Django:
http://www.flotcharts.org/flot/examples/realtime/index.html
I generated some data using scipy and want to plot it on a ...
1
vote
1answer
29 views
flot - axis labels - monthNames wrongly ordered?
In Flot is there something weird about how xaxis.monthNames behaves when the data spans a year-end ?
I have 12 months of data, starting June 2012, and I have prepared an array of 12 strings which ...
0
votes
1answer
25 views
Adding gFlot library to a GWT project fails
I downloaded gflot for my gwt project. To get to know the library I created a test project called "FlotDemo". I'm using Eclipse and created a plain vanilla gwt project with the help of the project ...
0
votes
1answer
15 views
Flot Disable panRange
How can I set Flot panRange so that I can only pan in x-axis and not y-axis?
I tried setting panRange in the y-axis to the following but neither worked:
panRange: null
panRange: none
I am using ...
0
votes
1answer
14 views
Flot xaxis not taking any configs
I am trying to implement a flot line graph, I am able to display the graph without issue but when I try to change the xaxis so that it is represented by divisions of 1 nothing happens. Nothing I am ...
0
votes
0answers
30 views
jqplot meter -> Flot?
I started using the jqplot library but for implementation reasons, moved on to flot instead. I found it easier to work with for the data updates I was dealing with.
There was a meter addon for ...
2
votes
1answer
44 views
jQuery Flot chart order by date
I'm struggled with jQuery Flot chart, the chart is being populated fine with this data:
...
0
votes
0answers
25 views
Bars resize (shrink) when I add a new bar to the bar chart, but when removing it, bars stay small
I'm using Flot to chart some bar charts on my website.
When I draw a chart with three bars for example, everything renders fine. Then I can add a fourth bar and the bars get thinner and accommodate ...
1
vote
1answer
49 views
passing timestamps value in form of json object to populate flot charts
I am trying to pass the values at different time-stamps by quering from MongoDb, then passing them to client in form of JSON.
Then client will read the JSON object returned by php script, and on the ...
0
votes
1answer
53 views
wkhtmltopdf only renders axes of flot chart?
I'm trying to take a chart created by flot and render it to PDF using wkhtmltopdf.
To do that I grab the HTML within the div containing the chart and pass it back to the server.
I find that in the ...
1
vote
0answers
27 views
How to change Flot visitor's graph plotting color
I am using jquery Flot to show daily page loads of a site using visitors example graph.
http://www.flotcharts.org/flot/examples/visitors/
I need to change the plotting color (which is yellow now) to ...
0
votes
1answer
62 views
Putting javascript charts inside an extjs window
How would I put an external javascript chart, like one from flot or jqplot, inside an extjs window? I know that I could use the charts that extjs provides, but i want to put a flot or jqplot chart ...
1
vote
1answer
60 views
jQuery flot: bar diagram with very long axis labels
I'm trying to implement a bar diagram with the jQuery-plugin flot. I have to show labels instead of numbers on the x axis, and these labels can be very long.
I am able to rotate the labels using CSS, ...
-1
votes
0answers
20 views
calling setupGrid() overlaps axis label with the graph [duplicate]
I am using flot 0.7 and plotting graph using following option:
flot_line_options = {
colors: ['#7999BB'],
grid: { borderWidth: 1, borderColor:"#4572A7"},
xaxis: { show: ...
1
vote
3answers
67 views
hide labels if zero data in jquery pie chart
I am trying to plot a pie chart with dataset containing zero values.But pie chart shows only labels till data gets updated.
What if I wanted to show empty pie chart.
I have given:
pie: {
...
0
votes
0answers
43 views
Flot graph axis label getting mixed with tick label
I am using axis label plugin (source: http://github.com/markrcote/flot-axislabels/ ) but while graph is getting updated the tick labels gets mixed with the axis labels.
I have given following set of ...
0
votes
1answer
23 views
Alternative to flot where the axes labels are within the canvas
I have been using the fantastic canvas plotting library flot. The selection of graph types is excellent but I want to be able to export the whole graph to an image, including axes numbers, ticks and ...
0
votes
0answers
27 views
jquery flot multi axes chart turning on and off check box
I have plotted jquery chart using flot. I have a legend with a checkbox that turns on and off. My plot has two yaxes. When I uncheck one or more box the right yaxis disappears. Does anyone has ...
1
vote
1answer
36 views
Flot draw additional vertical grid line
I can't get rid of vertical line in the end of graph.
I have replicated problem here:
http://jsfiddle.net/63BPw/4/
Color of grid lines is darkred and it's setted only in this part of js code:
grid: ...
0
votes
0answers
49 views
Export JQuery Flot images to SVG
We have an application using JQuery Flot. Now users request for exporting SVG images. After a lot of searching, I found that Flot is based on Canvas and HighCharts is based on SVG. But we have a lot ...
0
votes
0answers
56 views
passing jQuery object references not working when called by ajax
I have spent a day working on a script that should have been relatively simple to implement. It however was not.
Essentially what I wanted to do was as follows.
Have 5 buttons which onclick load a ...
1
vote
1answer
117 views
Flot axis labels position in canvas
I am building a Rails 3.2.11 app with Flot 0.8.1. I want to render my Flot charts in PDFs using Prawn. (I will Ajax the image data to the server using the .getCanvas and .toDataURL methods.) My Flot ...
0
votes
1answer
94 views
How to use Flot canvas plugin
I am building a Rails 3.2.11 app with Flot. I want to render my Flot charts in PDFs using Prawn. My Flot charts render in the browser fine. I can create Prawn PDFs fine (though not with chart images ...
0
votes
0answers
24 views
Flot touch on iPhone displays white screen when 3+ data series are added - how to fix?
I'm running into a weird issue when working with flot-touch example on iPhone with retina display. Everything works fine for 1 or 2 data series, but when I add the 3rd, I get white screen with legend ...
0
votes
0answers
18 views
Flot graphing changing tick mark time labels?
I'm having trouble changing the x-axis tick marks / timestamps to show only hours and minutes, and to remove seconds. i tried changing mode to 'time' and using 'timeformat'; that didn't work. i want ...
1
vote
1answer
32 views
flot date bar chart alignment askew
I am trying to make a chart that shows the number of search results my app pulls in for each day using flot. My code (BTW it uses underscore.js):
flotDataSet = _.countBy(resultSet, function(file) {
...
0
votes
2answers
65 views
Is there an iPhone example project that uses Flot library for graphs? [closed]
A couple years ago I was using Flot for my Android apps and am very satisfied with results. Now I'm trying to integrate Flot into my iPhone project and found this implementation: flot touch.
Here's ...
0
votes
1answer
135 views
How to display bars with jquery flot orderBars with float values in xaxis?
I use the code provided at pikemere > A Customised Bar Chart.
The example works fine.
I want to use in xaxis float values instead of timestamp like in the example.
I try with the following code, but ...




