traffic-counter/assets/plugin/chart/highcharts
kicap 28eebbe33a added flask framework with video processing 2024-03-02 08:45:00 +08:00
..
code/js/modules added flask framework with video processing 2024-03-02 08:45:00 +08:00
css added flask framework with video processing 2024-03-02 08:45:00 +08:00
js added flask framework with video processing 2024-03-02 08:45:00 +08:00
lib added flask framework with video processing 2024-03-02 08:45:00 +08:00
modules added flask framework with video processing 2024-03-02 08:45:00 +08:00
themes added flask framework with video processing 2024-03-02 08:45:00 +08:00
highcharts-3d.js added flask framework with video processing 2024-03-02 08:45:00 +08:00
highcharts-3d.src.js added flask framework with video processing 2024-03-02 08:45:00 +08:00
highcharts-more.js added flask framework with video processing 2024-03-02 08:45:00 +08:00
highcharts-more.src.js added flask framework with video processing 2024-03-02 08:45:00 +08:00
highcharts.js added flask framework with video processing 2024-03-02 08:45:00 +08:00
highcharts.src.js added flask framework with video processing 2024-03-02 08:45:00 +08:00
readme.txt added flask framework with video processing 2024-03-02 08:45:00 +08:00

readme.txt

This directory contains generated source code.

WHAT FILES TO USE
- The files for classic mode are available in the /code folder. In this mode, 
  styles are set as options in the chart configuration.
- The JavaScript files for styled mode are available under the /code/js/ folder.
  In these files, most presentational code is removed, so without styling it
  will draw an ugly black-and-white chart if anything.
- The default CSS file for styled mode is available as /code/css/highcharts.css.
  This CSS is in turn based on a SCSS file, highcharts.scss that can be found
  in the Highcharts GitHub repo.