Skip to content

Big number change percent doens't show if no description #688

@ToniJ123

Description

@ToniJ123

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

bignumberbug

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

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions