top of page
Tags


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


Transparent bar/column chart
We can control the transparency of bar or column chart using below script Steps: Create bar/column chart Add below script to chart Save...
63 views
0 comments


Gradient fill in Scatter chart
Gradient colors can be applied to a scatter chart using below script Steps: Create a scatter chart Add below script to widget Save script...
72 views
0 comments


Format data labels
Here is a script to format data labels of widgets. Supported widget types : Line chart, Bar chart, Column chart, Area chart Steps: Create...
256 views
0 comments


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


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


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


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


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


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


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


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


Replace X-axis labels in a widget
We sometimes need to rename X-Axis labels to make them more meaningful. For example, if we have month numbers in a database, we can...
246 views
0 comments


Always display value labels outside column/bar
Value labels may occasionally overlap with column/bar labels. Changing the max value of yAxis is a simple technique to display value...
187 views
0 comments


Formatting Tabber
Most of the Sisense users are aware of and using Tabber plugin. By default, it comes with some basic styles like color, height etc....
496 views
0 comments


Add additional information to tooltip - Area map
By default, in Area Map, tooltip shows limited information like name of country/state and one calculated value. Below script allow us to...
207 views
0 comments


Display widget in tooltip
By default values and labels are displayed in tooltip. Also its possible to add additional information to tooltip by using script ....
328 views
0 comments


Add pagination to Bar/Column chart
If a widget contain large number of bars/columns, it may be difficult to analyze the chart. In such case one option is to enable Auto...
186 views
0 comments


Convert pie chart to semi-circle donut
A pie chart can be converted to semi circle donut using below script. widget.on('processresult', function(se, ev){...
221 views
0 comments


Line chart with image/icon markers
Its possible to set different shapes and icons as marker inline chart. Here is script to set different types of markers based on...
96 views
0 comments
bottom of page