
Ofer
- Total activity 66
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 9
- Subscriptions 43
Activity overview
Latest activity by Ofer-
Ofer commented,
Hila, Great forum, do you happen to know if it redirect from any HTTP port to HTTPS ?
-
Ofer created a post,
Remove N/A category from chart
Sometimes we have N/A category with no information related or unnecessary visualization. Here is a quick way to remove N/A category with data attached: here is such an example: when we drill down...
-
Ofer created a post,
Popup widget on click with filtering
Introduction In this post we will explain how to add a pop-up pivot table which will drill down into a dimension in a parent pivot table. Update- 3/9/2016: The functionality in this article may n...
-
Ofer created a post,
stacked column and stacked area on same chart
Setting stacked option for a widget apply only its default choice, which means one cannot choose if the second series will be presented stacked on not. here is a quick solution for having both stac...
-
Ofer commented,
Hi Zac, Please make sure you put the script in the widget script edit and not in the dashboard script edit. Did you have the widget script edit screen opened in several tabs maybe? Is the error rem...
-
Ofer created a post,
Change color for specific category in pie chart
Edit the widge script. Copy and paste the code below and set the category name and color (hex format) desired. widget.on('ready', function(se, ev){ var e = element; var chart = e.data('hc'); v...
-
Ofer created a post,
Setting Min and Max Axis values for chart widget
Edit the widge script. Copy and paste the code below and set the max and min value desired. widget.on('ready', function(se, ev){ var e = element; var chart = e.data('hc'); chart.alignTicks =fal...
-
Ofer created a post,
Removing the metric notations like thousands “k” abbreviation
This article refers to version 5, for previous versions you can have a look here. 1. Edit the script of the widget you wish to remove the metric notations from it. 2. Copy and paste the following c...
-
Ofer created a post,
Changing Fonts, Rows and Background Styling of Pivots
Changing the style properties of a pivot can be done via the dashboard script. It is also possible to change the properties of the values only if needed. Open dashboard script editor paste the c...
-
Ofer commented,
That's awesome, thanks for sharing Angelo !