Charts: Difference between revisions

454 bytes added ,  30 March 2021
== Inner working ==
=== Algorithmic ===
The output files are HTML UTF8 format. All javascript is included in <script> tags so these are not pure javascript libraries. For each output file the javascript menu is written. When finished the Highcharts lib includes are written IF the modules are not meant to be used in the ''CumulusUtils'' [[Website Generator]].
For each chart the
 
When menu and includes are ready all required graphs are generated together with their data. Code generation and data selection is a one pass process.
 
=== Defaults and Language ===