From b523d7ef85fddd6af711ca459ef6cc944c0d6782 Mon Sep 17 00:00:00 2001 From: jos Date: Thu, 30 Apr 2015 14:11:07 +0200 Subject: [PATCH] Fixed background styling issue with Graph2d --- examples/graph2d/05_bothAxis.html | 5 ++--- examples/graph2d/16_bothAxis_titles.html | 6 +++--- lib/timeline/component/css/pathStyles.css | 14 ++++++-------- 3 files changed, 11 insertions(+), 14 deletions(-) diff --git a/examples/graph2d/05_bothAxis.html b/examples/graph2d/05_bothAxis.html index 1a42b784..093c896f 100644 --- a/examples/graph2d/05_bothAxis.html +++ b/examples/graph2d/05_bothAxis.html @@ -3,6 +3,8 @@ Graph2d | Both Axis Example + + - - - diff --git a/examples/graph2d/16_bothAxis_titles.html b/examples/graph2d/16_bothAxis_titles.html index 2083be98..45f32881 100644 --- a/examples/graph2d/16_bothAxis_titles.html +++ b/examples/graph2d/16_bothAxis_titles.html @@ -3,6 +3,8 @@ Graph2d | Axis Titles and Styling + + - - - +

Graph2d | Axis Titles and Styling

diff --git a/lib/timeline/component/css/pathStyles.css b/lib/timeline/component/css/pathStyles.css index 9089e6cc..38b2f087 100644 --- a/lib/timeline/component/css/pathStyles.css +++ b/lib/timeline/component/css/pathStyles.css @@ -68,24 +68,24 @@ stroke: #8f3938; } -.vis-fill { +.vis-timeline .vis-fill { fill-opacity:0.1; stroke: none; } -.vis-bar { +.vis-timeline .vis-bar { fill-opacity:0.5; stroke-width:1px; } -.vis-point { +.vis-timeline .vis-point { stroke-width:2px; fill-opacity:1.0; } -.vis-legend-background { +.vis-timeline .vis-legend-background { stroke-width:1px; fill-opacity:0.9; fill: #ffffff; @@ -93,16 +93,14 @@ } -.vis-outline { +.vis-timeline .vis-outline { stroke-width:1px; fill-opacity:1; fill: #ffffff; stroke: #e5e5e5; } -.vis-icon-fill { +.vis-timeline .vis-icon-fill { fill-opacity:0.3; stroke: none; } - -