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...
Change line chart to Step chartA step chart is a line chart in which points are connected by horizontal and vertical line segments, looking like steps of a staircase....
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 values in legend - Pie chartThe script below displays value of each items along with legend Steps: Create a pie chart Add below script to widget Save the script and...
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...
Convert bar chart to progress barsBelow script to allow us convert a bar chart to progress bars. Steps: Create a bar chart Bar chart should contains only one field under...
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...
Gradient fill in Scatter chartGradient colors can be applied to a scatter chart using below script Steps: Create a scatter chart Add below script to widget Save script...
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...
Set marker symbol for each category in line chartDifferent 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...
Add Data label to center of donut chartBelow script will display total value at the center of donut chart. Steps: Create a donut chart Add below script to the widget. Update...
Gradient color in pie chartBelow 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 chartBelow script will add gradient color to widget. Supported widget types are bar chart, column chart, line chart and area chart Steps:...