-
Notifications
You must be signed in to change notification settings - Fork 14
Plugin_ColorSchemes
Plugin_ColorSchemes
This class contains the properties related to the chart.js colorschemes plugin script.
The following sections contain a detailed description of the properties and methods.
Calling this method saves the colorschemes plugin in the path of the database.
BAC.Scripts.Plugin_ColorSchemes.SavePluginToDisk
--
With this property you pass the url of the cdn of the colorschemes plugin.
https://cdn.jsdelivr.net/npm/chartjs-plugin-colorschemes
BAC.Scripts.Plugin_ColorSchemes.CDN = "https://cdn.jsdelivr.net/npm/chartjs-plugin-colorschemes"
With this property you pass the path to the colorschemes plugin.
CurrentProject.Path & "\chartjs-plugin-colorschemes.min.js"
BAC.Scripts.Plugin_ColorSchemes.PathFilename = CurrentProject.Path & "\chartjs-plugin-colorschemes.min.js"
With this property you can specify where the colorschemes plugin file is located.
Possible values are:
- CDN
- LocalFile
When you choose "CDN" then the url in the property CDN is inserted to the html file.
When you choose "LocalFile" then the path and file name in the property PathFilename is inserted to the html file.
CDN
BAC.Scripts.Plugin_ColorSchemes.Source = chScriptSource.CDN