Initially, when you hover over a section of the graph, the x/y axis values are displayed as default. However, we've enhanced the plot's capabilities to offer customizable hover text on the graph for all the plots. For example, now when you hover over a block of the heatmap, the hover text will appear based on the template defined as hovertemplate_display_pattern.
NOTE:
For the violin plot, the hover_template_displaypattern will only get applied to the scatter plot inside the violin plot(i.e. on hovering the datapoints) and not on the violin plot and the box plot.
If one value or all values mentioned in the hovertemplate_display_pattern is missing then also it will show the custom hover text the values that are available. For instance, if the hovertemplate_display_pattern is Gene ID: {{{$url_parameters.Gene.data.NCBI_Ge}}} where NCBI_Ge is not a valid key then it will just display Gene ID on hover.
Initially, when you hover over a section of the graph, the x/y axis values are displayed as default. However, we've enhanced the plot's capabilities to offer customizable hover text on the graph for all the plots. For example, now when you hover over a block of the heatmap, the hover text will appear based on the template defined as hovertemplate_display_pattern.
violin
plot, the hover_template_displaypattern will only get applied to the scatter plot inside the violin plot(i.e. on hovering the datapoints) and not on the violin plot and the box plot.hovertemplate_display_pattern
is missing then also it will show the custom hover text the values that are available. For instance, if thehovertemplate_display_pattern
isGene ID: {{{$url_parameters.Gene.data.NCBI_Ge}}}
whereNCBI_Ge
is not a valid key then it will just displayGene ID
on hover.