Commit 1d30a164 authored by olau@iola.dk's avatar olau@iola.dk

Fixed IE problem, fix by Savage Zhang

git-svn-id: https://flot.googlecode.com/svn/trunk@84 1e0a6537-2640-0410-bfb7-f154510ff394
parent a4c2998e
...@@ -55,7 +55,8 @@ Rob/sanchothefat). Fixed a bug with drawing bars extending below 0 ...@@ -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 (reported by James Hewitt, convenient patch by Ryan Funduk). Fixed a
bug with line widths of bars (reported by MikeM). Fixed a bug with bug with line widths of bars (reported by MikeM). Fixed a bug with
'nw' and 'sw' legend positions. Improved the handling of axis '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 Flot 0.4
......
...@@ -84,7 +84,7 @@ ...@@ -84,7 +84,7 @@
clickable: false, clickable: false,
hoverable: false, hoverable: false,
autoHighlight: true, // highlight in case mouse is near 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: { selection: {
mode: null, // one of null, "x", "y" or "xy" mode: null, // one of null, "x", "y" or "xy"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment