It is possible to add a footer to an Altair graph?
I've been looking for options but I only found the text
and subtitle
title properties().
Here's my plot code (from a concatenated graph)
mobility_colima.configure_axis(
labelFontSize=7,
titleFontSize=7
).properties(
title={
"text":["Movilidad en CDMX"],
"subtitle": ["Jay Ballesteros (@jballesterosc_)"],
}
)
Here's the output where I'll like to add a footer: