Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/src/munin-plot.js
Commit message (Collapse)AuthorAgeFilesLines
* Ignore seconds when making data requestsArthur de Jong2020-06-201-2/+2
|
* Send the correct relayout eventArthur de Jong2020-06-201-1/+1
| | | | | | | This ensures that the legend for other graphs is correctly updated when changing the date range (zoom or pan). Fixes 63802b9
* 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
| | | | | This only handles the event if the event contains a change in the X-axis range.
* 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
| | | | | This stores the traces that were manually hidden in the graph in local storage and restores the hidden state when re-adding the graphs.
* Save the graph size in local storageArthur de Jong2020-01-201-11/+24
|
* Simplify way assets are addedArthur de Jong2020-01-201-0/+9
| | | | | This adds all entry points to the munin-plot.js file as requirements. This also allows us to ship a simple CSS file instead of a SCSS file.
* Add an animation to removing a graphArthur de Jong2020-01-051-4/+6
| | | | This makes it clearer to the use what is going on.
* Store date range and current graphs in local storageArthur de Jong2020-01-051-2/+34
| | | | | This ensures that the list of graphs is restored when the browser is re-opened.
* Various minor improvementsArthur de Jong2020-01-051-17/+22
| | | | | | This has a few minor tweaks to the styling, fixes issues with tooltips lingering around after dragging and uses jQuery a bit more resulting in slightly more compact code.
* Simplify left bar of graphArthur de Jong2019-12-311-33/+37
| | | | | | | The title of the graph is now shown on above the graph for extra clarity allowing the other actions to be shown in the bar directly. This also adds bootstrap tooltips in various places.
* Add navigation bar with date range selectorArthur de Jong2019-12-301-468/+528
| | | | | This also adds a few small style tweaks and ensures that webpack does not minimise development builds.
* Use ESLint to check code styleArthur de Jong2019-12-301-287/+302
|
* Use webpack to build Javascript partArthur de Jong2019-12-301-0/+530
This uses npm to install the required packages and builds the files with webpack.