summaryrefslogtreecommitdiffstats
path: root/web/dashboard.js
AgeCommit message (Expand)Author
2017-08-15allow dashboard.js to work under wordpress; fixes #2595Costa Tsaousis (ktsaou)
2017-08-10chart legends support up to 7 fractional digits; fixes #2573Costa Tsaousis (ktsaou)
2017-07-25containers and VMs now have gauge charts monitoring their CPU, memory and dis...Costa Tsaousis (ktsaou)
2017-07-24allow easypiecharts to animate clockwise and counter clockwise; fixes #2455Costa Tsaousis (ktsaou)
2017-07-24allow easypiecharts to render arbitrary ranges; fixes #2455Costa Tsaousis (ktsaou)
2017-07-15allow min/max of easypiechart and gauge be non-zero-based, when they have set...Costa Tsaousis (ktsaou)
2017-06-05eliminated all reflows; had to re-configure gauge and easypiechartsCosta Tsaousis (ktsaou)
2017-06-05cache chartState objects into the DOM objectsCosta Tsaousis (ktsaou)
2017-06-04eliminated most start browser reflowsCosta Tsaousis (ktsaou)
2017-06-04order of rendering charts now depends on scroll directionCosta Tsaousis (ktsaou)
2017-06-04split initialization in 2 parts: early and late initialization; early is requ...Costa Tsaousis (ktsaou)
2017-06-04disabled debuggingCosta Tsaousis (ktsaou)
2017-06-04dashboard optimizations for many chartsCosta Tsaousis (ktsaou)
2017-05-16hide the chart toolbox when hiding a chartCosta Tsaousis (ktsaou)
2017-05-14scroll offset for alarm URLsCosta Tsaousis (ktsaou)
2017-05-03add new dimensions using new colors; fixes #1920Costa Tsaousis (ktsaou)
2017-05-03simplified charts color managementCosta Tsaousis (ktsaou)
2017-05-03respect custom colors for dimensions on non-dygraph charts, but at the same t...Costa Tsaousis (ktsaou)
2017-04-26sync the y-range of charts under the same family, with the same context and t...Costa Tsaousis (ktsaou)
2017-04-22fixed bug on chart colors palette management; it was copying the same color t...Costa Tsaousis (ktsaou)
2017-04-22improved idlejitter plugin; now it calculates min, max and averageCosta Tsaousis (ktsaou)
2017-04-19fixed issues identified by codeclimateCosta Tsaousis (ktsaou)
2017-04-19removed debugging info; #2103Costa Tsaousis (ktsaou)
2017-04-19fallback using toFixed() if both Intl.NumberFormat() and Number.toLocaleStrin...Costa Tsaousis (ktsaou)
2017-04-19automatic selection of Intl.NumberFormat and Number.toLocaleString(); #2103Costa Tsaousis (ktsaou)
2017-04-19fallback to toLocaleString(); #2103Costa Tsaousis (ktsaou)
2017-04-19faster number formatting; #2103Costa Tsaousis (ktsaou)
2017-04-02prevent "too much recursion" errors on firefoxCosta Tsaousis (ktsaou)
2017-03-14fix gauge gradient colors; fixes #1136Costa Tsaousis (ktsaou)
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)