summaryrefslogtreecommitdiff
path: root/src/lib/rrdFlot.js
AgeCommit message (Expand)Author
2013-11-01Fix documentation typo in commentIgor Sfiligoi
2013-11-01Change logic to propery distinguish an array from a generic objectIgor Sfiligoi
2013-11-01Implement multi_rra - Patch provided by Marc DeTranoIgor Sfiligoi
2013-03-21Fix Option object creation for non-firfox browsersIgor Sfiligoi
2012-09-12Add a bit of documentationIgor Sfiligoi
2012-09-12Properly propagate graph_options provided by the callerIgor Sfiligoi
2012-09-12Default timezone had wrong signIgor Sfiligoi
2012-09-10Add the rrdflot_defaults.graph_only option to strip off any non-essential ele...Igor Sfiligoi
2012-09-10Add additional protection for timezone calculationIgor Sfiligoi
2012-09-10Better handling of timezonesIgor Sfiligoi
2011-08-22Fixing tooltips w/ no graph_options.pyrocyon
2011-08-22Fixing tooltip support.pyrocyon
2011-08-15Added support for tooltips.pyrocyon
2011-06-09Moved timezone selection window to lower corner in flot graph.alisonjm
2011-06-08Added several new rrdflot_default options.alisonjm
2011-05-25Fixed bug with windows selection resetting.alisonjm
2011-05-24Added more rrdflot_defaults: able to specify checked DSs, RRA and zoom window...alisonjm
2011-04-29Fixed accidental reverts.alisonjm
2011-04-29Changed default number of rows per column from 8 to 12.alisonjm
2011-04-26Added multi_rra option (appends the consolidation function to name of RRA in ...alisonjm
2011-04-25Added rrdflot_defaults documentation, changed varibale namealisonjm
2011-04-22Fixed bug where name(2) not found if multi_ds=false.alisonjm
2011-04-21Added option to append aggregator name to DS name to avoid duplicates.alisonjm
2011-04-21Added option to split checkboxes into columns.alisonjm
2011-04-21Added default object to rrdFlot function to allow default legend setting to b...alisonjm
2010-02-26Increase scale height; Flot 0.6 uses more space for time seriesv0.5.0Igor Sfiligoi
2009-06-25Adding legend selectionv0.4.2Igor Sfiligoi
2009-06-23Update copyrightIgor Sfiligoi
2009-06-23Fix bug in selection - now properly unbind before rebindingIgor Sfiligoi
2009-05-10Fix commentFrank Wuerthwein
2009-05-10Better color handlingFrank Wuerthwein
2009-05-08Move format_time from rrdFlot into rrdFlotSupportFrank Wuerthwein
2009-05-07Title and label use each other as backupv0.4-pre.1Frank Wuerthwein
2009-05-03Add checked optionFrank Wuerthwein
2009-05-03Add title optionFrank Wuerthwein
2009-05-01Switch from rrdRRA2FlotObj to rrdRRAStackFlotObj. Add stack graph optionFrank Wuerthwein
2009-04-30Add support for DS grap_options. Also add lines to the list of user specified...Frank Wuerthwein
2009-03-11Fix unselectFrank Wuerthwein
2009-02-28Add reset selection buttonFrank Wuerthwein
2009-02-27Fix selectionFrank Wuerthwein
2009-02-27Fix colors for DSsFrank Wuerthwein
2009-02-27Rename layout_opts in graph_options and documentFrank Wuerthwein
2009-02-27Remove ds_description for nowFrank Wuerthwein
2009-02-27Better resolution textFrank Wuerthwein
2009-02-20Add costumizable legendFrank Wuerthwein
2009-02-20Use rrdRRA2FlotObjFrank Wuerthwein
2009-02-16Add few more helper methods to rrdFlotSelectionFrank Wuerthwein
2009-02-16Move trim_data into a new class: rrdFlotSelection, in the rrdFlotSupport moduleFrank Wuerthwein
2009-02-15Initial commit - basics work, but far from finishedFrank Wuerthwein