mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 21:00:45 +00:00
Change tooltip to have value after colon, not in parens
This commit is contained in:
@ -62,7 +62,7 @@ export const options = {
|
|||||||
{
|
{
|
||||||
if(context.dataset.label.startsWith(context.label))
|
if(context.dataset.label.startsWith(context.label))
|
||||||
{
|
{
|
||||||
return `${context.label} (${context.formattedValue})`;
|
return `${context.label}: ${context.formattedValue}`;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user