Closed (fixed)
Project:
Charts
Version:
7.x-2.0-beta5
Component:
Highcharts integration
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2013 at 16:48 UTC
Updated:
4 Jul 2015 at 21:29 UTC
Jump to comment: Most recent
Comments
Comment #1
surikato commentedI had this error, too.
Notice: Undefined index: version in charts_highcharts_library() (line 28 of testenviron/sites/all/modules/charts/modules/charts_highcharts/charts_highcharts.module).
After I read the readme.txt and followed the instruction to install highcharts, the error disappeared.
####### readme.txt #######
If you decide to use the Highcharts library, you'll need to first install the
Libraries module for Drupal: https://drupal.org/project/libraries
Then you'll need to download Highcharts and place it in sites/all/libraries
directory. The highcharts.js file should be located at:
sites/all/libraries/highcharts/highcharts.js. You will also need to remove a
directory called "exporting-server" within the Highcharts download. This
directory contains sample code for exporting charts that may compromise the
security of your site. The module will throw an error if this directory is left
in place.
Comment #2
quicksketchThanks @surikato. I think you're right. The notices from Webform seem unrelated.
Comment #3.0
(not verified) commentedEdited path
Comment #4
mlhyyl commentedThanks, did the magic.