Hi,
Thanks for developing Altair! Finally a great tool for visualization using the grammar of graphics in python! I am really having a lot of fun with it!
I am visualizing a map using mark_geoshape. I am adding points to the map using mark_point, and corresponding labeling text using mark_text. I have two issues:
x = "longitude:Q", y = "latitude:Q" both in mark_point and mark_text. As an example, see the distance between the green dot and the green text in the figure attached;Thank you very much again for such a great tool!
Serena

No, I'm not aware of any functionality to automatically prevent text overlap. It would be worth a feature request in Vega-Lite.
@domoritz I think in theory this would be addressed by https://github.com/vega/vega-label, right? Are there plans to just integrate that work into the core vega story?
Yes and yes. We are working on getting it into Vega and then Vega-Lite. I can't promise a release date yet, though.
Looking forward!!!
@chanwutk
Yes, we are working on getting Vega-Label shipped in Vega. The plan is, then, to add the feature to Vega-Lite. :)
This feature was implemented? I have a similar problem on my plots.

No, it has not been implemented yet as far as I am aware.
It has been implemented and we are in the process of releasing the feature in Vega. The code is already in master at https://github.com/vega/vega/tree/master/packages/vega-label. Once we have support in Vega, we can support it in Vega-Lite as well. I can't promise a release date yet but it's coming. Thanks for your patience. It's a big feature to add with a lot of moving parts.
Ok! Thank you for the reply
:)
That's a great piece of news! Thanks and looking forward!
Most helpful comment
It has been implemented and we are in the process of releasing the feature in Vega. The code is already in master at https://github.com/vega/vega/tree/master/packages/vega-label. Once we have support in Vega, we can support it in Vega-Lite as well. I can't promise a release date yet but it's coming. Thanks for your patience. It's a big feature to add with a lot of moving parts.