We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0745935 commit a61b7a5Copy full SHA for a61b7a5
resources/views/components/metric.blade.php
@@ -33,7 +33,7 @@
33
document.addEventListener('alpine:init', () => {
34
Alpine.data('chart', () => ({
35
metric: {{ Js::from($metric) }},
36
- period: {{ Js::from($metric->defaultView) }},
+ period: {{ Js::from($metric->default_view) }},
37
points: [
38
[],
39
0 commit comments