Skip to content

Commit

Permalink
Documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
danvk committed Jan 11, 2017
1 parent f808e16 commit 59ee387
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h3>Features</h3>
<li><strong>Interactive out of the box</strong>: zoom, pan and mouseover are on by default.
<li>Strong support for <strong>error bars</strong> / confidence intervals.
<li><strong>Highly customizable</strong>: using options and custom callbacks, you can make dygraphs do almost anything.
<li>dygraphs is <strong>highly compatible</strong>: it works in all major browsers (including IE8). You can even <strong>pinch to zoom</strong> on mobile/tablet devices!
<li>dygraphs is works in all recent browsers. You can even <strong>pinch to zoom</strong> on mobile/tablet devices!
<li>There's an <strong>active community</strong> developing and supporting dygraphs.</li>
</ul>

Expand Down
2 changes: 2 additions & 0 deletions src/dygraph.js
Original file line number Diff line number Diff line change
Expand Up @@ -3010,6 +3010,7 @@ Dygraph.prototype.parseDataTable_ = function(data) {
/**
* Signals to plugins that the chart data has updated.
* This happens after the data has updated but before the chart has redrawn.
* @private
*/
Dygraph.prototype.cascadeDataDidUpdateEvent_ = function() {
// TODO(danvk): there are some issues checking xAxisRange() and using
Expand Down Expand Up @@ -3142,6 +3143,7 @@ Dygraph.prototype.updateOptions = function(input_attrs, block_redraw) {

/**
* Make a copy of input attributes, removing file as a convenience.
* @private
*/
Dygraph.copyUserAttrs_ = function(attrs) {
var my_attrs = {};
Expand Down

0 comments on commit 59ee387

Please sign in to comment.