Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display events in time series chart #354

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from

Commits on Oct 16, 2019

  1. Configuration menu
    Copy the full SHA
    4f105a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Get events for selected data

    j0weiss committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    e1c21ff View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. Updated rxjs to 6.5

    BennyLi committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    41ed927 View commit details
    Browse the repository at this point in the history
  2. Show event marker in the TimeSeriesChart

    * Markers are always shown
    * Dots are relatively big (need some styling)
    * Tooltips on mouse over marker circle
    BennyLi committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    a881a17 View commit details
    Browse the repository at this point in the history
  3. Fix event marker on zoom

    BennyLi committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    4c13a60 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. Configuration menu
    Copy the full SHA
    b64ffd7 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2020

  1. Configuration menu
    Copy the full SHA
    0446124 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Merge remote-tracking branch 'origin/develop' into feature/displayEve…

    …ntsInTimeseriesChart
    
    # Conflicts:
    #	frontend/src/app/enums/url.enum.ts
    #	frontend/src/app/modules/time-series/components/time-series-line-chart/time-series-line-chart.component.scss
    #	frontend/src/app/modules/time-series/models/event-result-data.model.ts
    #	frontend/src/app/modules/time-series/services/line-chart-data.service.ts
    #	frontend/src/app/modules/time-series/services/line-chart.service.ts
    #	frontend/src/app/modules/time-series/time-series.component.html
    #	frontend/src/app/modules/time-series/time-series.component.ts
    DanielSteger committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    db4ca6f View commit details
    Browse the repository at this point in the history
  2. Merge

    DanielSteger committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    97deb5d View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Added event time line

    DanielSteger committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    a30ce3b View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Beautify tooltip

    DanielSteger committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    44fffb0 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Configuration menu
    Copy the full SHA
    d1c41d5 View commit details
    Browse the repository at this point in the history