OpenEnergyDashboard / OED

Open Energy Dashboard (OED)
Mozilla Public License 2.0
75 stars 263 forks source link

chosen slider range #1181

Open huss opened 5 months ago

huss commented 5 months ago

Is your feature request related to a problem? Please describe.

The slider range (zoom) is not, in general, an attribute that remains active after new selections. This is different than when the range is set by reloading the data. For example, normalizing a line graphic by area or changing to another graphic resets the slider range. This may also relate to the fact that the zoom does not work with chart links (see issue #853).

Describe the solution you'd like

OED needs to decide the desired behavior and implement it. One choice is that the slider range sticks but there is an easy way to reset. Other choices include the current behavior or something in-between. Input is desired. Right now I find some of the resets to be counterintuitive for the user.

Describe alternatives you've considered

See above.

Additional context

None