top of page
Tags


Group bars in Column/Bar chart
Pie chart has an option to display top n slices and group rest of the slices to a single slice called 'Others' . While we click on that...
Â
Â
Â


Remove pagination from pivot (infinite scroll)
In Sisense Pivot2, maximum items per page we can set is 200. Here is a script that remove pagination in pivot and enable infinite scroll....
Â
Â
Â


Convert Column chart to Variwide chart
"A variwide chart is a column chart where each column has a separate width to represent the third dimension ." Here is a script to...
Â
Â
Â


Highlight i-button of widgets having description
In Sisense, we can add description about a widget in its i-button which is located at widget header. But it is difficult to know if any...
Â
Â
Â


Collapse or Hide Dashboard and Filter panels
Sisense dashboards have left and right panels. Left panel is to display list of dashboards and Right panel is for dashboard filters....
Â
Â
Â


Modal popup in Dashboard
Sometimes you may need to show some messages, like information about the charts, on loading the dashboard. This can be achieved using...
Â
Â
Â


WordCloud from Column chart
Here is a script to convert a Column chart to WordCloud chart Steps: Create a Column chart. It should contain only one field as category...
Â
Â
Â


Custom No Result message
Below script will allow you to change default 'No Result' message to any message you want. It is possible to apply different messages to...
Â
Â
Â


Display value labels inside bar
By default, in Column and Bar charts, all value labels are displayed outside bars. But here is a way to display values inside bar Steps:...
Â
Â
Â


Button to Show/Hide value labels
Sometime the widget looks messy when we enable value labels. At the same time it would be good to enable it to analyze the chart easily....
Â
Â
Â


Button to change widget type
By default, only data designer can change the widget type. Below script will add buttons to a widget, so that user can change the widget...
Â
Â
Â


Add description to Widget
Here is a method for adding detailed information about the chart and data that will always appear at the bottom of a widget. Steps:...
Â
Â
Â


Add subtitle to Widget
Sometimes we may need to add some more information about the data displayed on the widget. i-button is an option to add this...
Â
Â
Â


Change line chart to Step chart
A step chart is a line chart in which points are connected by horizontal and vertical line segments, looking like steps of a staircase....
Â
Â
Â


Dynamic widget title and axis label
There can be situations where we need to display widget title and axis labels based on selected item in filter. Here is a script to...
Â
Â
Â


Columns chart with Fixed Placement
Here is a method to convert a column chart to fixed placement columns (Chart showing overlapping placement of columns). Steps: Create a...
Â
Â
Â


Display values in legend - Pie chart
The script below displays value of each items along with legend Steps: Create a pie chart Add below script to widget Save the script and...
Â
Â
Â


Display total value in legend - Bar/Column/Area/Line chart
A column chart splits the data by one or more dimensions and we have to manually sum up or create a separate widget to find total value...
Â
Â
Â


Convert bar chart to progress bars
Below script to allow us convert a bar chart to progress bars. Steps: Create a bar chart Bar chart should contains only one field under...
Â
Â
Â


Add background image to a widget
Below script allow us to add background image to a widget. Steps: Create a widget. (supported widget types : bar, column, area, line,...
Â
Â
Â
bottom of page
