add new YAML - #589
Merged
Merged
Conversation
code freeze
Bumps wurstbrot/dsomm-yaml-generation from 4.2.0 to 4.3.1. --- updated-dependencies: - dependency-name: wurstbrot/dsomm-yaml-generation dependency-version: 4.3.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Ran docker pull wurstbrot/dsomm-yaml-generation:5.0.0 docker create --name tmp-yaml wurstbrot/dsomm-yaml-generation:5.0.0 docker cp tmp-yaml:/var/www/html/generated/model.yaml src/assets/YAML/default/model.yaml docker rm tmp-yaml
Split dimension labels exceeding 18 characters at the nearest word boundary and render them on two concentric arcs (outer for line 1, inner for line 2). Short labels stay on the inner arc close to the chart. Replaces the single-line rendering with a forEach loop that only creates DOM elements for lines with actual content.
sawankshrma
approved these changes
Aug 18, 2026
Collaborator
There was a problem hiding this comment.
I have regenerated the model.yaml file from v5.0.0 and fixed the overlapping subdimension names in the UI.
@wurstbrot please review these last two commits so that we could merge this PR into the gsoc2026 branch and then merge the gsoc2026 branch into main to create a release.
| Before | After |
|---|---|
![]() |
![]() |
Fixed clipping off the outer label text. Adjusted the controlling variables, and removed the previous fudge factor
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.


No description provided.