Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to format yaxislabels like this. but it is not working. filament v2
'yaxis' => [
'show' => true,
'labels' => [
'formatter' => function ($value, $index) {
return '$' . number_format($value, 2);
},
'show' => true,
'style' => [
'colors' => '#9ca3af',
'fontWeight' => 100,
]
]
],
Beta Was this translation helpful? Give feedback.
All reactions