CTT - Chart
From PlcWiki
(Difference between revisions)
m (→Konfigurace indexu) |
m (→Konfigurace grafů) |
||
Line 21: | Line 21: | ||
== Konfigurace grafů == | == Konfigurace grafů == | ||
+ | |||
+ | Konfigurace viz amCharts. | ||
+ | |||
+ | Rozšíření konfigurace pro potřeby aplikace: | ||
+ | |||
+ | <pre> | ||
+ | "chartHeight": "128px", | ||
+ | "configLabel": "AVAILABILITY", | ||
+ | "storage": "ctt", | ||
+ | "transform": "", | ||
+ | "template": "call chart_availability('$from', '$to', '$Sensor', '$Sender')", | ||
+ | "params": [{"name":"Sensor","type":"text","value":""},{"name":"Sender","type":"text","value":""}], | ||
+ | </pre> | ||
== Uživatelská nastavení == | == Uživatelská nastavení == |
Revision as of 10:00, 13 January 2015
Contents |
Instalace
Verze jsou ke stažení v maven [repository]
Aplikace je distribuována formou web archivu pro server Tomcat.
Konfigurace indexu
Aplikace startuje s předem definovaným výčtem grafů (default URL parametr index=index).
{ "autoplay":true, "storage":"ctt", "query":"call chart_index_availability('$sender')", "index":[], "indexDetail":"index-detail", "cols":2 }
Konfigurace grafů
Konfigurace viz amCharts.
Rozšíření konfigurace pro potřeby aplikace:
"chartHeight": "128px", "configLabel": "AVAILABILITY", "storage": "ctt", "transform": "", "template": "call chart_availability('$from', '$to', '$Sensor', '$Sender')", "params": [{"name":"Sensor","type":"text","value":""},{"name":"Sender","type":"text","value":""}],