Some reason the bool properties are showing up and impacting layout, but numeric properties are not showing up in the panel and thus not impacting layout, ex, gravity ( https://github.com/graphistry/graphbi/search?q=gravity : strength of center of gravity in middle of screen ~= blackhole vortex)
Ex:
https://github.com/graphistry/graphbi/blob/b904fff0f824f0e478dd5ebd2258c7374bff10af/pbiviz/capabilities.json#L356
Some reason the
bool
properties are showing up and impacting layout, butnumeric
properties are not showing up in the panel and thus not impacting layout, ex,gravity
( https://github.com/graphistry/graphbi/search?q=gravity : strength of center of gravity in middle of screen ~= blackhole vortex)config.LayoutGravity = this.visualSettings.layoutSetting.gravity;
gravity
missing inextraOpts
at https://github.com/graphistry/graphbi/blob/704be2eedb92ec1039acffcf013f66f525514cfd/pbiviz/src/components/Graphistry.tsx#L37&gravity=...
See also: https://hub.graphistry.com/docs/api/1/rest/url/#urloptions
vs