Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • bliss bliss
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 541
    • Issues 541
    • List
    • Boards
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 149
    • Merge requests 149
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • BlissBliss
  • blissbliss
  • Merge requests
  • !3777

Flint: Create a custom time curve plot

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Valentin Valls requested to merge valentin.valls/bliss:create-a-custom-timescan into master Jun 08, 2021
  • Overview 3
  • Commits 11
  • Pipelines 5
  • Changes 27

This MR provides a dedicated TimeCurvePlot for the regulation.

  • The time have to be provided as an epoch is second in UTC (time.time())
  • The x-axis is displayed as datetime in local timezone
  • Data transfer (bliss->flint) only use the diff
  • Flint manage the amount of data displayed (which can be changed by the user)
  • The default amount of data displayed is 2 minutes
  • The autoscale can be temporarily disabled to allow to zoom on a part of the plot

This plot is a custom plot like others so can be used in other contexts.

See also #2800 (closed)

Screenshot_from_2021-06-08_18-03-39

Edited Jun 09, 2021 by Valentin Valls
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: create-a-custom-timescan