kurir-server/assets/plugin/chart/highcharts
Kicap 580ccbfd0d fistcommit 2025-03-21 04:09:18 +08:00
..
code/js/modules fistcommit 2025-03-21 04:09:18 +08:00
css fistcommit 2025-03-21 04:09:18 +08:00
js fistcommit 2025-03-21 04:09:18 +08:00
lib fistcommit 2025-03-21 04:09:18 +08:00
modules fistcommit 2025-03-21 04:09:18 +08:00
themes fistcommit 2025-03-21 04:09:18 +08:00
highcharts-3d.js fistcommit 2025-03-21 04:09:18 +08:00
highcharts-3d.src.js fistcommit 2025-03-21 04:09:18 +08:00
highcharts-more.js fistcommit 2025-03-21 04:09:18 +08:00
highcharts-more.src.js fistcommit 2025-03-21 04:09:18 +08:00
highcharts.js fistcommit 2025-03-21 04:09:18 +08:00
highcharts.src.js fistcommit 2025-03-21 04:09:18 +08:00
readme.txt fistcommit 2025-03-21 04:09:18 +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.