1
0
Fork 0

fix(shared, plugins): Provide measurement set name to patterns

This commit is contained in:
Benjamin Fan 2024-02-14 07:18:33 -08:00
parent cea7f520d4
commit a8e51a278b
6 changed files with 46 additions and 15 deletions

View file

@ -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