Custom No Result messageBelow script will allow you to change default 'No Result' message to any message you want. It is possible to apply different messages to...
Display value labels inside barBy default, in Column and Bar charts, all value labels are displayed outside bars. But here is a way to display values inside bar Steps:...
Button to Show/Hide value labelsSometime 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....
Button to change widget typeBy default, only data designer can change the widget type. Below script will add buttons to a widget, so that user can change the widget...
Add description to WidgetHere is a method for adding detailed information about the chart and data that will always appear at the bottom of a widget. Steps:...
Add subtitle to WidgetSometimes we may need to add some more information about the data displayed on the widget. i-button is an option to add this...
Dynamic widget title and axis labelThere can be situations where we need to display widget title and axis labels based on selected item in filter. Here is a script to...
Columns chart with Fixed PlacementHere is a method to convert a column chart to fixed placement columns (Chart showing overlapping placement of columns). Steps: Create a...
Display total value in legend - Bar/Column/Area/Line chartA column chart splits the data by one or more dimensions and we have to manually sum up or create a separate widget to find total value...
Add background image to a widgetBelow script allow us to add background image to a widget. Steps: Create a widget. (supported widget types : bar, column, area, line,...
Transparent bar/column chartWe can control the transparency of bar or column chart using below script Steps: Create bar/column chart Add below script to chart Save...
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...
Additional columns in CSVWhen we export a widget as CSV, it just contains the widget's dimensions and measures. Additional measure columns that are not part of...
Gradient color in bar/column/line/area chartBelow script will add gradient color to widget. Supported widget types are bar chart, column chart, line chart and area chart Steps:...
Replace X-axis labels in a widgetWe 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...
Add pagination to Bar/Column chartIf 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...
Add additional information in tooltip - (Column, Bar, Line, Area chart)Sometimes we may need to include more information in tooltip. Here is how we can achieve this. Steps: Create column/bar/line/area chart...
Sort bar/columns/breakby manuallyThis script is to sort items in X-axis manually. Widget will display bar/columns in the order you specified in 'categories' list var...
Add BreakBy filter to dashboard when click on stacked chartIf a user click on a stacked chart, Sisense will add dashboard filter for the dimension in 'Categories' panel, but not for dimension in...