[FEATURE] enhance StatChart with text mode options and refactor display logic - #758
Open
Nexucis wants to merge 5 commits into
Open
[FEATURE] enhance StatChart with text mode options and refactor display logic#758Nexucis wants to merge 5 commits into
Nexucis wants to merge 5 commits into
Conversation
…ogic - Introduced a new property in the StatChart schema to control how values and names are displayed. - Updated the migration logic to map from panel options and handle various display scenarios. - Refactored the StatChartBase component to utilize for determining what to display (value, name, both, or none). - Adjusted tests and expected outputs to reflect changes in text mode handling. - Enhanced the StatChartOptionsEditorSettings to allow users to select the desired text mode. Signed-off-by: Alexander Belyakin <21216343+abelyakin@users.noreply.github.com>
Co-authored-by: Antoine THEBAUD <antoine.thebaud@yahoo.fr> Signed-off-by: Alexander Belyakin <21216343+abelyakin@users.noreply.github.com>
Nexucis
force-pushed
the
statchart/add-textmode
branch
2 times, most recently
from
July 29, 2026 09:33
d0c838e to
a9e5d45
Compare
Nexucis
force-pushed
the
statchart/add-textmode
branch
from
July 29, 2026 09:35
a9e5d45 to
291456b
Compare
Member
Author
|
the cue diff does not make sense for me ... I will check later what's going one here |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
this PR is the same as #524. I am just solving the merge conflict and I have preserved the commit from @abelyakin.
I am opening this PR in order to be able to merge it as the merge conflict was the last thing to solve before merging it.