resource-procs.tcl

Support for the JavaScript/Typescrip Highcharts library- This script defines the following public procs: ::highcharts::resource_info ::highcharts::download

Location:
packages/highcharts/tcl/resource-procs.tcl
Created:
23 Oct 2022
Author:
Gustaf Neumann

Procedures in this file

Detailed information

highcharts::download (private)

 highcharts::download [ -version version ]

Download Highcharts in the specified version and put it into a directory structure similar to the CDN to support the installation of multiple versions.

Switches:
-version (optional)

Testcases:
No testcase defined.

highcharts::resource_info (public)

 highcharts::resource_info [ -version version ]

Get information about available version(s) of Highcharts, from the local filesystem, or from CDN.

Switches:
-version (optional)

Testcases:
No testcase defined.
[ show source ]