Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .changeset/bump-graph-maker.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
"@platforma-open/milaboratories.vj-usage.ui": patch
"@platforma-open/milaboratories.vj-usage": patch
Comment thread
vadimpiven marked this conversation as resolved.
---

Fix stale graph data-mapping when switching datasets. graph-maker 1.1.222 gated
its default re-resolution behind a `data-state-key` change, so switching the
dataset left the previous dataset's columns in the chart as "Inconsistent value"
with no graph. Bump graph-maker to 1.4.6 (same version other blocks on this SDK
line use), which re-resolves defaults automatically when the pframe changes.
80 changes: 46 additions & 34 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ catalog:
'@platforma-sdk/block-tools': 2.11.1
'@platforma-sdk/test': 1.79.15
'@milaboratories/helpers': 1.13.0
'@milaboratories/graph-maker': 1.1.222
'@milaboratories/graph-maker': 1.4.6
'@milaboratories/strings': 0.1.0

# Common dependencies - can use ^ or ~
Expand Down
Loading