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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]