1
0
mirror of https://github.com/beestat/app.git synced 2025-07-09 03:04:07 -04:00

Renamed visualize.heat_map_values from relative/absolute to dynamic/static

This commit is contained in:
Jon Ziebell 2022-09-23 13:57:49 -04:00
parent a7d4cdc446
commit 7cce297a04

View File

@ -120,12 +120,12 @@ beestat.component.card.visualize_settings.prototype.decorate_heat_map_values_ =
const types = [ const types = [
{ {
'code': 'relative', 'code': 'dynamic',
'name': 'Dynamic', 'name': 'Dynamic',
'icon': 'arrow_expand_horizontal' 'icon': 'arrow_expand_horizontal'
}, },
{ {
'code': 'absolute', 'code': 'static',
'name': 'Static', 'name': 'Static',
'icon': 'arrow_horizontal_lock' 'icon': 'arrow_horizontal_lock'
} }