spotfiresoftware / spotfire-mods

Spotfire® Mods
https://spotfiresoftware.github.io/spotfire-mods/
Other
56 stars 41 forks source link

Does Mod Support Trellis Axis? #77

Closed mwdpb closed 2 years ago

mwdpb commented 2 years ago

Mods support native color axis, does it support trellis axis?

objerke commented 2 years ago

The mods framework does not currently support the native Spotfire trellis functionality. Something similar can be implemented within the mod by adding an additional axis to the mod manifest.

mwdpb commented 2 years ago

Yes, defining my own axis is a walkaround, it's just not as intuitive from user perspective as native trellis axis. Thanks for confirming though!

hski-github commented 2 years ago

You can name the axis Trellis and can give it even a dropTarget icon for Trellis. 😊 https://tibcosoftware.github.io/spotfire-mods/docs/using-the-api/mod-schema/

jleviaguirre commented 1 year ago

Is there any example or current Mod that does trellising?