chart within tooltips
Is possible to display a chart in the tooltips ?
Like a drilldown chart which is shown at tooltips.
I have try a few simple solution with it :
1. I'm set useHTML option to TRUE, and applying <iframe> syntax. So basically, i make 2 chart.
2. I'm set useHTML option to TRUE, and applying <img> syntax. So i have 1 Chart & 1 Image.
What I dislike from my method :
Method 1. I cannot customize tooltips size.
Method 2. I will have a chart image, not an interactive chart
-
You can customize the tooltip size by giving the content a fixed size: http://jsfiddle.net/highcharts/zbVRT/
This means you should be able to use method one. Even better, I think, would be that you generate a chart directly into the div in the tooltip. It should run faster.