appsource
3 TopicsPublishing visual having free trial tier
Hello, I created custom visual and want to place it in the AppSource. This documentation article says: >The PBIX report must use the same version of the visual as the PBIVIZ. Another article says that sample PBIX is required and: > The sample .pbix report file must work offline, without any external connections. Does offline means that the visual can't check the licence using Licensing API? How licenced visuals are suppose to work then? If for example I define free trial tier then how can I verify that trial period expired without the connection to the Licensing API? Best regards, Damian Łoziński665Views4likes0CommentsDeneb: Line Chart Tooltips that don't require you to hover directly over line
Hi all, I'm new to developing Custom Visuals and have decided to try using Deneb (from AppSource) to try and create a custom line chart that I want. Deneb seems to have adequate features, but I'm having trouble with tooltips. In my line chart, I used: "mark" : {"type": "line","tooltip": true} to create my line marking on the chart layer. The issue is that I can only get tooltips to show if I hover my cursor directly over the line. This is unlike the default PBI line chart, where I can hover anywhere on the line chart, and I will still see the tooltip for the value that is at that x-axis point. The functionality in this image is what I'm talking about: Does anyone know if this is possible in Deneb? So far, I've been using Vega-Lite. Thank you!Solved5.7KViews0likes3Comments