summaryrefslogtreecommitdiffstats
path: root/web/dashboard.js
AgeCommit message (Expand)Author
2017-02-12properly reset charts after max time of refreshes; fixes #1631Costa Tsaousis (ktsaou)
2017-02-11updated the just released gauge.js v1.3.2Costa Tsaousis (ktsaou)
2017-02-08advertise the os type at the charts API call, to allow the dashboard provide ...Costa Tsaousis (ktsaou)
2017-02-06respect caching of decimal digits calculation when custom dashboard request s...Costa Tsaousis (ktsaou)
2017-02-06respect custom dashboards decimal digits settingsCosta Tsaousis (ktsaou)
2017-02-05chart y-axis labels are now using the same formatting as the legend valuesCosta Tsaousis (ktsaou)
2017-02-05legends now have uniform but dynamic number of fraction digitsCosta Tsaousis (ktsaou)
2017-02-05removed debugging stringsCosta Tsaousis (ktsaou)
2017-02-05fixed an issue where units and date were randomly not rendered on chartsCosta Tsaousis (ktsaou)
2017-02-05minor fixesCosta Tsaousis (ktsaou)
2017-02-05detect slow browsers and lower charts detail and update frequency; fixes #212Costa Tsaousis (ktsaou)
2017-02-05updated to gauge.js v1.3.1Costa Tsaousis (ktsaou)
2017-02-05code simplification in dashboard.jsCosta Tsaousis (ktsaou)
2017-02-04minor code clarityCosta Tsaousis
2017-02-04more jslint fixes and typo fixesCosta Tsaousis
2017-02-04inform jslint that globals are assigned intentionallyCosta Tsaousis (ktsaou)
2017-02-04dashboard.js code cleanup and jslint fixesCosta Tsaousis (ktsaou)
2017-02-04test browser localStorage before using itCosta Tsaousis (ktsaou)
2017-01-27added more fping alarms; added the ability to have alarms that never send CLE...Costa Tsaousis (ktsaou)
2017-01-26pretty value formatting on all alarm notificationsCosta Tsaousis (ktsaou)
2017-01-18show null values on the legends on hover when the dimensions do not have dataCosta Tsaousis (ktsaou)
2017-01-07improvements suggested by codeclimateCosta Tsaousis (ktsaou)
2017-01-05layout trashing prevention is problematic on IE and safari - the display is o...Costa Tsaousis (ktsaou)
2017-01-05more work on preventing web browser layout trashing on loadingCosta Tsaousis (ktsaou)
2017-01-04avoid web browser layout trashing when the dashboard is loaded; gained 500ms ...Costa Tsaousis (ktsaou)
2016-12-29a little bit widder scrollbars; my-netdata menu now pauses the dashboard for ...Costa Tsaousis (ktsaou)
2016-12-29uncache css filesCosta Tsaousis (ktsaou)
2016-12-29removed border from slate theme buttonsCosta Tsaousis (ktsaou)
2016-12-29used perfect-scrollbar for the main menu and the my-netdata menuCosta Tsaousis (ktsaou)
2016-12-29replaced nanoScroller with perfect-scrollbar to fix issues with 4K resolution...Costa Tsaousis (ktsaou)
2016-12-27netdata dashboard.js moved inside an anonymous functionCosta Tsaousis (ktsaou)
2016-12-27fixed checks in dashboard.js and added azure and amazon demos on demosites.htmlCosta Tsaousis
2016-12-26dashboard optimizations; faster hover; bigger legend fontsCosta Tsaousis (ktsaou)
2016-12-20do not bring zero in the middle for gauge chartsCosta Tsaousis (ktsaou)
2016-12-20force zero to always be included in gauge and easypiechartCosta Tsaousis (ktsaou)
2016-12-20allow dashboards to retry fetching chart data on failures; fixes #1402Costa Tsaousis (ktsaou)
2016-12-18allow gauge and easypiecharts to render regative values - fixes #1386; update...Costa Tsaousis
2016-12-08allow custom dashboards to link dimensions to DOM elements by name or id; fix...Costa Tsaousis (ktsaou)
2016-11-26added "+ add more charts" and info legend on the dashboardCosta Tsaousis (ktsaou)
2016-11-26new Date().getTime() to Date.now(); #1281Costa Tsaousis (ktsaou)
2016-11-12updated fontawesome to 4.7.0Costa Tsaousis (ktsaou)
2016-10-31disable charts vertical panningCosta Tsaousis (ktsaou)
2016-10-30charts can now have syncronized y-range; fixes #593Costa Tsaousis (ktsaou)
2016-10-30allow setting the decimal digits per chart; fixes #788Costa Tsaousis (ktsaou)
2016-10-24enable mousewheel zooming in firefox; fixes #https://github.com/danvk/dygraph...Costa Tsaousis
2016-10-11attempt to bypass web browser cache for chart dataCosta Tsaousis (ktsaou)
2016-10-09allow functions to be given for easypiechart barColor; fixes #1089; fixes #958Costa Tsaousis (ktsaou)
2016-10-08fix for user supplied colors; fixes #1084Costa Tsaousis (ktsaou)
2016-10-06loop optimizationsCosta Tsaousis (ktsaou)
2016-10-03dygraphs back to version dd74404 - the new version broke IE 11 supportCosta Tsaousis (ktsaou)