Skip to content

Commit 9fbced5

Browse files
Robert Kruszewskisrowen
authored andcommitted
[SPARK-17216][UI] fix event timeline bars length
## What changes were proposed in this pull request? Make event timeline bar expand to full length of the bar (which is total time) This issue occurs only on chrome, firefox looks fine. Haven't tested other browsers. ## How was this patch tested? Inspection in browsers Before ![screen shot 2016-08-24 at 3 38 24 pm](https://cloud.githubusercontent.com/assets/512084/17935104/0d6cda74-6a12-11e6-9c66-e00cfa855606.png) After ![screen shot 2016-08-24 at 3 36 39 pm](https://cloud.githubusercontent.com/assets/512084/17935114/15740ea4-6a12-11e6-83a1-7c06eef6abb8.png) Author: Robert Kruszewski <[email protected]> Closes #14791 from robert3005/robertk/event-timeline.
1 parent 40168db commit 9fbced5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/src/main/resources/org/apache/spark/ui/static/timeline-view.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ rect.getting-result-time-proportion {
8383
stroke: #75B0A6;
8484
}
8585

86+
.vis-item .vis-item-content {
87+
width: 100%
88+
}
89+
8690
.vis.timeline {
8791
line-height: 14px;
8892
}

0 commit comments

Comments
 (0)