@@ -3,16 +3,16 @@ $variable-prefix: null;
33
44// Colors List (source: https://www.schemecolor.com/rainbow-on-sale.php)
55$colors : (
6- 1 : rgba (240 , 50 , 50 , 0 .75 ),
7- 2 : rgba (255 , 180 , 50 , 0 .75 ),
8- 3 : rgba (255 , 220 , 90 , 0 .75 ),
9- 4 : rgba (100 , 210 , 80 , 0 .75 ),
10- 5 : rgba (90 , 165 , 255 , 0 .75 ),
11- 6 : rgba (170 , 90 , 240 , 0 .75 ),
12- 7 : rgba (180 , 180 , 180 , 0 .75 ),
13- 8 : rgba (110 , 110 , 110 , 0 .75 ),
14- 9 : rgba (170 , 150 , 110 , 0 .75 ),
15- 10 : rgba (130 , 50 , 20 , 0 .75 )
6+ 1 : rgba (240 , 50 , 50 , .75 ),
7+ 2 : rgba (255 , 180 , 50 , .75 ),
8+ 3 : rgba (255 , 220 , 90 , .75 ),
9+ 4 : rgba (100 , 210 , 80 , .75 ),
10+ 5 : rgba (90 , 165 , 255 , .75 ),
11+ 6 : rgba (170 , 90 , 240 , .75 ),
12+ 7 : rgba (180 , 180 , 180 , .75 ),
13+ 8 : rgba (110 , 110 , 110 , .75 ),
14+ 9 : rgba (170 , 150 , 110 , .75 ),
15+ 10 : rgba (130 , 50 , 20 , .75 )
1616);
1717
1818$total-colors : length ($colors );
@@ -36,10 +36,10 @@ $max-axes: 10;
3636 -- #{$variable-prefix } primary- axis- color: rgba (0 , 0 , 0 , 1 );
3737 -- #{$variable-prefix } primary- axis- style: solid ;
3838 -- #{$variable-prefix } primary- axis- width: 1px ;
39- -- #{$variable-prefix } secondary- axes- color: rgba (0 , 0 , 0 , 0 .15 );
39+ -- #{$variable-prefix } secondary- axes- color: rgba (0 , 0 , 0 , .15 );
4040 -- #{$variable-prefix } secondary- axes- style: solid ;
4141 -- #{$variable-prefix } secondary- axes- width: 1px ;
42- -- #{$variable-prefix } data- axes- color: rgba (0 , 0 , 0 , 0 .15 );
42+ -- #{$variable-prefix } data- axes- color: rgba (0 , 0 , 0 , .15 );
4343 -- #{$variable-prefix } data- axes- style: solid ;
4444 -- #{$variable-prefix } data- axes- width: 1px ;
4545
0 commit comments