Skip to content

Commit

Permalink
Built examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
cesutherland committed May 17, 2012
1 parent ad4c610 commit c5b9b56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion flotr2.examples.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions flotr2.examples.types.js
Expand Up @@ -642,11 +642,10 @@ function mouse_zoom (container) {
Flotr.EventAdapter.observe(container, 'flotr:select', function (area) { Flotr.EventAdapter.observe(container, 'flotr:select', function (area) {


// Draw graph with new area // Draw graph with new area
f = drawGraph({ graph = drawGraph({
xaxis: {min:area.x1, max:area.x2}, xaxis: {min:area.x1, max:area.x2},
yaxis: {min:area.y1, max:area.y2} yaxis: {min:area.y1, max:area.y2}
}); });

}); });


// When graph is clicked, draw the graph with default area. // When graph is clicked, draw the graph with default area.
Expand Down

0 comments on commit c5b9b56

Please sign in to comment.