Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| 3400_how_to:0300_charts [2026/08/13 00:55] – ↷ Page moved from docs:3400_how_to:0300_charts to 3400_how_to:0300_charts localdev | 3400_how_to:0300_charts [2026/08/13 07:43] (current) – Imported by DokuWiki Advanced Plugin aware_support3 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Charts ====== | ====== Charts ====== | ||
| - | {{indexmenu>docs:3400_how_to:0300_charts# | + | ===== How to ... ===== |
| + | |||
| + | < | ||
| + | |||
| + | <anchor id=" | ||
| + | < | ||
| + | The best way to show charts is to define a query that would retrieve data for charts and then select “Chart” as the presentation option for this query. This is explained in the “[[2500_config_apps: | ||
| + | |||
| + | It is also possible to define charts in presentation and reports. Such charts will be displayed as static images. | ||
| + | </ | ||
| + | |||
| + | <anchor id=" | ||
| + | < | ||
| + | To add support for Gantt chart in your application you need to do the following: | ||
| + | |||
| + | - Add some predefined business objects to your application that represent Gantt tasks, dependencies and allocated resources | ||
| + | - Add business rules and process to create and process instances of these objects | ||
| + | - Add a query that finds tasks and displays them and related dependencies as a Gantt chart | ||
| + | To add predefined business objects to your application select the Business Objects node in the tree, right click and select the '' | ||
| + | |||
| + | After this you need to define rules and processes that will create and manage tasks and related dependencies. | ||
| + | |||
| + | Finally you need to define a query to find task objects and display them as a Gantt chart. When a query looks for task objects // | ||
| + | |||
| + | {{page>:5000_videos:320_gantt_charts& | ||
| + | . | ||
| + | </ | ||
| + | |||
| + | <anchor id=" | ||
| + | < | ||
| + | You can either use “chart report elements” or use images of online charts. For the description of the chart report elements please refer to the documentation of [[2000_concepts: | ||
| + | |||
| + | - Define a query to display your chart (see [[2500_config_apps: | ||
| + | - When defining chart properties of the query specify a unique id of the chart (can be any string) | ||
| + | - Define an attribute of the Picture type in some object to store the image of the chart | ||
| + | - Create a document template that would use this attribute in a tag expression, for example <code aim><< | ||
| + | - Write a process that will save the image of the chart in this attribute using the '' | ||
| + | DISPLAY DOCUMENT 'My template using chart image' </ | ||
| + | </ | ||
| + | |||
| + | </ | ||