top of page
Tags


Add Scrollbar to widget
If X-axis of a line chart, bar chart, column chart or area chart contains too many items, one option to view them is enable 'Auto Zoom'...
208 views
0 comments


Total value in Column/Line chart
Using Blox we can visualize Total Value and sparkline to show values over time. Here is a widget script to create similar visualization...
498 views
3 comments


Blox Filter Buttons
Here is a blox template and script to create filter buttons, where each buttons represent items in a table column. These buttons are...
444 views
1 comment


Add i-Button in Dashboard
Currently there is an option to add description for each widget by click on i-button on title. But there is no i-button at dashboard...
198 views
0 comments


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


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


Blox Template 2 - Cards
Here is a blox template for cool cards Blox Editor: { "style": "", "script": "", "title": "", "showCarousel": false, "body": [ { "type":...
443 views
0 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
bottom of page