Paulo
June 11, 2024, 11:52pm
4
Hi @mishra , in Retool, DOM methods are whitelisted. The only way to interact with the chart is by using Plotly. Here is an example of something similar to your use case:
I've been trying to figure out how to add some simple text data labels over the top of each bar in a bar chart (or heck, any chart for that matter)...can someone please help? I've been at this for 2 hours and have gotten no where...
I think that this code is included by default for 'hovermode' or whatever that is, is screwing up anything i try, but i'm not really sure where to begin:
"hovermode": "closest",
"hoverlabel": {
"bgcolor": "#000",
"bordercolor": "#000",
"font": {
"color": "#fff"…