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...
191 views
0 comments


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....
303 views
0 comments


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...
148 views
0 comments


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...
180 views
0 comments


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....
757 views
1 comment


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...
364 views
0 comments


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...
251 views
0 comments


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...
411 views
0 comments


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:...
204 views
0 comments


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....
254 views
0 comments


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...
365 views
1 comment


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:...
280 views
0 comments


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...
241 views
2 comments


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....
123 views
3 comments


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...
385 views
2 comments


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...
463 views
0 comments


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...
234 views
1 comment


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...
276 views
0 comments


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...
571 views
0 comments


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,...
96 views
0 comments
bottom of page