-
-
Notifications
You must be signed in to change notification settings - Fork 158
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Introduction
Big number change percent doens't show if no description
To Reproduce
select
'big_number' as component,
6 as columns,
'colorfull_dashboard' as id;
select
'Vahvuus tällä viikolla' as title,
87 as value,
'%' as unit,
2 as change_percent,
87 as progress_percent,
' ' as description,
'blue' as progress_color,
'cyan' as color;
/*
--Not working solution at the moment
select
'big_number' as component,
6 as columns,
'colorfull_dashboard' as id;
select
'Vahvuus tällä viikolla' as title,
87 as value,
'%' as unit,
2 as change_percent,
87 as progress_percent,
'blue' as progress_color,
'cyan' as color;
*/Actual behavior
If big number component doesn't have description defined, it will not render change percent, even
it would be defined
your error message here
Screenshots
Expected behavior
I suppose that change percent could be presented without description as well
Version information
Doesn't matter
Additional context
Simple as that
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
