File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed
src/wrappers/components/data-vis/line-chart Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change 128
128
*/
129
129
let colors = $state ({
130
130
teal: " #408A7B" ,
131
- lightblue : " #509EC8" ,
132
- darkblue : " #335F91" ,
131
+ skyBlue : " #509EC8" ,
132
+ indigo : " #335F91" ,
133
133
ochre: " #BA7F30" ,
134
134
coral: " #E46B6C" ,
135
- fuschia : " #BB2765" ,
136
- purple : " #736CAC" ,
137
- lightgrey : " #A0A0A0" ,
138
- darkgrey : " #636363" ,
135
+ fuchsia : " #BB2765" ,
136
+ lavender : " #736CAC" ,
137
+ ashGrey : " #A0A0A0" ,
138
+ slateGrey : " #636363" ,
139
139
black: " #161616" ,
140
+ forestGreen: " #3C6E3C" ,
141
+ midnightTeal: " #2C5E5E" ,
142
+ dustyRose: " #C86B84" ,
143
+ steelBlue: " #4B6E91" ,
144
+ burntSienna: " #B65C38" ,
145
+ oliveGreen: " #7A8644" ,
146
+ slatePurple: " #64587C" ,
140
147
});
141
148
142
149
let svgWidth = $state (700 );
You can’t perform that action at this time.
0 commit comments