github graphieros/vue-data-ui v2.2.10

latest releases: v3.1.4, v3.1.3, v3.1.2...
15 months ago

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)

Don't miss a new vue-data-ui release

NewReleases is sending notifications on new releases.