aboutsummaryrefslogtreecommitdiffstats
path: root/interface/js/app/graph.js
Commit message (Collapse)AuthorAgeFilesLines
* [WebUI] Load modules dynamicallymoisseev2023-11-161-11/+9
|
* [Minor] Use modern ESLint globals definitionmoisseev2023-11-141-1/+1
|
* [WebUI] Put total in the center of pie chartsmoisseev2022-09-071-2/+7
|
* [WebUI] Replace pie chart librarymoisseev2022-02-201-159/+105
|
* [WebUI] Disable Refresh until ongoing requestsmoisseev2020-11-201-0/+1
| | | | are finished
* [WebUI] Use actions names as labelsmoisseev2020-08-071-6/+6
|
* [Minor] WebUI: Use public getSelector() functionmoisseev2019-08-201-14/+8
|
* [WebUI] Show grayed out pieAlexander Moisseev2019-03-291-2/+30
| | | | when throughput percentage is undefined
* [WebUI] Update Throughput summary values dynamicallyAlexander Moisseev2019-03-291-24/+28
| | | | instead of reloading table rows
* [WebUI] Fix throughput data consolidationAlexander Moisseev2018-09-211-16/+20
|
* [Minor] Remove extra parenthesesAlexander Moisseev2018-09-171-1/+1
|
* [Minor] Enforce consistent key-value spacingAlexander Moisseev2018-09-161-10/+10
|
* [WebUI] Fix tables destroyingAlexander Moisseev2018-09-011-27/+19
| | | | | It seems there is a bug in Footable. FooTable doesn't remove the table body if the table was initialized without contents.
* [WebUI] Destroy summary table on disconnectAlexander Moisseev2018-09-011-12/+11
|
* [WebUI] Avoid throughput summary table reinitializationAlexander Moisseev2018-08-211-29/+48
| | | | on data update
* [Minor] Add "errorOnceId" parameter to query functionAlexander Moisseev2018-07-301-10/+2
|
* [Minor] Refactor query function to use named parametersAlexander Moisseev2018-07-281-5/+5
|
* [WebUI] Refactor query functions into oneAlexander Moisseev2018-07-251-48/+41
|
* [WebUI] Use common query functions to get graph dataAlexander Moisseev2018-07-221-62/+48
|
* [Minor] Use consistent brace style for blocks (1tbs)Alexander Moisseev2018-07-151-2/+1
|
* [WebUI] Enable strict mode,Alexander Moisseev2018-07-121-4/+5
| | | | | rename `interface` oblect as it is a reserved keyword, declare $span and $tbody variables
* [WebUI] Use self-explanatory notationAlexander Moisseev2018-07-111-5/+5
| | | | for type conversion
* [WebUI] Use type-safe equality operatorsAlexander Moisseev2018-07-111-1/+1
|
* [Test] Specify JS GlobalsAlexander Moisseev2018-07-081-0/+2
|
* [WebUI] Avoid using "undefined" propertyAlexander Moisseev2018-07-081-1/+1
| | | | of the global object
* [WebUI] Remove unused variablesAlexander Moisseev2018-07-061-1/+1
|
* [Minor] JS: Remove redundant quotesAlexander Moisseev2018-07-061-1/+1
| | | | around object literal property names
* [Minor] JS: Add space before parenthesesAlexander Moisseev2018-07-051-4/+4
| | | | of anonymous functions
* [Minor] JS: Disable "no-bitwise" rule for specific linesAlexander Moisseev2018-07-051-1/+1
|
* [Minor] JS: Remove extra spacesAlexander Moisseev2018-07-051-5/+5
|
* [Minor] JS: Add missing spaces before block bracketsAlexander Moisseev2018-07-041-1/+1
|
* [Minor] JS: Remove spaces inside object's curly bracesAlexander Moisseev2018-07-041-6/+6
|
* [Minor] JS: Add missed semicolonsAlexander Moisseev2018-07-031-1/+1
|
* [Minor] JS: Use consistent indentationAlexander Moisseev2018-07-031-233/+233
|
* [Minor] JS: Use double quotes wherever possibleAlexander Moisseev2018-07-031-14/+14
|
* [WebUI] Stop using "const" declarationAlexander Moisseev2018-07-021-1/+1
| | | | as it is not compatible with ES5
* [WebUI] Add messages total to throughput summaryAlexander Moisseev2018-04-031-0/+4
|
* [WebUI] Update D3Evolution 1.0.0 -> 1.1.0Alexander Moisseev2017-11-281-0/+4
| | | | + Add logarithmic vertical scale
* [WebUI] Fix message count in throughput summary (#1724)Alexander Moisseev2017-11-031-2/+5
| | | | MFH: rspamd-1.6
* [WebUI] Fix NaNs display on Throughput graphAlexander Moisseev2017-11-031-1/+3
| | | | MFH: rspamd-1.6
* [WebUI] Round-up throughput summary valuesAlexander Moisseev2017-06-221-4/+4
|
* [Minor] Fix EnglishAndrew Lewis2017-03-271-1/+1
|
* [WebUI] Fix history clusteringVsevolod Stakhov2017-03-251-1/+1
|
* [WebUI] Use Footable to draw Throughput summary tableAlexander Moisseev2017-03-211-17/+23
|
* [Minor] Fix spellingVsevolod Stakhov2017-03-061-1/+1
|
* [WebUI] Auto-switch Throughput units to `msg/min` for very low rateAlexander Moisseev2017-03-041-9/+28
| | | | Suggested by: Elodie via IRC
* [WebUI] Fix graph dataset selector initializationAlexander Moisseev2017-02-211-23/+20
|
* [WebUI] Fix mouse events on throughput summary table areaAlexander Moisseev2017-02-181-0/+10
|
* [WebUI] Fix compatibility with non-ES6 compliant browsersAlexander Moisseev2017-02-141-2/+2
|
* [WebUI] Fix `All SERVERS` graph fot just one available serverAlexander Moisseev2017-02-131-3/+9
|