school-administrarion/assets/plugin/chart/highcharts
kicap1992 b2a992e15a first commit 2024-05-07 19:49:43 +00:00
..
code first commit 2024-05-07 19:49:43 +00:00
css first commit 2024-05-07 19:49:43 +00:00
js first commit 2024-05-07 19:49:43 +00:00
lib first commit 2024-05-07 19:49:43 +00:00
modules first commit 2024-05-07 19:49:43 +00:00
themes first commit 2024-05-07 19:49:43 +00:00
._code first commit 2024-05-07 19:49:43 +00:00
._css first commit 2024-05-07 19:49:43 +00:00
._highcharts-3d.js first commit 2024-05-07 19:49:43 +00:00
._highcharts-3d.src.js first commit 2024-05-07 19:49:43 +00:00
._highcharts-more.js first commit 2024-05-07 19:49:43 +00:00
._highcharts-more.src.js first commit 2024-05-07 19:49:43 +00:00
._highcharts.js first commit 2024-05-07 19:49:43 +00:00
._highcharts.src.js first commit 2024-05-07 19:49:43 +00:00
._js first commit 2024-05-07 19:49:43 +00:00
._lib first commit 2024-05-07 19:49:43 +00:00
._modules first commit 2024-05-07 19:49:43 +00:00
._readme.txt first commit 2024-05-07 19:49:43 +00:00
._themes first commit 2024-05-07 19:49:43 +00:00
highcharts-3d.js first commit 2024-05-07 19:49:43 +00:00
highcharts-3d.src.js first commit 2024-05-07 19:49:43 +00:00
highcharts-more.js first commit 2024-05-07 19:49:43 +00:00
highcharts-more.src.js first commit 2024-05-07 19:49:43 +00:00
highcharts.js first commit 2024-05-07 19:49:43 +00:00
highcharts.src.js first commit 2024-05-07 19:49:43 +00:00
readme.txt first commit 2024-05-07 19:49:43 +00: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.