Git commit 8fbb906c9db28e010f66cc4c422ae33221c3e04f by Dag Andersen. Committed on 18/10/2022 at 07:40. Pushed by danders into branch 'master'.
Documentation: Improve description of how to add a chart to report template M +- -- data/ReportTemplateAssistant.odt M +2 -0 doc/plan/creatingodtreporttemplates.docbook https://invent.kde.org/office/calligraplan/commit/8fbb906c9db28e010f66cc4c422ae33221c3e04f diff --git a/data/ReportTemplateAssistant.odt b/data/ReportTemplateAssistant.odt index eae5f2db..0a3e02be 100644 Binary files a/data/ReportTemplateAssistant.odt and b/data/ReportTemplateAssistant.odt differ diff --git a/doc/plan/creatingodtreporttemplates.docbook b/doc/plan/creatingodtreporttemplates.docbook index 7028dadd..ab415844 100644 --- a/doc/plan/creatingodtreporttemplates.docbook +++ b/doc/plan/creatingodtreporttemplates.docbook @@ -1231,6 +1231,8 @@ <sect3 id="chart"><title>Chart</title> <para>Use by placing a variable with name chartX (X=some text to make the variable name unique) with a value project before the chart that shall be used. </para> + <para>Note that the chart must be “anchored as character” or else the report generator cannot find it. + </para> <para>The variable has this format: </para> <para>Variable: <varname>Name: chartX (X=some text) Value: project; values=<replaceable>data</replaceable>;</varname>
