olau@iola.dk
b0b1c44238
Don't set axis min/max in processData (only touch datamin/datamax),
...
fixes problem with redrawing when only setData is called
git-svn-id: https://flot.googlecode.com/svn/trunk@200 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
797697b7f1
Fixed a bug with respecting min/max on partially invalid points, added some missing semicolons
...
git-svn-id: https://flot.googlecode.com/svn/trunk@199 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
78630ef977
Patches from Paul Kienzle, fix pixel anchoring, add alpha support
...
git-svn-id: https://flot.googlecode.com/svn/trunk@198 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
3360d2747b
Option to have the grid on top of the data, important for image plots, and a bug fix, patch by Paul Kienzle
...
git-svn-id: https://flot.googlecode.com/svn/trunk@197 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
00051008da
Updated to mention bug fixes
...
git-svn-id: https://flot.googlecode.com/svn/trunk@196 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
1158d06325
Fix a bug with axis range margins not being set in the same way
...
(patch by Paul Kienzle), and fix snap to ticks so it works correctly
with max ticks
git-svn-id: https://flot.googlecode.com/svn/trunk@195 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
322a8d5da4
Swap y axis coordinates to fix bug
...
git-svn-id: https://flot.googlecode.com/svn/trunk@194 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
af965c7cba
More robust argument parsing
...
git-svn-id: https://flot.googlecode.com/svn/trunk@193 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
7331dc2f53
Base zoom out on current mouse position rather than a one-level undo
...
git-svn-id: https://flot.googlecode.com/svn/trunk@192 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
689daa1fbf
Rewrote the description text a wee bit
...
git-svn-id: https://flot.googlecode.com/svn/trunk@191 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
f60dc6394e
Added scrollwheel support, currently with inline jquery.scrollwheel.js plugin
...
git-svn-id: https://flot.googlecode.com/svn/trunk@190 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
14a698be79
Actually add the image plugin code instead of just the example page, and fix Hubble link
...
git-svn-id: https://flot.googlecode.com/svn/trunk@189 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
de5abcef76
Fix bug in navigate example introduced by renaming enable to interactive
...
git-svn-id: https://flot.googlecode.com/svn/trunk@188 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
e02c5bb729
Forgot to commit some images
...
git-svn-id: https://flot.googlecode.com/svn/trunk@187 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
0c5bb75fcd
Added navigate plugin for panning and zooming
...
git-svn-id: https://flot.googlecode.com/svn/trunk@186 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
237861e9f8
Explain that plugins can be concatenated to reduce download size/latency
...
git-svn-id: https://flot.googlecode.com/svn/trunk@185 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
cca37aa9c3
Updated to match the latest API
...
git-svn-id: https://flot.googlecode.com/svn/trunk@184 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
a7355c2100
Added getPlaceholder and renamed internal target to placeholder
...
git-svn-id: https://flot.googlecode.com/svn/trunk@183 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
a4e60e843a
Added jQuery to make it a bit easier to just checkout and run
...
git-svn-id: https://flot.googlecode.com/svn/trunk@180 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
f01bcee854
Don't use default as attribute name as it is a keyword which
...
non-Firefox browsers don't like (reported by Charlie Groves)
git-svn-id: https://flot.googlecode.com/svn/trunk@179 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
f11538404e
Fix a bug with replotting where Flot would fixate the label sizes,
...
shuffle the label measuring code around a bit while at it
git-svn-id: https://flot.googlecode.com/svn/trunk@178 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
aebbf14bad
Generalized the data normalization step so it can be parameterized
...
with a format spec (this should also fix the problem of bar bottoms
not affecting the axis scaling), made the heuristic for determing the
number of axis ticks to aim for smarter, added a new image plugin for
plotting images
git-svn-id: https://flot.googlecode.com/svn/trunk@177 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
0dd400dbbe
Fixed a bug with stacking bars when there's missing something in the
...
bottom-most series
git-svn-id: https://flot.googlecode.com/svn/trunk@176 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
8d94678ede
Extended the AJAX example with a setTimeout example of polling
...
git-svn-id: https://flot.googlecode.com/svn/trunk@175 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
c98d5145fe
Added AJAX example
...
git-svn-id: https://flot.googlecode.com/svn/trunk@174 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
c5c5348e88
Mention that it would be a good idea to try jQuery 1.3.2
...
git-svn-id: https://flot.googlecode.com/svn/trunk@173 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
1d8cb8b3cf
Fixed bug in line calculation with small values of shadow size and
...
line width, reported by lepianiste (issue 179)
git-svn-id: https://flot.googlecode.com/svn/trunk@172 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
aee8f05c37
Mention that jQuery 1.2.6 is needed
...
git-svn-id: https://flot.googlecode.com/svn/trunk@171 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
69408fe561
Removed TODO which is obsolete now
...
git-svn-id: https://flot.googlecode.com/svn/trunk@170 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
025a93b783
Mention the new example in index.html
...
git-svn-id: https://flot.googlecode.com/svn/trunk@169 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
e8d764d0ba
Added "pointOffset" for converting a point in data space to an offset
...
within the placeholder
git-svn-id: https://flot.googlecode.com/svn/trunk@168 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
2ebeb5d4f6
Added draw hook
...
git-svn-id: https://flot.googlecode.com/svn/trunk@167 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
f1db197e35
New option grid.show, set to false to disable the grid
...
git-svn-id: https://flot.googlecode.com/svn/trunk@166 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
825b1a3ad1
Mention the y axis as well as x axis in barWidth explanation
...
git-svn-id: https://flot.googlecode.com/svn/trunk@165 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
5081ba4a2f
Clarify that barWidth might also be in unit of the y axis
...
git-svn-id: https://flot.googlecode.com/svn/trunk@164 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
aedfdb3b74
Remove the now obsolete comment about the bundled excanvas containing a bug fix
...
git-svn-id: https://flot.googlecode.com/svn/trunk@163 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
a6af993e9b
Fixed numerical instability in IE when plotting points by reversing the arc drawing clockwise setting (reported by bsrinisrini, issue 173)
...
git-svn-id: https://flot.googlecode.com/svn/trunk@162 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
e081505c73
Fixed a hole in the axis scale calculation, triggered by empty data (reported by Mike Waldner, issue 172)
...
git-svn-id: https://flot.googlecode.com/svn/trunk@161 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
f0f9a44fa6
Fixed bug with null point
...
git-svn-id: https://flot.googlecode.com/svn/trunk@160 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
d3acc16e46
Removed work-around for slow jQuery mousemove events (closing issue
...
134), add new hooks and new API for interactive plugins, move
crosshair support to plugin
git-svn-id: https://flot.googlecode.com/svn/trunk@159 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
1f1866e6ed
Bump the jQuery version requirement
...
git-svn-id: https://flot.googlecode.com/svn/trunk@158 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
0d15280aa9
Implemented plugin system, introduced experimental hooks system (three hooks defined at the moment), moved thresholding to plugin, new stack plugin for stacking charts, refactoring of data processing to support plugin writing, moved series specific global options, changed semantics of arguments to plothover event to reflect the situation with data transformations
...
git-svn-id: https://flot.googlecode.com/svn/trunk@157 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
b1b1bde077
Set max-width of the text in the examples
...
git-svn-id: https://flot.googlecode.com/svn/trunk@156 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
829804c817
Use <label>s next to the checkboxes
...
git-svn-id: https://flot.googlecode.com/svn/trunk@155 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
044ee4e5b8
Fixed silly bug introduced by earlier fix for bars (spotted by Jeff)
...
git-svn-id: https://flot.googlecode.com/svn/trunk@154 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
20e10d56f7
Added FAQ-entry about performance and large data sets
...
git-svn-id: https://flot.googlecode.com/svn/trunk@153 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
ffd8183b9e
Quick fix of problem with thresholding
...
git-svn-id: https://flot.googlecode.com/svn/trunk@152 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
5d9eb59065
Update excanvas to latest release instead of SVN checkout and add hack to make sure excanvas is initialized properly (issue 133)
...
git-svn-id: https://flot.googlecode.com/svn/trunk@151 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
5144848cc2
Clarify that the default fill color of points is white
...
git-svn-id: https://flot.googlecode.com/svn/trunk@150 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago
olau@iola.dk
a4c7fa34fb
Clarify how to set tick labels (issue 144)
...
git-svn-id: https://flot.googlecode.com/svn/trunk@149 1e0a6537-2640-0410-bfb7-f154510ff394
17 years ago