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:
parent
a7d4cdc446
commit
7cce297a04
@ -120,12 +120,12 @@ beestat.component.card.visualize_settings.prototype.decorate_heat_map_values_ =
|
||||
|
||||
const types = [
|
||||
{
|
||||
'code': 'relative',
|
||||
'code': 'dynamic',
|
||||
'name': 'Dynamic',
|
||||
'icon': 'arrow_expand_horizontal'
|
||||
},
|
||||
{
|
||||
'code': 'absolute',
|
||||
'code': 'static',
|
||||
'name': 'Static',
|
||||
'icon': 'arrow_horizontal_lock'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user