Translations:SVG-Dashboards/37/en: различия между версиями

Материал из Wiren Board
(Новая страница: «You can add arbitrary text to the value, for example, the unit of measure: <syntaxhighlight lang="javascript"> val + '°C' </syntaxhighlight>»)
 
(нет различий)

Текущая версия на 12:53, 4 августа 2023

Определение сообщения (SVG-Dashboards)
К значению можно добавить произвольный текст, например, единицу измерения:
<syntaxhighlight lang="javascript">
val + ' °C'
</syntaxhighlight>

You can add arbitrary text to the value, for example, the unit of measure:

 
val + '°C'