fix(shared, plugins): Provide measurement set name to patterns
This commit is contained in:
parent
cea7f520d4
commit
a8e51a278b
6 changed files with 46 additions and 15 deletions
|
@ -142,7 +142,7 @@ const title = function (config, { Point, points, scale, locale, store, part, log
|
|||
|
||||
`${mc.classes.name} ${mc.align}`
|
||||
)
|
||||
.addText(store.data?.for ? store.data.for : 'ephemeral')
|
||||
.addText(store.data?.setName ? store.data.setName : 'ephemeral')
|
||||
.addText(')')
|
||||
.attr('data-text-transform', transform)
|
||||
.attr('data-render-always', 1) // Render even when outside the part bounding box
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue