highcharts vs highstocks - compatible? - highcharts

I have a number of sites using highcharts and have a licence.
However, I've now been asked to implement 'flags' which are only available in highstocks.
So, if I 'upgrade' to highstocks, will my sites with highcharts continue working as before ?
Or, is there a workaround to create flags in highcharts ?

Highstock contains Highcharts. Simply replace highcharts.js with highstock.js and everything should works the same way.
About flags: you can try to use scatter series instead. Simply for marker use image.

Related

How to add highcharts to superset plugins

I want to add highcharts to superset.
And I found this plugin :"https://www.npmjs.com/package/#exentriq-dashboard/plugin-chart-exbar-highcharts"
but i don't kwon how to install it.
I tried like "https://superset.apache.org/docs/installation/building-custom-viz-plugins",but it do not work.
so I need help , thanks!

Rails Highcharts Heatmap

I'm looking at implementing a high charts heat map in my rails application, I have tried using script and gems PerfectlyNormal and Lazy Highcharts but just can't get anything working. I was wondering if anyone has had some success with heat maps and rails and might have any information to help guide me. I have been using the documentation here as reference.
According to the Lazy Highcharts wiki, included are files:
vendor/assets/javascripts/highcharts/highcharts.js
vendor/assets/javascripts/highcharts/highcharts-more.js
vendor/assets/javascripts/highcharts/modules/exporting.js
vendor/assets/javascripts/highcharts/adapters/mootools-adapter.js
vendor/assets/javascripts/highcharts/adapters/prototype-adapter.js
Meanwhile, to get heatmap, you required this file:
<script src="http://code.highcharts.com/modules/heatmap.js"></script>
So I guess that Lazy Highcharts doesn't support heatmap.

Highstock v3.0 how to disable tooltip timeout/delay

In Highstock version 3.0 the tooltip has a delay/timeout before it hides.
Is there a way to disable/reduce this delay/timeout?
I'm not able to find the API docs for the latest version # http://api.highcharts.com/highstock#tooltip
I hope there is an undocumented way of achieving this.
In Highcharts 3.0 set hideDelay in tooltip options, see: http://jsfiddle.net/3aUuS/
We will update docs soon.

Is export server ready to Highcharts V3?

Does anybody knows if Highcharts exporting server at export.highcharts.com is currently supporting Highcharts 3.0beta? I'm trying to send my bubble charts to it and it fails, and displays a common error...
Thanks for answers!
A small test on jsFiddle with my own Highcharts config, and I find : Highcharts export server seems to be strict on which characters are sent to it. And I was sending it some... strange... characters ; replacing them fixed the problem.
Hope it will be useful to others,
Thanks !

highchart not shown data graph

I have a really strange behavior with highchart (via rails plugin): The graph display without the graphlines but the data exists because when point to the graph it's show the little box with the data.
http://www.alderia.com/highchart1.png
When I open firebug, the lines in the graph appear...
http://www.alderia.com/highchart2.png
The thing is that the same thing happens with Chromium... so it's something not specific to firefox.
Highcharts line chart does not work with jQuery 1.7.
http://www.highcharts.com/documentation/changelog

Resources