Note widgets in Decision Optimization experiments
Last updated: Apr 26, 2024
You can add notes in the Visualization view to improve clarity and add information.
The Notes widget can be styled as a post-it note, as shown in the following code sample:
{ "name": "Notes", "type": "Notes", "props": { "notes": "My post-it note", "style": { "background": "#ffe" }, "headerStyle": { "background": "#ffe" } } }
This style example is applicable to other widgets.
For more information about widgets, see Visualization widgets in Decision Optimization experiments.
See also, Visualization view in a Decision Optimization experiment.
Was the topic helpful?
0/1000