We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a17c78 commit 10828ccCopy full SHA for 10828cc
app/Livewire/Chart/BaseLinkVisitChart.php
@@ -43,13 +43,15 @@ protected function getData(): array
43
'backgroundColor' => 'rgba('.Color::Blue[400].', 0.5)',
44
'borderColor' => 'rgb('.Color::Blue[400].')',
45
'fill' => true,
46
+ 'tension' => 0.4,
47
],
48
[
49
'label' => 'Visitors',
50
'data' => $this->chartData(visitor: true),
51
'backgroundColor' => 'rgba('.Color::Emerald[400].', 0.7)',
52
'borderColor' => 'rgb('.Color::Emerald[400].')',
53
54
55
56
57
'labels' => $this->chartLabel(),
0 commit comments