1
0
قرینه از https://github.com/matomo-org/matomo.git synced 2025-08-21 22:47:43 +00:00
Files
matomo/plugins/UserCountry/templates/getDistinctCountries.twig
dizzy 9c5d215e4f [Vue] remove angularjs use from UserCountry (#19381)
* make Sparkline component work more like sparkline twig macro

* move contents of twig templates that use angularjs to vue components

* built vue files

* add missing translations

* update expected screenshots

* fix numeric conversion

* remove use of html_attr and remove duplicate translation tokens

* add explicit height/width to match dimensions before for distinct countries

* update expected screenshots

Co-authored-by: sgiehl <stefan@matomo.org>
2022-07-28 11:49:05 +02:00

6 خطوط
212 B
Twig

<div
vue-entry="UserCountry.GetDistinctCountries"
url-sparkline-countries="{{ urlSparklineCountries|json_encode }}"
number-distinct-countries="{{ (0 + numberDistinctCountries)|json_encode }}"
></div>