| Both sides previous revision Previous revision | |
| 3400_how_to:0300_charts [2026/08/13 07:33] – Imported by DokuWiki Advanced Plugin aware_support3 | 3400_how_to:0300_charts [2026/08/13 07:43] (current) – Imported by DokuWiki Advanced Plugin aware_support3 |
|---|
| |
| <anchor id="show_charts"> | <anchor id="show_charts"> |
| <accordion-item title="show charts" type="primary"> | <accordion-item title="show charts"> |
| 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:1100_add_edit_queries:0200_display_results|Displaying Query Results]]” section. The query should find instances of objects whose attributes provide data values for the X and Y-axis of the chart. Charts displayed this way will be dynamic – the user will be able to see the values of the points on the chart as he hovers the mouse over the data. He will also be able to click on the chart and start some operation (that you can define). | 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:1100_add_edit_queries:0200_display_results|Displaying Query Results]]” section. The query should find instances of objects whose attributes provide data values for the X and Y-axis of the chart. Charts displayed this way will be dynamic – the user will be able to see the values of the points on the chart as he hovers the mouse over the data. He will also be able to click on the chart and start some operation (that you can define). |
| |
| |
| <anchor id="add_gantt_chart_to_your_application"> | <anchor id="add_gantt_chart_to_your_application"> |
| <accordion-item title="add Gantt chart to your application" type="primary"> | <accordion-item title="add Gantt chart to your application"> |
| To add support for Gantt chart in your application you need to do the following: | To add support for Gantt chart in your application you need to do the following: |
| |
| |
| <anchor id="use_charts_in_reports"> | <anchor id="use_charts_in_reports"> |
| <accordion-item title="use charts in reports" type="primary"> | <accordion-item title="use charts in reports"> |
| 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:0900_prod_feats:0200_working_with_docs_reports|reports]]. To use images of online charts in your reports or documents do the following: | 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:0900_prod_feats:0200_working_with_docs_reports|reports]]. To use images of online charts in your reports or documents do the following: |
| |