
Lidor Rosencovich
- Total activity 41
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 1
- Subscriptions 18
Activity overview
Latest activity by Lidor Rosencovich-
Lidor Rosencovich commented,
Hey Tal, Thanks for the feedback, your request is currently documented as a plugin limitation as the development was intended to replace the dashboard filter functionality and not be dependant on...
-
Lidor Rosencovich created a post,
Filter Members Limitation
download: FilterMembersLimitation.zip Introduction: This plugin explains how to limit filter members selection based on a predefined dimension. Purpose/Benefits: This plugin sets a maximum numbe...
-
Lidor Rosencovich commented,
Hi Chris, Could you please elaborate on what exactly you are trying to do and what are you struggling with, it's not clear enough. Thanks, Lidor
-
Lidor Rosencovich commented,
Hi Chris, In case you are using Sisense 6.7 which supports the new indicator styling API, you can read this documentation on how to use it. Instead of doing this in the 'initialized' event, you can...
-
Lidor Rosencovich commented,
Hi Alina, In order to do so, you can use the following widget script example and apply it to your chart. It basically adds 3 more invisible series with a name and a color - the legend will be shown...
-
Lidor Rosencovich commented,
Hi Petro Gonchar, In order to align the labels, all you need is to add the property 'align' with one of the three values: "right", "left" or "center" to the value.dataLabels object as following: /*...
-
Lidor Rosencovich commented,
Hi devops, Please take a look at the following example of how to split between zones in the chart. you can apply this using the 'beforeviewloaded' event on the widget itself which exposes the serie...
-
Lidor Rosencovich commented,
Hi David, I've tried to find you a code that handles it but it's not possible to change the icons color since they come from a base64 string represents the image. What you can do is copy that stri...
-
Lidor Rosencovich commented,
Hi, If using your code, after each change like that, you will need to call widgetObj.changesMade(); This will save your changes into the mongoDB and it should be reflected in the embedded page. Ho...
-
Lidor Rosencovich commented,
Hi Muhammed, What do you mean when you want to indicate if a filter was changed through SisenseJS? (your image is from the native app so I'm a bit confused) Do you import the filter item/panel int...