From f3564255e8af3d12169f8898cea2fc256b81d70a Mon Sep 17 00:00:00 2001 From: Yves Yuen Date: Fri, 16 Mar 2018 16:01:52 -0700 Subject: [PATCH] baseline line is now dotted (#2635) --- .../app/styles/components/rootcause-chart.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/thirdeye/thirdeye-frontend/app/styles/components/rootcause-chart.scss b/thirdeye/thirdeye-frontend/app/styles/components/rootcause-chart.scss index fabd0b72421..31930fb60b2 100644 --- a/thirdeye/thirdeye-frontend/app/styles/components/rootcause-chart.scss +++ b/thirdeye/thirdeye-frontend/app/styles/components/rootcause-chart.scss @@ -5,6 +5,10 @@ &__title { padding-left: 16px; } + + g[class*='c3-target-frontend-metric-baseline'] > .c3-lines { + stroke-dasharray: 1%; + } } .c3-line {