-
-
Notifications
You must be signed in to change notification settings - Fork 159
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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)
0.35.1 (lime KO)
0.40.0 (lime KO)
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
Labels
bugSomething isn't workingSomething isn't working