Skip to content

Commit

Permalink
Improve Chart Color sequence (PaddlePaddle#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickyfantasy committed Mar 14, 2018
1 parent 6308620 commit a1128c9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions frontend/src/scalars/ui/Chart.vue
Expand Up @@ -181,14 +181,14 @@ export default {
color: [
'#008c99',
'#c23531',
'#d48265',
'#91c7ae',
'#749f83',
'#ca8622',
'#bda29a',
'#6e7074',
'#546570',
'#c4ccd3'
'#FF9900',
'#109618',
'#990099',
'#3B3EAC',
'#DD4477',
'#AAAA11',
'#5574A6',
'#8B0707'
],
title: {
text: tag,
Expand Down

0 comments on commit a1128c9

Please sign in to comment.