From 439e1d4a23bcffaaa741bf6536a6cb0708da198b Mon Sep 17 00:00:00 2001 From: Julia Friesel <julia.friesel@gmail.com> Date: Tue, 14 Aug 2018 13:31:25 +0200 Subject: [PATCH] Adapt style for exclude line --- components/chart/styles.js | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/components/chart/styles.js b/components/chart/styles.js index 0dc569db..b85d115c 100644 --- a/components/chart/styles.js +++ b/components/chart/styles.js @@ -7,9 +7,9 @@ const styles = { borderWidth: 2, }, curveExcluded: { - stroke: 'lightgrey', - strokeWidth: 2, - strokeDashArray: [4] + borderColor: 'lightgrey', + borderWidth: 2, + borderStyle: 'solid' }, curveDots: { backgroundColor: '#00aedb', @@ -28,13 +28,14 @@ const styles = { date: { stroke: 'grey', fontSize: 10, - x: 2, - fontWeight: '100' + fontWeight: '100', + color: 'red' }, number: { stroke: '#00b159', fontSize: 13, - x: config.columnMiddle - 1 + marginLeft: 1, + marginTop: 10 } }, rect: { -- GitLab