Skip to content

Visualizations

Visualizations are used to present the data that is loaded into the app. The selections you make in the app are reflected in all associated visualizations. If you’re new to creating visualizations, review choosing the right visualization.

This section summaries the compatibility of these visualizations across embedding frameworks. For support for Insight Advisor, review Insight Advisor compatibility.

Note

Fonts from a custom theme are not supported when embedding Qlik objects cross-domain unless you use <qlik-embed iframe="true">. Using the iframe="true" mode may impact performance.

Chart types and properties

Native charts

Native charts are those built into the core Qlik Sense experience, and are accessible via the Charts menu in the Qlik Sense authoring experience.

Chartanalytics/sheet1 & analytics/chart1classic/app1classic/chart1Viz on the fly ID2Nebula IDQlik Help reference
Bar chartbarchartsn-bar-chart (API reference)Bar chart
Box plotboxplotsn-boxplot (API reference)Box plot
Bullet chartbulletchartsn-bullet-chart (API reference)Bullet chart
Buttonaction-buttonsn-action-button (API reference)Button
Combo chartcombochartsn-combo-chart (API reference)Combo chart
Distribution plotdistributionplotsn-distributionplot (API reference)Distribution plot
Filter panefilterpanesn-filter-pane (API reference)Filter pane
Gaugegaugesn-gauge (API reference)Gauge
Histogramhistogramsn-histogram (API reference)Histogram
KPIkpisn-kpi (API reference)KPI
Line chartlinechartsn-line-chart (API reference)Line chart
Map chart✖️5mapMap
Mekko chartmekkochartsn-mekko-chart (API reference)Mekko chart
Navigation menusn-navigation-menu (API reference)Navigation menu
NL Insightssn-nlg-chartNL Insights
Pie chartpiechartsn-pie-chart (API reference)Pie chart
Pivot tablepivot-tableN/A3Pivot table
Scatter plotscatterplotsn-scatter-plot (API reference)Scatter plot
Tab containercontainersn-tabbed-containerTab container
TabletableN/A4Table
Text & image✖️5text-imageText & image
Treemaptreemapsn-treemap (API reference)Treemap
Waterfall chartwaterfallchartsn-waterfall (API reference)Waterfall chart
  1. These refer to qlik-embed UI types.
  2. Viz on the fly is supported by the capability APIs.
  3. See Pivot table in Visualization bundle for a nebula alternative, note that features and capabilities are different to the native chart.
  4. See Straight table in Visualization bundle for a nebula alternative, note that features and capabilities are different to the native chart.
  5. Requires iframe="true" to be added to the <qlik-embed ...> tag of the classic/chart object. This is needed when the object requires additional resources on the tenant such as map tiles, or user-uploaded images, which cannot currently be authenticated outside of the iframe mode.
  6. Native embedding of this component requires specific page encoding. See qlik-embed charset compatibility.

Dashboard bundle and visualization bundle charts

These visualizations are extensions that enhance navigation and selection in your Qlik Sense app.

They may not be built to the same standards as the native objects, and may have additional limitations.

Chartanalytics/sheet1 & analytics/chart1classic/app1classic/chart1Viz on the fly support2Nebula IDQlik Help reference
Animator✖️qlik-animatorAnimator
Date picker✖️qlik-date-pickerDate range picker
Funnel chartsn-funnel-chartFunnel chart
Grid chartsn-grid-chartGrid chart
Layout container4sn-layout-containerLayout container
Linesn-shapeLine
Multi KPI chart✖️qlik-multi-kpiMulti KPI chart
Network chart3✖️sn-network-chartNetwork chart
Org chartsn-org-chartOrg chart
P&L pivot chart✖️qlik-smart-pivotP&L pivot chart
Pivot tablesn-pivot-tablePivot table
Radar chart✖️qlik-radar-chartRadar chart
Sankey chartsn-sankey-chartSankey chart
Straight tablesn-tableStraight table
Textsn-textText
Trellis container✖️qlik-trellis-containerTrellis container
Variable input✖️qlik-variable-inputVariable input control
Variance waterfall✖️✖️qlik-variance-waterfallVariance waterfall
Video player✖️sn-video-playerVideo player
Word cloud chart3✖️sn-word-cloudWord cloud chart
  1. These refer to qlik-embed UI types.
  2. Viz on the fly is supported by the capability APIs.
  3. Works with analytics/sheet, but not with analytics/chart.
  4. When embedding a layout container, all nested charts must support analytics/chart. Charts without analytics/chart support won’t render inside the layout container.

Third-party extensions

Third-party visualization extensions are supported via:

  • qlik-embed:
    • classic/app
    • classic/chart, when iframe="true" is added to the <qlik-embed ...> tag.
  • Capability APIs
  • iFrame embedding APIs.

Qlik-embed charset compatibility

When embedding the KPI object with analytics/chart (in the default iframe=false mode) or analytics/sheet, users will receive an error if the host page does not specify UTF-8 encoding.

To resolve this issue, add the following meta tag to the host page:

<meta charset="utf-8">

Alternatively, leverage classic/chart with iframe="true" if your host page requires a charset other than UTF-8, or you are unable to set the charset.

Was this page helpful?