Friends,
I'm using the flot for a project of ECG (electrocardiogram) simulation , and I was faced with a problem, which I think is more of mathematics than programming > ...
So sorry if I'm explaining bad.
Good, my problem is to make th...
I have an app that displays a graph whose dados is from the database, where the date columns store a Unix timestamp , the data is received as a JSON. This graph works fine but I would like the X axis to appear only the last 48 hours...
Hello.
I use flot.js to plot a "Stacked Bars" chart example but I wanted to insert the values of the bars "inside" the bar, not simply the tooltip.
Does anyone know how to do it?
Doubt on how to serialize to return this JSON.
I'm using the Flot library ( link ) to present a chart. I can generate the graphics.
In my view I'm using it like this:
$.ajax({
url: '/graficos/GeraTesteFlot',
metho...
Sequencing the post " How to generate a Sine curve , where I made some adjustments:
I am still working on this ECG (electrocardiogram) simulator, and now I need to "manipulate" the times inside the simulator,
For example: It takes too long...
I'm using the float charts plugin to generate line charts.
Until then I have this chart:
Asasettingforplugin,IamsayingthatthislineshouldhaveasymboloftypecircleButIneedthemiddlesymbol,notacircle,oranothersymbolaccordingtoagivenconditionHowc...
Good
I have an Apache web server running on a raspberry pi. This web server has a view_action.php file that makes the include of another page graph.html. This graph.html is a copy of a .html code from the flot chart examples folder.
The jq...
I'm trying to put the seconds on the x axis, because the update is every 3 seconds.
I've already figured out that to set the range, just put this data
xaxis : {
minTickSize : [ 3, "second" ],
min : 0,
ma...
Using Flot to generate pie charts, the graph is generated with the values in percent, but the labels are displayed with 'undefined'.
$(document).ready(function () {
var chartError = function(req, status, err) {
console.log('An erro...