قرینه از
https://github.com/matomo-org/matomo.git
synced 2025-08-21 22:47:43 +00:00

* 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>
6 خطوط
212 B
Twig
6 خطوط
212 B
Twig
<div
|
|
vue-entry="UserCountry.GetDistinctCountries"
|
|
url-sparkline-countries="{{ urlSparklineCountries|json_encode }}"
|
|
number-distinct-countries="{{ (0 + numberDistinctCountries)|json_encode }}"
|
|
></div>
|