You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ak...@apache.org on 2019/06/19 21:16:56 UTC

[incubator-pinot] branch master updated: [TE] frontend - harleyjj/timeseries-chart - style legend for current, predicted, and baseline (#4342)

This is an automated email from the ASF dual-hosted git repository.

akshayrai09 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 5fc684d  [TE] frontend - harleyjj/timeseries-chart - style legend for current, predicted, and baseline (#4342)
5fc684d is described below

commit 5fc684d3021346d08fa55d65a46efeb42a3bef7e
Author: Harley Jackson <hj...@linkedin.com>
AuthorDate: Wed Jun 19 14:16:52 2019 -0700

    [TE] frontend - harleyjj/timeseries-chart - style legend for current, predicted, and baseline (#4342)
---
 .../app/styles/components/timeseries-chart.scss          | 16 +++++++++++++++-
 1 file changed, 15 insertions(+), 1 deletion(-)

diff --git a/thirdeye/thirdeye-frontend/app/styles/components/timeseries-chart.scss b/thirdeye/thirdeye-frontend/app/styles/components/timeseries-chart.scss
index 7ea824e..8fbbe04 100644
--- a/thirdeye/thirdeye-frontend/app/styles/components/timeseries-chart.scss
+++ b/thirdeye/thirdeye-frontend/app/styles/components/timeseries-chart.scss
@@ -18,11 +18,25 @@
     stroke-opacity: 0.5;
 	  fill: #1CAFED;
     opacity: 0.5
- }
+  }
    path.sub-confidence-bounds {
      stroke: #1CAFED;
      stroke-opacity: 0.5;
      fill: #1CAFED;
      opacity: 0.5
   }
+
+  .c3-legend-item-Baseline > .c3-legend-item-tile {
+    stroke-dasharray: 2,2;
+    stroke-width: 3
+  }
+
+  .c3-legend-item-Predicted > .c3-legend-item-tile {
+    stroke-dasharray: 2,2;
+    stroke-width: 3
+  }
+
+  .c3-legend-item-Current > .c3-legend-item-tile {
+    stroke-width: 3
+  }
 };


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org