top of page
Tags


Align Pivot 2 to center of Sisense widget container
Below dashboard script will align Pivot2 to center of widget container dashboard.on('widgetready', function (se, args) { //widgetid of...
Â
Â
Â


Change position and color of legend items in Sisense
Sometimes we may need to move an item (or items) in legend to a specific position, for example moving 'N\A', 'Unknown', 'Not available'...
Â
Â
Â


Apply different colors for each bars in Sisense
There is an in-built feature in Sisense to set colors for bars based on its values. Also its possible to set colors if there is a column...
Â
Â
Â


Add target/benchmark line to a chart in Sisense
Below script allow us to plot a static target line in a chart. Supported chart types : Bar chart, Column chart, Line chart, Area chart...
Â
Â
Â


Apply conditional colors to Markers in Sisense Line chart
Yes! Its possible to apply different colors to line chart markers based on its value. Here is the script for this...
Â
Â
Â


Add bands to Line Chart in Sisense
There can be scenarios where we need to understand in which level/band the value or category belongs to and the analysis will be easier...
Â
Â
Â
Hide widget from PDF in Sisense
This dashboard script hide a specific widget row when exporting to PDF. dashboard.on('widgetready', function (se, ev) { //widgetid to...
Â
Â
Â
bottom of page