Git Product home page Git Product logo

vue-linegraph's People

Contributors

couchds avatar stcouch avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

vue-linegraph's Issues

Add 'active' property to timeSeriesData

It would be useful to be able to show/hide data within visuals. For this we can use an active property, where data for a time series is hidden if this is set to false.

Add delete button and callback

When the delete button is pressed, a callback function will run that will remove the visualization from an array. Unfortunately at the time the user must implement this callback.

Add zoom feature

Users should be able to zoom into specific datetime ranges on the visual.

Add reference range prop

There should be a property referenceRange on the time series data which could be an array [low, high].

On the visualization, a reference range band with the same color (shaded) as the time series can be added in the background corresponding to this range.

Add critical values

Similar to #5, we can add a property criticalRange to the time series data which could also be an array [low, high].

Critical values would be those that are less than low or greater than high. These critical values can be highlighted in D3 and reported on within the component. In the future, we can create a component called 'Report' that summarizes data including the number of critical values.

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.