Is there a better way to create this ip in Altair? It doesn't feel very python-esque. Can I avoid the repetition of the alt.Tooltip? ('coin' is a str, 'usdValue' is numeric).
tooltip=[
alt.Tooltip("coin"),
alt.Tooltip("usdValue", format="$.3s", title="Valor"),
],
