Skip to content

fix(bar,line): decouple --3d-visualmap from --3d#135

Merged
fahimfaisaal merged 1 commit into
mainfrom
fix/decouple-3d-visualmap
Jun 19, 2026
Merged

fix(bar,line): decouple --3d-visualmap from --3d#135
fahimfaisaal merged 1 commit into
mainfrom
fix/decouple-3d-visualmap

Conversation

@fahimfaisaal

Copy link
Copy Markdown
Member

Summary

  • --3d no longer implicitly enables --3d-visualmap; each flag is now independent
  • Removed the else if flags.ThreeD auto-default in Materialise for both bar and line configs
  • Updated tests to assert ThreeDVisualMap is nil when only --3d is passed

Test plan

  • vizb bar --3d → visualmap off by default
  • vizb bar --3d --3d-visualmap → both on
  • vizb bar --3d-visualmap (without --3d) → still works independently
  • All existing tests pass (go test ./...)

--3d no longer implicitly enables --3d-visualmap; each flag
must be set independently.
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@fahimfaisaal
fahimfaisaal merged commit 0eebde7 into main Jun 19, 2026
1 check passed
@fahimfaisaal
fahimfaisaal deleted the fix/decouple-3d-visualmap branch June 19, 2026 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants