Charts and tables from Contour analyses can be embedded using the Contour chart section. You can add one either by clicking + Add Widget or typing / in a paragraph field to open up the widget insertion menu, or directly via the Copy for Notepad button on the Contour analysis itself.
Note that the source data is updated by Notepad when you open a Notepad document with a Contour board.
The lock data feature on the Contour widget functions differently from other widgets. When applied, it locks both the visualization and data of the Contour widget while still allowing user interaction. On the other hand, locking other widgets produces a non-interactive snapshot of the widget. Interactively locked widgets will not load the locked visual if the backing transactions have been deleted either manually or by a retention policy.
For more information, refer to the documentation on the lock data feature.
Contour input type | Example Contour parameter name | Example JSON string |
---|---|---|
String | carrier_code | {"carrier_code": "OO"} |
Array of String | carrier_codes | {"carrier_codes": ["OO", "MQ"]} |
Number | booking_class | {"booking_class": 2} |
Array of Number | booking_classes | {"booking_classes": [1,2]} |
Date | departure_date | {"departure_date": "2022-09-01T00:00:00+02:00"} |
Multiple values can be combined into one single JSON string like this: {"carrier_code": "OO", "booking_class": 2}
. See the example below on how to provide a template input with a preview value and connect it to the Contour parameters.