Hi All,
I am working with vega charts and want to achieve a tool-tip on hover over the labels of x-axis of the chart, which I achieved using encode property.
For reference you can see the below code in screenshot and the corresponding output in vega editor.
The problem here I am facing is with the placement of the tool-tip. My requirement here is that I want to show the tool-tip container above the x-axis label.
So basically is there a way to handle the placement of the tool-tip (i.e., top, right, left, bottom)?