Skip to content

Add multi-line charts#1736

Open
mutatrum wants to merge 6 commits into
bitaxeorg:masterfrom
mutatrum:multi-line-chart
Open

Add multi-line charts#1736
mutatrum wants to merge 6 commits into
bitaxeorg:masterfrom
mutatrum:multi-line-chart

Conversation

@mutatrum

@mutatrum mutatrum commented May 30, 2026

Copy link
Copy Markdown
Collaborator

Changes the chart selection dropdowns to the unit, instead of individual sensors. This allows for example multiple temperature sensors to be shown at the same time:

image

Gamma GT:

image

It also moves some color math into css, reducing processing time.

Fixes #1730

@github-actions

github-actions Bot commented May 30, 2026

Copy link
Copy Markdown

Test Results

 2 files  ±0   2 suites  ±0   0s ⏱️ ±0s
92 tests ±0  92 ✅ ±0  0 💤 ±0  0 ❌ ±0 
94 runs  ±0  94 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 29f94d0. ± Comparison against base commit f9f4ae4.

♻️ This comment has been updated with latest results.


td {
transition: background-color 2s ease-in-out;
background-color: oklch(from var(--primary-color) var(--lightness, 0.5) c h);

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✨ CSS magic ✨

@mutatrum mutatrum linked an issue Jun 2, 2026 that may be closed by this pull request
@mutatrum mutatrum added the enhancement New feature or request label Jun 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add multi-line charts ASIC Temp chart misleading on multi chip units

2 participants