wzxii commited on
Commit
3f0883c
1 Parent(s): ecda957

Upload chart.js

Browse files
Files changed (1) hide show
  1. chart.js +4 -4
chart.js CHANGED
@@ -170,7 +170,7 @@ for(let i = 0; i < 4; i++){
170
  {
171
  name: 'Deepseek-Coder-6.7b-base',
172
  itemStyle: {
173
- color: '#efa930'
174
  }
175
  },
176
  {
@@ -230,19 +230,19 @@ for(let i = 0; i < 4; i++){
230
  {
231
  name: 'Starcoder2-15b',
232
  itemStyle: {
233
- color: '#7ccdd5'
234
  }
235
  },
236
  {
237
  name: 'CodeLlama-13b',
238
  itemStyle: {
239
- color: '#e76b32'
240
  }
241
  },
242
  {
243
  name: 'CodeLlama-34b',
244
  itemStyle: {
245
- color: '#31d1a6'
246
  }
247
  },
248
  {
 
170
  {
171
  name: 'Deepseek-Coder-6.7b-base',
172
  itemStyle: {
173
+ color: '#e76b32'
174
  }
175
  },
176
  {
 
230
  {
231
  name: 'Starcoder2-15b',
232
  itemStyle: {
233
+ color: '#31d1a6'
234
  }
235
  },
236
  {
237
  name: 'CodeLlama-13b',
238
  itemStyle: {
239
+ color: '#7ccdd5'
240
  }
241
  },
242
  {
243
  name: 'CodeLlama-34b',
244
  itemStyle: {
245
+ color: '#efa930'
246
  }
247
  },
248
  {