API Reference
Namespaces
Classes
Events
Global
Externals

Namespace: cq-technicalinsights

WebComponents. cq-technicalinsights

Tag that activates the Technical Insights plug-in module in a chart.

Setup instructions:

  • Your package must include the module in the plugin directory.
  • In sample-template-advanced.html, un-comment the following line:
    import "./plugins/technicalinsights/components.js";
  • Set the uid provided by vendor in this component's tag. See example.
    • Tag is located in /examples/templates/partials/sample-template-advanced-context.html.
    • If the uid is not properly set, the following error will be visible in the browser's' console:
      CIQ.TechnicalInsights: No Authorization token (auth) provided

Example

<cq-technicalinsights uid="id-here" lang="en"></cq-technicalinsights>