Charts: Difference between revisions

454 bytes added ,  08:10, 30 March 2021
Line 76: Line 76:
== Inner working ==
== Inner working ==
=== Algorithmic ===
=== Algorithmic ===
For each chart the  
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]].
 
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 ===
=== Defaults and Language ===