Closed GoogleCodeExporter closed 8 years ago
oops... attached dev version, remove console.log in jquery.flot.chart.js before
using
Original comment by milke...@gmail.com
on 25 Nov 2011 at 12:03
The master branch now has two new hooks called 'processOffset' and
'drawBackground', corresponding almost exactly to the 'preprocessOffset' and
'preDraw' hooks that you suggested. The names are slightly different, for
better consistency with the existing hook names.
There is also a new grid option called 'margin' that allows one to specify a
margin around the plot, either as a single value or individual
top/bottom/left/right values. While the same can be done with the
processOffset hook, an option makes more sense for end-users who simply want to
set the value on plot creation. The hook is intended for plugins, where there
may be multiple plugins each adjusting the margin to make room for their output.
Original comment by dnsch...@gmail.com
on 30 Apr 2012 at 4:30
Issue 508 has been merged into this issue.
Original comment by dnsch...@gmail.com
on 30 Apr 2012 at 5:47
Issue 400 has been merged into this issue.
Original comment by dnsch...@gmail.com
on 30 Apr 2012 at 5:52
Original issue reported on code.google.com by
milke...@gmail.com
on 25 Nov 2011 at 11:31Attachments: