Forum Discussion
Anonymous
3 years agoNot applicable
Vega-lite Deneb: How to make labels more readable on bubble chart
I have a bubble chart on Power BI that I made using the Deneb visual in Vega-lite. I am new to Vega-lite so I'm still learning. I want each bubble to have a label with the title for that row. However...
dm-p
Super User
2 years agoHi Anonymous,
It's not currently possible in Vega-Lite, but Vega has a label transform that can be used to avoid overlapping text marks. Porting this to Vega-Lite is on the roadmap, but the developers have no ETA at this time. If this is something you need, then you'll need to convert your specification to use Vega rather than Vega-Lite.
Regards,
Daniel