Skip to content

Color Lime is white in chart component (and black in legend) #1162

@aedion-a

Description

@aedion-a

Introduction

Color "lime" and "lime-lt" are white on chart component (and black in legend)

To Reproduce

select 
    'chart'   as component,
    'Answers' as title,
    'pie'     as type,
    TRUE      as labels,
    'blue'    as color,
    'azure'   as color,
    'indigo'  as color,
    'purple'  as color,
    'pink'    as color,
    'red'     as color,
    'orange'  as color,
    'yellow'  as color,
    'lime'    as color,
    'green'   as color,
    'teal'    as color,
    'cyan'    as color;
select 
    'blue'    as label,
    10        as value;
select 
    'azure'   as label,
    10        as value;
select 
    'indigo'  as label,
    10        as value;
select 
    'purple'  as label,
    10        as value;
select 
    'pink'    as label,
    10        as value;
select 
    'red'     as label,
    10        as value;
select 
    'orange'  as label,
    10        as value;
select 
    'yellow'  as label,
    10        as value;
select 
    'lime'    as label,
     5        as value;
select 
    'green'   as label,
     5        as value;
select 
    'teal'    as label,
     5        as value;
select 
    'cyan'    as label,
     5        as value;

Screenshots

0.34.0 (OK)

Image

0.35.1 (lime KO)

Image

0.40.0 (lime KO)

Image

Version information

  • OS: Linux / FF 140.6.0 ESR
  • Database : no database
  • SQLPage Version : OK on 0.34.0 / failed >= 0.35.1

The bug concerns the two colors "lime" and "lime-lt".

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