Any chart configuration

0
How to show the value of “text” same as  “hoverinfo” How to get the x and y axis values at “text”
asked
1 answers
1

Hi Vasanthi,

You can use ‘texttemplate’ for dynamic values.

f.e.:

{
	"textposition": "auto",
	"texttemplate": "<b>%{x}</b>",
	"textfont": {
		"color": "white"
	},
	

Will have a white bold text including the X value.

GL!

answered