mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
fix(editor): Insights FE fixes and improvements (#14398)
Co-authored-by: r00gm <raul00gm@gmail.com>
This commit is contained in:
@@ -52,7 +52,7 @@ export const generateLineChartOptions = (
|
||||
callbacks: {
|
||||
label(context: ScriptableContext<'line'>) {
|
||||
const label = context.dataset.label ?? '';
|
||||
return `${label} ${smartDecimal(context.parsed.y)}`;
|
||||
return `${label} ${smartDecimal(context.parsed.y).toLocaleString('en-US')}`;
|
||||
},
|
||||
labelColor(context: ScriptableContext<'line'>) {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user