top of page
Tags


Blox Template 1 : Cards
Here is a blox template for cool cards Blox Editor script: { "style": "", "script": "", "title": "", "showCarousel": false, "body": [ {...
Â
Â
Â


Display values in legend - Pie chart
The 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 chart
A 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 bars
Below 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 widget
Below script allow us to add background image to a widget. Steps: Create a widget. (supported widget types : bar, column, area, line,...
Â
Â
Â


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


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


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