Merge pull request #6076 from BenJamesBen/include-setname-in-titles-and-pdf
fix(shared, plugins): Provide measurement set name to patterns
This commit is contained in:
commit
c20ed9743d
6 changed files with 45 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