Skip to content

Commit

Permalink
Merge pull request #41 from CodeforcesContestHelper/dev
Browse files Browse the repository at this point in the history
Bug Fix #2
  • Loading branch information
tiger2005 authored Dec 2, 2021
2 parents db0afed + d9b18d3 commit e08319b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ function profileDrawGraph(data){
json.chart = chart;
if(!DarkMode)
json.colors = ['#2b908f', '#90ee7e', '#f45b5b', '#7798BF', '#aaeeee', '#ff0066',
'#eeaaee', '#55BF3B', '#DF5353', '#7798BF', '#aaeeee'],
'#eeaaee', '#55BF3B', '#DF5353', '#7798BF', '#aaeeee'];
json.title = title;
json.tooltip = tooltip;
json.xAxis = xAxis;
Expand Down

0 comments on commit e08319b

Please sign in to comment.