Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

BobaFett's avatar

Spark | Show metrics in another view, no data showing.

I would like to display the metrics in another view.

This shows the metrics but it doesn't display the data like in the kiosk. @include('spark::kiosk.metrics')

What do I need to add to pull in the data?

Thanks in advance.

0 likes
1 reply
EventFellows's avatar

You need to make sure all relevant vue components are also loaded (or to be more precise the methods, computed properties, etc from those vue components that are relevant) .

So it might be the <spark-kiosk-metrics :user="user" inline-template> from the \resources\views\vendor\spark\kiosk\metrics.blade.php I would suspect.

Make sure you do not forget the closing </whatever-the-name-is>.

Please or to participate in this conversation.