User Profile
giorgikok
Frequent Visitor
Joined 3 years ago
User Widgets
Contributions
How to set more complex/show conditions in capabilities.json?
Hello, I am currently working on my visual's formatting pane and I would like to know how to exactly set conditions such as showing/making the "Show until month: " accessible only after the option to "Filter by Month" is selected (the only other option being "Show All") and how to make it so that the "Show until Month" value could only go from up or down from set of values (for instance from 0 to 12 for months and not more beyond or under that). this is the code: Thanks in advance.Solved660Views0likes1CommentDelete/cleanup custom visual whenever the necessary data is not longer bound
Hello, I am trying to figure out why my column chart visual is not properly deleting after adding the data and then removing it. For instance, removing categories should void the visual since it can't display it anymore but the columns stay on with the last data they've received also without properly scaling to the visual window. I am wondering what the problem might be, the destroy() method only does sets the this.svg to null which should be enough to delete the visual from the display window.Solved858Views0likes1CommentBar Chart Interactivity on click
Hello, I am trying to add chart interactivity and I've run into a problem. The selectionID of my chart that is kept in dataPoints does not seem to return correctly. After looking around and loggin the console I have found out that the datapoint being returned isn't of a regular type, it returns a t object with some cursor elements and the actual target rect.bar (+ a same looking srcElement). I was wondering if this is the correct approach and if so how would I access the selectionID of the individual bar in the bar chart? Here's the code:Solved1.1KViews0likes1Comment
Data Privacy
Microsoft Fabric Community and Privacy
To learn more about how we manage your data, please review the Microsoft Fabric Community Data Privacy guide.