chore: update chart colors as per design

This commit is contained in:
Alex Gyoshev 2017-09-08 12:13:39 +03:00
Родитель 32410f92be
Коммит 13af9a7209
2 изменённых файлов: 18 добавлений и 18 удалений

Просмотреть файл

@ -412,8 +412,8 @@ Used to provide contrast between the background and foreground colors.
<tr>
<td>$series-a</td>
<td>
<span class="color-preview" style="background-color: #ff6358"></span>
#ff6358
<span class="color-preview" style="background-color: #499f50"></span>
#499f50
</td>
<td>The color of the first series.
</td>
@ -421,8 +421,8 @@ Used to provide contrast between the background and foreground colors.
<tr>
<td>$series-b</td>
<td>
<span class="color-preview" style="background-color: #ffd246"></span>
#ffd246
<span class="color-preview" style="background-color: #3193ee"></span>
#3193ee
</td>
<td>The clor of the second series.
</td>
@ -430,8 +430,8 @@ Used to provide contrast between the background and foreground colors.
<tr>
<td>$series-c</td>
<td>
<span class="color-preview" style="background-color: #78d237"></span>
#78d237
<span class="color-preview" style="background-color: #673ab1"></span>
#673ab1
</td>
<td>The color of the third series.
</td>
@ -439,8 +439,8 @@ Used to provide contrast between the background and foreground colors.
<tr>
<td>$series-d</td>
<td>
<span class="color-preview" style="background-color: #28b4c8"></span>
#28b4c8
<span class="color-preview" style="background-color: #e52864"></span>
#e52864
</td>
<td>The color of the fourth series.
</td>
@ -448,8 +448,8 @@ Used to provide contrast between the background and foreground colors.
<tr>
<td>$series-e</td>
<td>
<span class="color-preview" style="background-color: #2d73f5"></span>
#2d73f5
<span class="color-preview" style="background-color: #fc5a33"></span>
#fc5a33
</td>
<td>The color of the fifth series.
</td>
@ -457,8 +457,8 @@ Used to provide contrast between the background and foreground colors.
<tr>
<td>$series-f</td>
<td>
<span class="color-preview" style="background-color: #aa46be"></span>
#aa46be
<span class="color-preview" style="background-color: #fdc139"></span>
#fdc139
</td>
<td>The color of the sixth series.
</td>

Просмотреть файл

@ -358,27 +358,27 @@ $link-hover-text: desaturate(darken($accent, 5), 25) !default;
// Chart
/// The color of the first series.
/// @group charts
$series-a: #ff6358 !default;
$series-a: #499f50 !default;
/// The clor of the second series.
/// @group charts
$series-b: #ffd246 !default;
$series-b: #3193ee !default;
/// The color of the third series.
/// @group charts
$series-c: #78d237 !default;
$series-c: #673ab1 !default;
/// The color of the fourth series.
/// @group charts
$series-d: #28b4c8 !default;
$series-d: #e52864 !default;
/// The color of the fifth series.
/// @group charts
$series-e: #2d73f5 !default;
$series-e: #fc5a33 !default;
/// The color of the sixth series.
/// @group charts
$series-f: #aa46be !default;
$series-f: #fdc139 !default;
$chart-font-size: $font-size !default;
$chart-font-size-sm: 11px !default;