MicroStrategy ONE
Create and Use the React Format Panel
This feature is available starting in MicroStrategy 2021 Update 3.
-
To help you get started, download the
SampleViz.zip
template. -
Create
config.js
or use the template fromSampleViz/formatPanelConfig/config.js
. Define your config file, so the application can use it for input. The config file contains the following:-
Config object
This is a plain JavaScript object. It defines the layout of the Format panel and binds property names with components. -
Property list
Contains all property names that are used in the config object. -
Query function
This function is optional. It provides extra control when reading properties. -
Apply function
This function is optional. It provides extra control when writing properties.
-