Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flotr2.ie.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion flotr2.js
Original file line number Diff line number Diff line change
Expand Up @@ -6049,7 +6049,7 @@ function isLeftClick (e, type) {
}

function boundX(x, graph) {
return Math.min(Math.max(0, x), graph.plotWidth - 1);
return Math.min(Math.max(0, x), graph.plotWidth);
}

function boundY(y, graph) {
Expand Down
Loading