Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/src/munin-plot.js
Commit message (Expand)AuthorAgeFilesLines
* Have double click on legend only show that traceArthur de Jong2023-07-301-0/+19
* Add buttons to toggle selection of values in graphArthur de Jong2023-07-291-3/+59
* Show correct order of plots in legendArthur de Jong2023-07-091-1/+1
* Update NPM packagesArthur de Jong2023-01-031-3/+3
* Use pako for compressionArthur de Jong2022-01-031-30/+16
* First attempt at providing a print styleArthur de Jong2021-12-121-0/+27
* Exclude empty hidden list from dashboard definitionArthur de Jong2021-12-121-1/+5
* Load dashboard from URL if it changesArthur de Jong2021-10-201-6/+18
* Re-organise code a little bitArthur de Jong2021-10-201-44/+52
* Allow creating a sharable linkArthur de Jong2021-10-201-34/+92
* Start week on Monday and show week numbersArthur de Jong2021-10-161-1/+3
* Update calculated ranges when opening pickerArthur de Jong2021-10-161-0/+10
* Support COLORnn values for field.colourArthur de Jong2021-10-151-1/+8
* Fix the padding around the legendArthur de Jong2021-10-151-1/+1
* Upgrade to Bootstrap 5Arthur de Jong2021-09-031-27/+14
* Update to Plotly.js 2.4Arthur de Jong2021-09-031-4/+4
* Fix typos found by codespellArthur de Jong2021-08-101-2/+2
* Trim leading and trailing nulls before plottingArthur de Jong2021-05-021-2/+12
* Refactor code to process data in one placeArthur de Jong2021-05-021-134/+133
* Fix graph auto-reloadingArthur de Jong2021-02-221-3/+2
* Try to support gaps in graphsArthur de Jong2021-02-211-6/+8
* Also dim min/max range for non-highlighted seriesArthur de Jong2021-01-311-12/+10
* Support more timestamp formatsArthur de Jong2021-01-301-1/+1
* Reload the whole data when the range changesArthur de Jong2021-01-301-58/+20
* Update some NPM packagesArthur de Jong2020-12-201-72/+74
* Allow uploading a dashboard JSON fileArthur de Jong2020-08-161-0/+13
* Allow downloading the dashboard as a JSON fileArthur de Jong2020-08-161-11/+29
* Allow loading dashboard from JSONArthur de Jong2020-08-161-1/+36
* Allow exporting dashboard to JSONArthur de Jong2020-08-161-0/+44
* Make time period selection simplerArthur de Jong2020-08-161-5/+2
* Ignore seconds when making data requestsArthur de Jong2020-06-201-2/+2
* Send the correct relayout eventArthur de Jong2020-06-201-1/+1
* Only hover on one series in busy graphArthur de Jong2020-06-141-0/+4
* Be slightly more efficient with handling zoom changesArthur de Jong2020-04-101-7/+7
* Add a dashboard chooserArthur de Jong2020-01-271-1/+23
* Split setting of graph list to separate functionArthur de Jong2020-01-271-17/+26
* Use more jQueryArthur de Jong2020-01-271-114/+88
* Add a button to clear all graphsArthur de Jong2020-01-261-0/+13
* Hide nav buttons until everything is loadedArthur de Jong2020-01-261-31/+28
* Remember hidden traces in graphsArthur de Jong2020-01-201-29/+55
* Save the graph size in local storageArthur de Jong2020-01-201-11/+24
* Simplify way assets are addedArthur de Jong2020-01-201-0/+9
* Add an animation to removing a graphArthur de Jong2020-01-051-4/+6
* Store date range and current graphs in local storageArthur de Jong2020-01-051-2/+34
* Various minor improvementsArthur de Jong2020-01-051-17/+22
* Simplify left bar of graphArthur de Jong2019-12-311-33/+37
* Add navigation bar with date range selectorArthur de Jong2019-12-301-468/+528
* Use ESLint to check code styleArthur de Jong2019-12-301-287/+302
* Use webpack to build Javascript partArthur de Jong2019-12-301-0/+530