| " + - `${timeFormatter(d.value)}` + - ' | ||
| ` + - '' + - ' | ' + - `${key} | ` + - `${valueFormatter(series.value)} | ` + - '
| " + - `${timeFormatter(d.value)}` + - ' | |||
| Category | Value | % to total | |
| ${series.key === 'TOTAL' ? '' : '◼'} | ` + - `${key} | ` + - `${valueFormatter(series.value)} | ` + - `${((100 * series.value) / total).toFixed(2)}% | ` + - '
| " + - `${tooltipTitle}` + - ' | ||
| " + - ` | ` + - `${key} | ` + - `${yFormatter(series.value)} |
| " + - `${tooltipTitle}` + - ' | ||
| " + - ` | ` + - `${label} | ` + - `${yFormatter(series.value)} |
| ` + - `${point[entity]} (${point.group})` + - ' |