dm-p / powerbi-visuals-html-content

Visualise column or measure values as HTML in your Power BI reports. Intended as a spiritual successor to the OG HTML Viewer custom visual, with some extra stuff thrown in.
MIT License
85 stars 18 forks source link

[ENHANCEMENT] #100

Open walkmansun opened 1 year ago

walkmansun commented 1 year ago

Can users be allowed to modify HTML instead of being fixed and only able to do things inside the automatically generated div box? For example, I want to create an SVG diagram across boxes (such as a dynamic flowchart), and then apply the generated div tags separately for each process to interact with other external components

Recently, I have been searching for HTML or SVG components that can support the use of metrics, and can also add attributes such as ID, which can be bound to PBI fields through ID and interact with other components

If this component supports fully customizable HTML and I apply DIV to a specific location, class ID, etc. to interact with external components, it would be a great thing