Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Vanderkam committed Mar 23, 2012
1 parent 421f177 commit d715323
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions dygraph.js
Expand Up @@ -1014,6 +1014,7 @@ Dygraph.prototype.createStatusMessage_ = function() {
"top": "0px",
"left": (this.width_ - divWidth - 2) + "px",
"background": "white",
"lineHeight": "normal",
"textAlign": "left",
"overflow": "hidden"};
Dygraph.update(messagestyle, this.attr_('labelsDivStyles'));
Expand Down
5 changes: 5 additions & 0 deletions tests/multi-scale.html
Expand Up @@ -7,6 +7,11 @@
<script type="text/javascript" src="../excanvas.js"></script>
<![endif]-->
<script type="text/javascript" src="../dygraph-dev.js"></script>
<style type="text/css">
body {
line-height: 150%;
}
</style>
</head>
<body style="max-width: 700px;">
<p>Gridlines and axis labels make charts easier to understand. They give
Expand Down

0 comments on commit d715323

Please sign in to comment.