top of page
Tags


Add both categories on the left side, if a bar chart contains two dimensions.
When we add 2 categories to a bar chart, one will display on left side and another will be on right side. We can use below script to...
Â
Â
Â


Convert widget to 3D
By default, most of the Sisense widget are 2D. We can convert them to 3D using below script Steps: Create bar/column/pie chart Add below...
Â
Â
Â


Set marker symbol for each category in line chart
Different marker symbols can be set to line chart based on its value (Y-axis) using this script. But in some cases we may need to set...
Â
Â
Â


Additional columns in CSV
When we export a widget as CSV, it just contains the widget's dimensions and measures. Additional measure columns that are not part of...
Â
Â
Â


Add Data label to center of donut chart
Below script will display total value at the center of donut chart. Steps: Create a donut chart Add below script to the widget. Update...
Â
Â
Â


Sort X-axis by a rank field (bar/column/line)
If predefined sort order is available, X-axis or chart legend can be sorted by using this script. But in some cases we may not know the...
Â
Â
Â


Gradient color in pie chart
Below script will add gradient color to pie chart. Steps: Create pie chart Add below widget script and update the variable 'color1' with...
Â
Â
Â


Gradient color in bar/column/line/area chart
Below script will add gradient color to widget. Supported widget types are bar chart, column chart, line chart and area chart Steps:...
Â
Â
Â
bottom of page
