This release adds tooltip config options to style its border, on all charts bearing tooltips.
New attributes in the tooltip config object:
{
...,
borderRadius: number; // default: 4
borderColor: string; // default: "#e1e5e8"
borderWidth: number; // default: 1
}
VueUiQuickChart
tooltip options are named differently:
{
...,
tooltipBorderRadius,
tooltipBorderColor,
tooltipBorderWidth
}
Reminder: these new config attributes impact the default tooltip. To make your own tooltip, you can use the customFormat tooltip config option (all explained in the docs, and on v2.0.6 release)