Note widgets in Decision Optimization experiments
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.