From 1d30a164ab4b687271f0f7d112abf592e635edb4 Mon Sep 17 00:00:00 2001 From: "olau@iola.dk" Date: Wed, 17 Sep 2008 22:42:07 +0000 Subject: [PATCH] Fixed IE problem, fix by Savage Zhang git-svn-id: https://flot.googlecode.com/svn/trunk@84 1e0a6537-2640-0410-bfb7-f154510ff394 --- NEWS.txt | 3 ++- jquery.flot.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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"