Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/src/munin-plot.css
Commit message (Collapse)AuthorAgeFilesLines
* First attempt at providing a print styleArthur de Jong2021-12-121-0/+37
| | | | | | | | | Whether this actually works is heavily dependant on the browser and in some cases the screen size. Support in Plotly is not completely there and there are also various bugs in browsers, e.g.: https://github.com/plotly/plotly.js/issues/1275 https://bugs.chromium.org/p/chromium/issues/detail?id=697233
* Update NPM packagesArthur de Jong2021-10-151-0/+3
| | | | This include a CSS tweak for a change in Bootstrap.
* Fix the padding around the legendArthur de Jong2021-10-151-2/+1
| | | | | | | A part of the colored block or line disappeared behind the legend. This makes the block smaller and avoids overlapping blocks. Fixes cdd68f1
* Upgrade to Bootstrap 5Arthur de Jong2021-09-031-4/+0
| | | | | | This updates the events that are handled in Javascript to no longer use jQuery and stops the use of Bootstrap tooltips. Bootstrap introduces slightly different font sizes and we include some changes to padding.
* Save the graph size in local storageArthur de Jong2020-01-201-0/+19
|
* Simplify way assets are addedArthur de Jong2020-01-201-0/+169
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.