Highstock v3.0 how to disable tooltip timeout/delay - highcharts

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.

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!

is Dumbell.js supporting with previous version of highchart?

In our application we are using Highchart version v7.0.0 and can not upgrade it right now. I want to create a dumbell chart and adding Dumbell.js but is is not working for me.
So how we can tackle this issue ?
As you can see in the current version the dumbell series works totally fine.
Demo: https://jsfiddle.net/gh/get/library/pure/highcharts/highcharts/tree/master/samples/highcharts/demo/dumbbell
All you need to do is import the dumbell module:
<script src="https://code.highcharts.com/modules/dumbbell.js"></script>

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.

highcharts vs highstocks - compatible?

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.

Propagate click from tooltip to point

How do I re-enable click on a point that have a tooltip above that point?
In previous version 2.3.2 click on a tooltip that is above that point, the event propagates to the point and the event is fired. How do I get that in version 3.0.4?
Demo version 3.0.4: http://jsfiddle.net/WSPaV/
Demo version 2.3.2: http://jsfiddle.net/WSPaV/13/
It is related with this topic https://github.com/highslide-software/highcharts.com/issues/1413 so I added comment about your situation.

Resources