Add border color for metrics

This commit is contained in:
Fabian Vogler
2016-03-17 09:49:25 +01:00
parent cc37fcfa78
commit cbff8d50fa

View File

@@ -84,6 +84,7 @@
label: result.data.metric.name,
data: _.values(data),
backgroundColor: "{{ $theme_metrics }}",
borderColor: "{{ color_darken($theme_metrics, -0.1) }}",
pointBackgroundColor: "{{ color_darken($theme_metrics, -0.1) }}",
pointBorderColor: "{{ color_darken($theme_metrics, -0.1) }}",
pointHoverBackgroundColor: "{{ color_darken($theme_metrics, -0.2) }}",