META Tag Configuration
|
META tags must be included in the page header (between <head></head>), should be placed before the <script> tag which imports the EJSChart.js library and are formatted as follows:
<meta name="OPTION-NAME" content="OPTION-VALUE"/>
The options described below affect the loading/initialization stage of the library.
ejsc-src-path
Specifies the base path of the EJSChart.js and other library files. Setting this option is sometimes necessary when the library cannot find the <script> tag in the page header due to dynamic loading or inclusion in the <body> of the page.
META "content" attribute: Path to directory containing EJSChart files, i.e. content="/EJSChart/"
ejsc-auto-load-support-files
Specifies whether the library should automatically load its supporting .js and .css files. This option can be turned off to allow for manual inclusion of the necessary files when site organization necessitates the placing of all .css, .js and images in separate files.
META "content" attribute: true or false, i.e. content="false"
The default, if this tag is not included, is true.
We recommend keeping all EJSChart related files in their original directory structure as version upgrades will be much less work.
ejsc-v1-compatibility
Automatically loads the compatibility file. Additional information is available here.
META "content" attribute: true or false, i.e. content="true"
The default, if this tag is not included, is false. |