Giter VIP home page Giter VIP logo

freeboard-flot's People

Contributors

tecywiz121 avatar

Watchers

 avatar  avatar

Forkers

charliexp

freeboard-flot's Issues

Historical data

Is it possible to plot historical data but still keep the graph realtime. ie plot the last 24hrs data on loading and then keep the graph up to date?

Getting started

I cannot get this plugin to plot anything. I dont think I understand what this plugin expects. Do you perhaps have some sample data to look at?

Static Data

I tried to plot some static data by just adding the following array without using a datasource plugin, but I get unexpected results. A few lines all different colours and a few different colour dots?

[[1999, 3.0], [2000, 3.9], [2001, 2.0], [2002, 1.2], [2003, 1.3], [2004, 2.5], [2005, 2.0], [2006, 3.1], [2007, 2.9], [2008, 0.9]]

Chart options (legend position)

How can I add the options structure to the flot chart?
For example for changing the legend position I would need something like this:

$.plot($("#flotcontainer"),
            [
                {label:"data1", data:data1},
                {label:"data2", data:data2},
                {label:"data3", data:data3}
            ],
            options
        );

where options is:

 options = {
            legend:{         
                noColumns: 0,
                backgroundColor: "green",   
                position: pos
            }
        };

Extended Fork

Just to let you know i've forked this and created a new plugin based on it. I didnt want to fork directly as i've changed how it works internally. It now plots flot data structures directly as im using it in conjunction with nodered, rather than working as a fifo.

Adds lots of new plot types and other flot features like zooming and tooltips, feel free to steal features back: https://github.com/stufisher/freeboard-flot-extended

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.