top of page
Tags


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...


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...


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....


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...


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 ....


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...


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){...


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...
bottom of page