]> arthur.barton.de Git - netdata.git/history - web/dashboard.js
Merge remote-tracking branch 'lucadev/master'
[netdata.git] / web / dashboard.js
2016-01-10 Costa Tsaousis ... easypiechart and gauge charts now support fixed aspect...
2016-01-10 Costa Tsaousis ... fix for charts hidding when scrolling too fast
2016-01-09 Costa Tsaousis ... gauge fixes
2016-01-09 Costa Tsaousis ... added gauge.js and adapted dashboard to use it
2016-01-08 Costa Tsaousis ... sync easyPieChart refreshes, bootstrap tab monitoring...
2016-01-08 Costa Tsaousis ... added API option percentage to return the percentage...
2016-01-06 Costa Tsaousis ... minor cleanup and version increase for CDN
2016-01-06 Costa Tsaousis ... easyPieCharts can now be slaves of global selection...
2016-01-05 Costa Tsaousis ... added c3 charts; added easyPieChart to default dashboard
2016-01-05 Costa Tsaousis ... allow custom title on charts
2016-01-05 Costa Tsaousis ... easyPieChart integration
2016-01-03 Costa Tsaousis ... fix for invalid reference on charts with no data
2015-12-30 Costa Tsaousis ... fix for synchronization of NETDATA.ready()
2015-12-30 Costa Tsaousis ... reference to error function of state, fixed
2015-12-29 Costa Tsaousis ... double-click to update the legend immediately
2015-12-29 Costa Tsaousis ... faster charts restoration on scroll
2015-12-29 Costa Tsaousis ... fixed minor issues throughout the code (mainly types...
2015-12-26 Costa Tsaousis ... added up/down indicators in legend values
2015-12-26 Costa Tsaousis ... chart sizes are now stored in browser local storage
2015-12-24 Costa Tsaousis ... dimensions can now be turned on and off using the legend
2015-12-23 Costa Tsaousis ... charts can be resized on touch interfaces; code cleanups
2015-12-23 Costa Tsaousis ... increased legends width to 120px; restored legend indic...
2015-12-23 Costa Tsaousis ... new chart resize functionality; removed dependency...
2015-12-22 Costa Tsaousis ... added options reset and local storage to remember them...
2015-12-21 Costa Tsaousis ... updated dashboard options
2015-12-21 Costa Tsaousis ... touch interface of dygraphs restored
2015-12-20 Costa Tsaousis ... added dashboard options
2015-12-20 Costa Tsaousis ... updated swagger and unified a few parameter names
2015-12-20 Costa Tsaousis ... the new dashboard is now the default, the old one moved...
2015-12-20 Costa Tsaousis ... added resize functionality to all charts with legend
2015-12-19 Costa Tsaousis ... local variables of self
2015-12-18 Costa Tsaousis ... probably -O3 is causing empty charts some times - still...
2015-12-18 Costa Tsaousis ... disabled eliminate_zero_dimensions by default - it...
2015-12-18 Costa Tsaousis ... finilizing new dashboard
2015-12-17 Costa Tsaousis ... new zoom functionality for dygraphs - now it happens...
2015-12-16 Costa Tsaousis ... minor optimizations
2015-12-16 Costa Tsaousis ... added support for empty charts; now the javascript...
2015-12-15 Costa Tsaousis ... first operational new dashboard
2015-12-14 Costa Tsaousis ... dashboard now supports destroying not visible charts
2015-12-14 Costa Tsaousis ... minor fixes; the new dashboard menu is still in progress
2015-12-13 Costa Tsaousis ... further optimizations; in the progress of adding a...
2015-12-13 Costa Tsaousis ... more optimizations; a working example of a full dashboard
2015-12-13 Costa Tsaousis ... added bootstrap; fixed performance issues with several...
2015-12-12 Costa Tsaousis ... nanoscroller is now used; compatibility fixes for IE 9
2015-12-12 Costa Tsaousis ... made all charts update the legend on chart update;...
2015-12-11 Costa Tsaousis ... added support for parallel ajax queries to netdata
2015-12-10 Costa Tsaousis ... global selection sync moved as a common feature to...
2015-12-10 Costa Tsaousis ... legend now is rendered independently of the charting...
2015-12-10 Costa Tsaousis ... prevent charts refresh when global pan and zoom is...
2015-12-10 Costa Tsaousis ... updated to dygraph to github version; added custom...
2015-12-09 Costa Tsaousis ... dygraphs now support smooth plotting on line charts...
2015-12-08 Costa Tsaousis ... more global pan and zoom fixes to allow rapid sync...
2015-12-07 Costa Tsaousis ... fixed all crashes; empty responses are now formatted...
2015-12-07 Costa Tsaousis ... fixed an issue with list synchronization of selection...
2015-12-07 Costa Tsaousis ... added support for resizable and not resizable charts...
2015-12-06 Costa Tsaousis ... code cleanup and commenting
2015-12-06 Costa Tsaousis ... fixed iteraction between charts
2015-12-06 Costa Tsaousis ... fixed fygraphs synchronization performance by disabling...
2015-12-06 Costa Tsaousis ... fixed syncronization of dygraphs on zoom-out
2015-12-05 Costa Tsaousis ... new dashboard; now charts support pan and zoom; dygraph...
2015-12-04 Costa Tsaousis ... log made optional
2015-12-04 Costa Tsaousis ... dygraph touch interface enabled
2015-12-04 Costa Tsaousis ... dygraphs support now panning and zooming
2015-12-03 Costa Tsaousis ... minor options updates
2015-12-02 Costa Tsaousis ... added jsonwrap api option to allow javascript get infor...
2015-12-02 Costa Tsaousis ... disabled debugging
2015-12-02 Costa Tsaousis ... added delayed loading of charting libraries; now chart...
2015-12-02 Costa Tsaousis ... new resizable dashboard; all charts can now have relati...
2015-12-01 Costa Tsaousis ... fixed error handling when data failed to be updated
2015-11-30 Costa Tsaousis ... minor code cleanups; updated the dashboard to fix inlin...
2015-11-29 Costa TsaousisMerge pull request #35 from alonbl/cleanups
2015-11-29 Alon Bar-Levcleanup: remove trailing spaces
2015-11-29 Alon Bar-Levcleanup: dos2unix
2015-11-29 Costa Tsaousis ... generated html elements now get a uuid
2015-11-29 Costa Tsaousis ... added support for custom dashboards - new API is operat...