generated from custom-cards/boilerplate-card
-
-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
It would be great if we could change the autoscale behavior. For example one of the following (or all) would be nice:
- Exclude certain entities from the automatically computed axis limits.
- Specify either a hard coded lower or upper bound for an axis, but have the other bound automatically computed.
- Specify a function for automatical computation of limits, for example:
range:
- max(entities)
- max( min(entities), 20 )
- 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
Labels
enhancementNew feature or requestNew feature or request