From: Jason Hollingsworth Date: Thu, 25 Oct 2012 15:56:44 +0000 (-0500) Subject: Merge branch 'master' of github.com:jhollingsworth/dygraphs X-Git-Tag: v1.0.0~176^2 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=ac5105b19f78f397957e485bd90f12bfbfeb5344;hp=df268bccea10372766eab881216ab8e2f29458f8;p=dygraphs.git Merge branch 'master' of github.com:jhollingsworth/dygraphs --- diff --git a/plugins/chart-labels.js b/plugins/chart-labels.js index 34775fc..2aaae26 100644 --- a/plugins/chart-labels.js +++ b/plugins/chart-labels.js @@ -123,6 +123,7 @@ chart_labels.prototype.layout = function(e) { this.title_div_.style.textAlign = 'center'; this.title_div_.style.fontSize = (g.getOption('titleHeight') - 8) + 'px'; this.title_div_.style.fontWeight = 'bold'; + this.title_div_.style.zIndex = 10; var class_div = document.createElement("div"); class_div.className = 'dygraph-label dygraph-title';