Skip to content

Commit 5317a28

Browse files
committed
Change chart colors
1 parent 070a671 commit 5317a28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/models/high_charts_builder.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def build_annual_dojos
1414
{ title: { text: '累積合計' }, opposite: true }
1515
]
1616
f.chart(width: 600)
17-
f.colors(["#8085e9", "#f7a35c"])
17+
f.colors(["#A0D3B5", "#505D6B"])
1818
end
1919
end
2020

@@ -32,7 +32,7 @@ def build_annual_event_histories
3232
{ title: { text: '累積合計' }, opposite: true }
3333
]
3434
f.chart(width: 600)
35-
f.colors(["#8085e9", "#f7a35c"])
35+
f.colors(["#F4C34F", "#BD2561"])
3636
end
3737
end
3838

@@ -50,7 +50,7 @@ def build_annual_participants
5050
{ title: { text: '累積合計' }, opposite: true }
5151
]
5252
f.chart(width: 600)
53-
f.colors(["#8085e9", "#f7a35c"])
53+
f.colors(["#EF685E", "#35637D"])
5454
end
5555
end
5656

0 commit comments

Comments
 (0)