Skip to content

Feature request: programmable y axis limits #60

Closed
@Rvh91

Description

@Rvh91

It would be great if we could change the autoscale behavior. For example one of the following (or all) would be nice:

  1. Exclude certain entities from the automatically computed axis limits.
  2. Specify either a hard coded lower or upper bound for an axis, but have the other bound automatically computed.
  3. Specify a function for automatical computation of limits, for example:
range:
  - max(entities)
  - max( min(entities), 20 )
  1. Potentially have 'range selector' buttons like we have for the x-axis, but then for various settings. For example button 1 could represent fixed range of 0 - 20, button 2 could be from 12-30, button 3 could be automatic computation, button 4 could be automatic computation with a certain entity excluded, etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions