Skip to content

CodeAtRoost/codewander-plotlyScatterPlotPlayer

Repository files navigation

codewander-plotlyScatterPlotPlayer

Qliksense Extension Animated Bubble chart Here is the new qliksense extension - bubble chart animated. This is an inspiration from the animation with sliders example of plotly. This is a basic extension quickly created to demonstrate the capability.

<iframe width="560" height="315" src="https://www.youtube.com/embed/siropQVs_GY" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>  

Steps to use

Download and Install

  • You can download the extension from the below link. If you like to contribute you can also use the GIT HUB
  • Extract and copy contents of the folder in the Extensions folder on your desktop or server. It usually is in the My Documents/Qlik/Sense/Extensions folder

Add to the sheet and set measures and dimensions

The animated bubble chart will now be available under the custom visualization. The visualization required three measures and three dimensions.
Qliksense Extension Animated Bubble Chart-DimensionsQliksense Extension Animated Bubble Chart-measures

Qliksense Extension Animated Bubble Chart-Details

Measures

  • The first measure the x-axis
  • The second measure is the y-axis
  • The third measure is the size of the bubble

Dimensions

  • The first dimension is for the slider
  • The second dimension is for color code of the bubble
  • The third dimension is the dimension to compute the values of the measures

Options for the chart

Qliksense Extension Animated Bubble Chart-Options Under Appearance section, you will see the custom options for this visualization
  • Transition Duration in milliseconds - This is the duration for the transition from one frame to another frame.
  • Play button text
  • Pause button text
  • Bubble size (25 to 100)

Features

Advanced built-in features

The plotly graphs comes with some advanced built-in options including lasso select, pan and zoom.You can also download the visualizations as png or export data

Qliksense Extension Animated Bubble Chart-Advanced Features

Handling of large data

The default rendering can handle 1000 rows of data. This extension fetches data gradually when the total data exceeds 1000 records. However, the chart will render and refresh as per the data fetched. So the users will not have any delay in seeing the data

Please use it and share your comments.