index
:
javascriptrrd
master
https://sourceforge.net/projects/javascriptrrd/
Luke T. Shumaker
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
rrdFlot.js
Age
Commit message (
Expand
)
Author
2013-11-01
Fix documentation typo in comment
Igor Sfiligoi
2013-11-01
Change logic to propery distinguish an array from a generic object
Igor Sfiligoi
2013-11-01
Implement multi_rra - Patch provided by Marc DeTrano
Igor Sfiligoi
2013-03-21
Fix Option object creation for non-firfox browsers
Igor Sfiligoi
2012-09-12
Add a bit of documentation
Igor Sfiligoi
2012-09-12
Properly propagate graph_options provided by the caller
Igor Sfiligoi
2012-09-12
Default timezone had wrong sign
Igor Sfiligoi
2012-09-10
Add the rrdflot_defaults.graph_only option to strip off any non-essential ele...
Igor Sfiligoi
2012-09-10
Add additional protection for timezone calculation
Igor Sfiligoi
2012-09-10
Better handling of timezones
Igor Sfiligoi
2011-08-22
Fixing tooltips w/ no graph_options.
pyrocyon
2011-08-22
Fixing tooltip support.
pyrocyon
2011-08-15
Added support for tooltips.
pyrocyon
2011-06-09
Moved timezone selection window to lower corner in flot graph.
alisonjm
2011-06-08
Added several new rrdflot_default options.
alisonjm
2011-05-25
Fixed bug with windows selection resetting.
alisonjm
2011-05-24
Added more rrdflot_defaults: able to specify checked DSs, RRA and zoom window...
alisonjm
2011-04-29
Fixed accidental reverts.
alisonjm
2011-04-29
Changed default number of rows per column from 8 to 12.
alisonjm
2011-04-26
Added multi_rra option (appends the consolidation function to name of RRA in ...
alisonjm
2011-04-25
Added rrdflot_defaults documentation, changed varibale name
alisonjm
2011-04-22
Fixed bug where name(2) not found if multi_ds=false.
alisonjm
2011-04-21
Added option to append aggregator name to DS name to avoid duplicates.
alisonjm
2011-04-21
Added option to split checkboxes into columns.
alisonjm
2011-04-21
Added default object to rrdFlot function to allow default legend setting to b...
alisonjm
2010-02-26
Increase scale height; Flot 0.6 uses more space for time series
v0.5.0
Igor Sfiligoi
2009-06-25
Adding legend selection
v0.4.2
Igor Sfiligoi
2009-06-23
Update copyright
Igor Sfiligoi
2009-06-23
Fix bug in selection - now properly unbind before rebinding
Igor Sfiligoi
2009-05-10
Fix comment
Frank Wuerthwein
2009-05-10
Better color handling
Frank Wuerthwein
2009-05-08
Move format_time from rrdFlot into rrdFlotSupport
Frank Wuerthwein
2009-05-07
Title and label use each other as backup
v0.4-pre.1
Frank Wuerthwein
2009-05-03
Add checked option
Frank Wuerthwein
2009-05-03
Add title option
Frank Wuerthwein
2009-05-01
Switch from rrdRRA2FlotObj to rrdRRAStackFlotObj. Add stack graph option
Frank Wuerthwein
2009-04-30
Add support for DS grap_options. Also add lines to the list of user specified...
Frank Wuerthwein
2009-03-11
Fix unselect
Frank Wuerthwein
2009-02-28
Add reset selection button
Frank Wuerthwein
2009-02-27
Fix selection
Frank Wuerthwein
2009-02-27
Fix colors for DSs
Frank Wuerthwein
2009-02-27
Rename layout_opts in graph_options and document
Frank Wuerthwein
2009-02-27
Remove ds_description for now
Frank Wuerthwein
2009-02-27
Better resolution text
Frank Wuerthwein
2009-02-20
Add costumizable legend
Frank Wuerthwein
2009-02-20
Use rrdRRA2FlotObj
Frank Wuerthwein
2009-02-16
Add few more helper methods to rrdFlotSelection
Frank Wuerthwein
2009-02-16
Move trim_data into a new class: rrdFlotSelection, in the rrdFlotSupport module
Frank Wuerthwein
2009-02-15
Initial commit - basics work, but far from finished
Frank Wuerthwein