diff --git a/NEWS.txt b/NEWS.txt index 23805e8..5740908 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -55,7 +55,8 @@ Rob/sanchothefat). Fixed a bug with drawing bars extending below 0 (reported by James Hewitt, convenient patch by Ryan Funduk). Fixed a bug with line widths of bars (reported by MikeM). Fixed a bug with 'nw' and 'sw' legend positions. Improved the handling of axis -auto-scaling with bars. +auto-scaling with bars. Fixed a bug with multi-line x-axis tick +labels (reported by Luca Ciano). IE-fix help by Savage Zhang. Flot 0.4 diff --git a/jquery.flot.js b/jquery.flot.js index 92937a5..da5c582 100644 --- a/jquery.flot.js +++ b/jquery.flot.js @@ -84,7 +84,7 @@ clickable: false, hoverable: false, autoHighlight: true, // highlight in case mouse is near - mouseActiveRadius: 10, // how far the mouse can be away to activate an item + mouseActiveRadius: 10 // how far the mouse can be away to activate an item }, selection: { mode: null, // one of null, "x", "y" or "xy"