Commit Graph

5051 Commits

Author SHA1 Message Date
Christian König
8abfde2e5c Indicate item share is less than 0.1%
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-10-14 11:14:27 +02:00
Christian König
8762248454 Go for 0.1 precision
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-10-13 18:33:30 +02:00
Christian König
fb2635db52 Add comment to explain 99.99 decision
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-10-13 09:52:09 +02:00
Christian König
4627fba09a Don't show detailed doughnut tooltip if sum is 99.99%
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-10-13 09:29:35 +02:00
Adam Warner
18ba3db8c2 sync: master to devel (#2394) 2022-10-12 11:31:07 +01:00
Adam Warner
c2afe4221a Pi-hole web v5.16 (#2387) v5.16 2022-10-10 22:00:44 +01:00
RD WebDesign
470c1debfc Add links to dashboard boxes (#2386) 2022-10-08 14:52:33 -03:00
RD WebDesign
ed5da96de1 Applying suggestions
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-10-08 14:51:44 -03:00
RD WebDesign
3e729c5bee Visual adjustments
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-10-08 14:51:44 -03:00
RD WebDesign
d972a8c61b Add links to dashboard top boxes
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-10-08 14:51:44 -03:00
yubiuser
5cf013bfd5 Bump actions/checkout from 3.0.2 to 3.1.0 (#2390) 2022-10-08 18:40:53 +02:00
dependabot[bot]
33664b765c Bump actions/checkout from 3.0.2 to 3.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to 3.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3.0.2...v3.1.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-08 16:35:55 +00:00
yubiuser
34c8dede65 Bump actions/stale from 6.0.0 to 6.0.1 (#2391) 2022-10-08 18:35:04 +02:00
dependabot[bot]
9451adca25 Bump actions/stale from 6.0.0 to 6.0.1
Bumps [actions/stale](https://github.com/actions/stale) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v6.0.0...v6.0.1)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-08 16:32:33 +00:00
yubiuser
8e741335b6 Bump actions/cache from 3.0.9 to 3.0.10 (#2389) 2022-10-08 14:25:36 +02:00
dependabot[bot]
18e9f05f39 Bump actions/cache from 3.0.9 to 3.0.10
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.9 to 3.0.10.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.0.9...v3.0.10)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-08 11:43:34 +00:00
yubiuser
f0f7c9272b Bump xo from 0.52.3 to 0.52.4 (#2388) 2022-10-08 13:24:37 +02:00
dependabot[bot]
812d1c5ac9 Bump xo from 0.52.3 to 0.52.4
Bumps [xo](https://github.com/xojs/xo) from 0.52.3 to 0.52.4.
- [Release notes](https://github.com/xojs/xo/releases)
- [Commits](https://github.com/xojs/xo/compare/v0.52.3...v0.52.4)

---
updated-dependencies:
- dependency-name: xo
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-08 10:04:38 +00:00
yubiuser
b186df6c10 Update chart.js from 2.9.4 to 3.9.1. (#2373) 2022-10-05 23:27:45 +02:00
Christian König
c1c4dba1d0 Add minimal rounding to account for internal rounding errors to suppress detailed tooltip on doughnut charts if nothing is hidden
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-10-05 21:55:18 +02:00
Christian König
8979ac3088 Set maintainAspectRatio: true for doughnut charts to resize without margins
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-10-05 21:44:37 +02:00
Christian König
999941ce2f Change tooltip mode for overtime graphs from index to x and set intersect to false
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-10-05 21:19:03 +02:00
RD WebDesign
5967127c95 Fine tuning legend tootips and links to query log
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-10-05 21:19:03 +02:00
RD WebDesign
62297be1da Use custom legends for doughnut charts
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-10-05 21:19:02 +02:00
Christian König
bbdc4c3d6b Fix doughnut tooltip and legend
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-10-05 21:19:02 +02:00
Christian König
0245c936d9 Set parsing:false for dashboard graphs
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-10-05 21:19:02 +02:00
Christian König
01ce1eed32 Add source map for chartjs-adapter-moment.min.js. They decided to remove it from the distributed version (https://github.com/chartjs/chartjs-adapter-moment/pull/34) but kept the reference in the js file. I compiled it myself to generate the source map
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-10-05 21:19:01 +02:00
Christian König
958f10c472 Fix line graph reprenstations for overtime* charts
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-10-05 21:19:01 +02:00
Christian König
624d39df25 Fix OnClickEvent for overtime* charts
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-10-05 21:19:01 +02:00
Christian König
999295b772 Fix overtime* charts
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-10-05 21:19:00 +02:00
Christian König
c14c491ea5 Add chartjs-adapter-moment.js
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-10-05 21:19:00 +02:00
Christian König
6d971c1430 Update chartjs to v3.9.1
Signed-off-by: Christian König <ckoenig@posteo.de>
2022-10-05 21:19:00 +02:00
RD WebDesign
4fdd7eb313 Fix position and size of the overlay spinner (#2385) 2022-10-05 13:35:49 -03:00
RD WebDesign
6cbd7ff8cf Fix position and size of the spinner
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-10-05 01:14:21 -03:00
yubiuser
2ad17d4789 Bump actions/setup-node from 3.4.1 to 3.5.0 (#2383) 2022-10-01 15:19:53 +02:00
dependabot[bot]
c1bf7105c9 Bump actions/setup-node from 3.4.1 to 3.5.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3.4.1...v3.5.0)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-01 13:17:45 +00:00
yubiuser
25117c3ffb Bump actions/cache from 3.0.8 to 3.0.9 (#2382) 2022-10-01 15:17:03 +02:00
dependabot[bot]
c7d4d0cd8b Bump actions/cache from 3.0.8 to 3.0.9
Bumps [actions/cache](https://github.com/actions/cache) from 3.0.8 to 3.0.9.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3.0.8...v3.0.9)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-01 10:18:16 +00:00
yubiuser
347bd4ac79 Bump postcss from 8.4.16 to 8.4.17 (#2381) 2022-10-01 12:09:09 +02:00
dependabot[bot]
ad8489303a Bump postcss from 8.4.16 to 8.4.17
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.16 to 8.4.17.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.4.16...8.4.17)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-10-01 10:04:10 +00:00
RD WebDesign
0508868023 Improve long-term data graphs (#2380)
- Fix line/area graph (broken after recent changes) (#2380)
- Simplify SQL using a single query to retrieve both values (domains and blocked queries) using synchronized timestamps.
- Add queries with codes 15 or 16 to the blocked count.
2022-10-01 03:36:01 -03:00
RD WebDesign
d47efd1041 Add codes 15 and 16 to the blocked count
- 15: Blocked (database is busy)
- 16: Blocked (special domain)

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-09-30 19:50:15 -03:00
RD WebDesign
7c2dbf4662 Remove forgotten comment
Co-authored-by: yubiuser <ckoenig@posteo.de>
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-09-30 18:48:37 -03:00
RD WebDesign
169d087eaf Use a single SQL command to retrieve (and synchronize) domains and blocked queries.
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-09-29 23:52:59 -03:00
RD WebDesign
c09b23b663 Adding zeros to avoid line/area graph errors with there are gaps on the data
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-09-29 16:55:00 -03:00
RD WebDesign
17487b34ea Simplify how data is passed to Long term graph (#2374) 2022-09-27 15:19:44 -03:00
RD WebDesign
425139501b Set min and max values for graph xAxis
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-09-26 14:41:09 -03:00
RD WebDesign
d658965abc Don't fill the all slots with zeros
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
2022-09-26 14:41:09 -03:00
Adam Warner
0171bce66f Bump autoprefixer from 10.4.11 to 10.4.12 (#2375) 2022-09-24 13:09:10 +01:00
Adam Warner
ba19002cd3 Bump actions/stale from 5.2.0 to 6.0.0 (#2376) 2022-09-24 13:07:13 +01:00