You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! I am using the @sgratzl/chartjs-chart-boxplot plugin to implement a boxplot.
Questions:
When hovering over an outlier in the boxplot, I would like to display both the index of the corresponding row and the value of the outlier in the tooltip. Is there a way to achieve this?
Is it possible to modify the summary statistics displayed when hovering over the box plot (e.g., min, max, median) to display time units (e.g., 1h 23m 06s)? If yes, could you please guide me on how to implement this?
Thank you in advance for your help!
The text was updated successfully, but these errors were encountered:
take a look at how chart.js supports customizing the tooltip. In addition, this plugin injects additional data for outliers tooltips in the data model:
Hello! I am using the @sgratzl/chartjs-chart-boxplot plugin to implement a boxplot.
Questions:
Thank you in advance for your help!
The text was updated successfully, but these errors were encountered: