Elena Martynova
Elena Martynova
If you have your own [API key](https://yandex.ru/dev/jsapi-v2-1/doc/en/) you can enable Yandex Map. Yandex Maps available in [release v1.11.0](https://github.com/datalens-tech/datalens/releases/tag/v1.11.0). See `How to enable Yandex Map` in [Read.me](https://github.com/datalens-tech/datalens/blob/main/README.md).
> Goal: Fast help for user to use charts > > 1. New function - Hint(content: Markup, body: Optional[Markup]) > When user hover hint body - he view hint box...
> An additional example of usage in a calculated field: SquareTextField = `Markup(SquareField, Hint(Markup("Formula is ", Bold("Pi * R * R"), ", where ", Bold("R"), " is", RadiusField), Bold("?"))` Could...