Contour chart

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.

notepad_widgets_contour_chart_with_parameters

Interactive locking for the Contour widget

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.

Widget properties

  • Path: Specify a path from the selected Contour Analysis.
  • Board: Define which board should be shown from the selected path.
  • Parameters: (Case-dependent) The parameters configuration will only be shown if the source Contour analysis defines and uses parameters. The configuration allows overwriting these parameter variable values separately. If no value is specified, the default parameter value from the Contour analysis will be used.

Template configuration

  • Parameter Overwrites: (Optional) Specify a JSON string for Contour parameters and associated overwrite values. The values will be passed to the embedded Contour chart to override the Contour chart's external parameters. See the examples in the table below for how to provide the required JSON string.
Contour input typeExample Contour parameter nameExample JSON string
Stringcarrier_code{"carrier_code": "OO"}
Array of Stringcarrier_codes{"carrier_codes": ["OO", "MQ"]}
Numberbooking_class{"booking_class": 2}
Array of Numberbooking_classes{"booking_classes": [1,2]}
Datedeparture_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.

notepad_widgets_contour_chart_with_parameters