Git Product home page Git Product logo

history-player-widget's Introduction

  • Rangenv Chart The Rangenv Chart widget is a WireCloud widget that lets you visualize data along a date time and select a time range from it.

  • Settings No settings

  • Usage ** Input endpoint

    • inputData: Connect this endpoint to a source of valid data.

      Input data format:

#+BEGIN_SRC json { "values": [0.3, 0.4, 0.8], "key": "My Key", "interval": { "data_begin": 1432936800000, "data_end": 1476452763000, "from": 1432936800000, "to": 1476452763000 } } #+END_SRC

  • values :: Data you want to display in the chart.
  • key :: Name is going to appear in the legend.
  • interval :: Interval of time to display the data.
      • data_begin, from :: Starting date of the interval.
      • data_end, to :: Ending date of the interval.

** Output endpoint

  • outputData: Sends formated data of the zone selected in the widget.

    Output data format:

#+BEGIN_SRC json { "values": [ { "x": 1473105381230.7715, "y": 0.6512108761817217 }, { "x": 1474779072115.387, "y": 0.5203659036196768 } ], "key": "Test data" } #+END_SRC

  • values :: List of formated values.
      • x :: Date related to the value.
      • y :: Value.
  • key :: Lavel of the graph.

history-player-widget's People

Contributors

aarranz avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

fisuda

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.