mirror of
https://github.com/Kingsrook/qqq-frontend-material-dashboard.git
synced 2025-07-17 12:50:43 +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))
|
||||
{
|
||||
return `${context.label} (${context.formattedValue})`;
|
||||
return `${context.label}: ${context.formattedValue}`;
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user