You are here

highcharts.libraries.info in HighchartTable 7

name = Highcharts JS
description = Defines the files that comprise the Highcharts JS library
core = 7.x

vendor url   = http://www.highcharts.com
download url = http://www.highcharts.com/download

; We don't care what version number is used, but the Libraries module
; insists on finding one somewhere. With Highcharts the version number is
; amongst the first 10 or so lines of the highcarts.js file.
; It's usually on a line like: "Highcharts JS v4.0.4"
version arguments[file] = js/highcharts.js
version arguments[pattern] = @[Vv]([0-9\.]+[\-a-z]*)@
version arguments[lines] = 10

; Files are relative to the lib path, i.e. sites/all/libraries/highcharts
files[js][] = js/highcharts.js

File

libraries/highcharts.libraries.info
View source
  1. name = Highcharts JS
  2. description = Defines the files that comprise the Highcharts JS library
  3. core = 7.x
  4. vendor url = http://www.highcharts.com
  5. download url = http://www.highcharts.com/download
  6. ; We don't care what version number is used, but the Libraries module
  7. ; insists on finding one somewhere. With Highcharts the version number is
  8. ; amongst the first 10 or so lines of the highcarts.js file.
  9. ; It's usually on a line like: "Highcharts JS v4.0.4"
  10. version arguments[file] = js/highcharts.js
  11. version arguments[pattern] = @[Vv]([0-9\.]+[\-a-z]*)@
  12. version arguments[lines] = 10
  13. ; Files are relative to the lib path, i.e. sites/all/libraries/highcharts
  14. files[js][] = js/highcharts.js