We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 070a671 commit 5317a28Copy full SHA for 5317a28
app/models/high_charts_builder.rb
@@ -14,7 +14,7 @@ def build_annual_dojos
14
{ title: { text: '累積合計' }, opposite: true }
15
]
16
f.chart(width: 600)
17
- f.colors(["#8085e9", "#f7a35c"])
+ f.colors(["#A0D3B5", "#505D6B"])
18
end
19
20
@@ -32,7 +32,7 @@ def build_annual_event_histories
32
33
34
35
+ f.colors(["#F4C34F", "#BD2561"])
36
37
38
@@ -50,7 +50,7 @@ def build_annual_participants
50
51
52
53
+ f.colors(["#EF685E", "#35637D"])
54
55
56
0 commit comments