openstream / open-social-media-monitoring

Open Source Social Media Monitoring Suite
http://openstream.github.com/open-social-media-monitoring/
128 stars 54 forks source link

Highcharts not working properly #14

Open Happy-Ferret opened 12 years ago

Happy-Ferret commented 12 years ago

Perhaps someone could assist me with my endeavour of updating OSMM.

One of my current top priorities is fixing the highgraph chart. As you can see on the screenshot, only one out of three charts actually gets projected (the two others would be Microsoft and Apple in this particular query)

http://img827.imageshack.us/img827/3599/14203828.png

Anyone got a solution to this?

gilibaus commented 11 years ago

After many adjustments and much help from Tim, I finally got OSMM working....except for the highcharts. The daily cron-job works fine, the numbers are there, but no chart is shown. This way OSMM is almost useless. Any plans to fix this issue? Thanks very much.

gilibaus commented 11 years ago

Ok fixed it. In the original templates/default/default/result/head.phtml file, the script refers to jquery-1.8.1.min.js but in the downloadable zip file there is jquery-1.4.2.min.js. After editing the head file, Highcharts is now working allright.