If only! But it won't display the same in Automations currently 😥
A workaround in the meantime, while less ideal, is a formula using REPT()
Here's a simple example:
It uses the following formula:
REPT(“█”,{Vote Count})
Where ‘Vote Count’ is a Count field for every linked Poll Entry submitted.
Edit:
Note this is the formula for the graph only while the combined ‘Vote Graph’ field shown in the embedded grid view above is another formula which combines the Vote Count and Graphs together.
Edit2:
I added these equations to the ‘Vote Graph’ description so anyone can see this in the embedded grid view now.