Skip to content
Commit 46249195 authored by Miguel Rincon's avatar Miguel Rincon 💬
Browse files

feat(GlLineChart): Defines a #tooltip-value slot

This change adds a new `#tooltip-value` which can be used to format
individual values in the tooltip of a line chart.

Usage:

Given a `format()` function, the tooltip can be formatted like this:

```vue
<gl-line-chart>
  <template #tooltip-value="{value}">{{format(value)}}</template>
</gl-line-chart>
```
parent a5551222
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment