Would be nice if we could change the 5 (6 if boxmean=TRUE) hoverinfo texts of Plotly's boxplots to custom values.
#2094 seems to introduce the text attribute for the individual data points in boxplots. An additional boxtext attribute for the aggregate summary statistics (min, lower quartile, median, mean, upper quartile, max) hoverinfo texts would be awesome.
This seems to become even more relevant when other whisker options get intoduced as proposed in #277. To give viewers an idea of what the values of the boxplot actually depict, the boxtext attribute could then be set to an adequately explanatory character vector.
Might be related: #1642
Would be nice if we could change the 5 (6 if
boxmean=TRUE) hoverinfo texts of Plotly's boxplots to custom values.#2094 seems to introduce the
textattribute for the individual data points in boxplots. An additionalboxtextattribute for the aggregate summary statistics (min, lower quartile, median, mean, upper quartile, max) hoverinfo texts would be awesome.This seems to become even more relevant when other whisker options get intoduced as proposed in #277. To give viewers an idea of what the values of the boxplot actually depict, the
boxtextattribute could then be set to an adequately explanatory character vector.Might be related: #1642