Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi,
I have the follwoing problem: I am getting a color from my options using a colorpicker in my custom visual. Now I want to pass this colorvalue from my visual.ts file to my visual.less file so I can use it in this file. How do I achieve this?
Thanks in advance!
Solved! Go to Solution.
There's no way to pass value from TypeScript code to LESS.
As alternative you should generate an inline CSS style or apply your color to all of elements inline using JS (d3, jQuery).
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals
There's no way to pass value from TypeScript code to LESS.
As alternative you should generate an inline CSS style or apply your color to all of elements inline using JS (d3, jQuery).
Ignat Vilesov,
Software Engineer
Microsoft Power BI Custom Visuals