Quiver template canvas

Elements from Quiver templates can be displayed in Notepad documents using the Quiver template canvas widget by clicking + Add Widget or typing / in a paragraph field to open up the widget insertion menu.

Using Copy for Notepad on a chart in a Quiver template will not insert it as a Quiver template canvas, but a regular Quiver chart instead.

notepad_widgets_quiver_template_canvas

Widget properties

  • Quiver template canvas: The selected Quiver template canvas.
  • Chart: Select the chart to render. The whole canvas can be selected, but Notepad does not support rendering page breaks for canvases spanning more than one page. In this case, insert the canvas components as single Quiver template canvas charts.
  • Source object: The object/object set to pass to the Quiver template canvas.
  • Template parameter overrides: (Optional) Pass in other parameter values in JSON format. The names must match the external parameter ID defined in the Quiver template canvas.
    • Example: {"stringParameter": "123", "numeric_parameter_1": 10} to pass in values for the external ids stringParameter and numeric_parameter_1.

Template configuration

  • Template input: Depending on the expected input type of the Quiver template, an object or object set by which you want the content to be templatized.
  • Template parameters: (Optional) Allows passing in other parameter values in JSON format. The names must match the external parameter ID defined in the template canvas.
    • Example: {"stringParameter": "123", "numeric_parameter_1": 10} to pass in values for the external ids stringParameter and numeric_parameter_1