Translation not up to date
The translation of this page does not represent the latest version. For the latest updates, see the English version of the documentation.
Last updated: 04. 7. 2023
Pomocí uzlu Grafy můžete spustit tvůrce grafů a vytvořit definice grafů pro uložení s vaším tokem. Poté, když spustíte uzel, se vygeneruje výstup grafu.
Příklad
dvcharts_node = modeler.script.stream().createAt("dvcharts", "Charts", 390, 262)
dvcharts_node.setPropertyValue("chart_definitions", [["pie", "Ricky", "{\"type\":\"pie\",\"title\":\"pt\",\"subtitle\":\"sub1\",\"footnote\":\"footnote1\",\"categoriesField\":\"Sex\",\"summaryMethod\":\"count\",\"valuesField\":\"Age\",\"pieStyle\":\"normal\",\"locale\":\"en\",\"showToolbox\":true,\"__version\":\"2.2\"}", ["Sex"]]])
dvcharts vlastnosti |
Datový typ | Popis vlastnosti |
---|---|---|
chart_definition |
list |
Seznam definic grafů, včetně typu grafu (řetězec), názvu grafu (řetězec), šablony grafu (řetězec) a použitých polí (seznam názvů polí), |