ChartsCompiler: Difference between revisions

m
(One intermediate revision by the same user not shown)
There are principally no translations associated with these charts because the user writes his own text (titles), the Y-axis have been translated already section [website] or [general] and only when new axis arrive new translations will be needed.
 
The legend words,of becausethe thosecompiler charts however may require some user action. Because the legend areis formed by the reserved words of the plotvariables, havesome a languageof filewhich entrymay be created by the user, sectionthe [compiler].descriptions Ifof the userslegend wishesmay tobecome translatesomewhat thoseincomprehensible (givefor anotherthe wording)unknown hewebsite canuser. findTherefore, thosethe legend descriptions get their own termsentries in the language file underin the section Compilercompiler. You can use those entries for translation and/or change of description.
 
== Operation ==
 
=== When using the CDL OUTPUT spec ===
For every OUTPUT specification in the definition file an output is created containing all charts defined from that point, including the chart on which it was defined. ''cumulusutilscumuluscharts.txt'' will always be created which means at least the first chart will be in there. ''cumulusutilscumuluscharts.txt'' will be used to fill the Home button in the CumulusUtils website.
 
So:
#An output spec ''file1.txt'' for the first chart will create ''cumulusutilchartscumuluscharts.txt'' containing the first chart and a ''file1.txt'' also containing the first chart but also the subsequent charts.
#An output spec ''file2.txt'' for the third chart will create chart 1 and 2 in ''file1.txt'' and chart 3 in ''file2.txt''.
#An output spec ''file3.txt'' for the last and eighth chart will create chart 3,4,5,6,7 in ''file2.txt'' and chart 8 in ''file3.txt''