highslide and highchart

 ̄綄美尐妖づ 提交于 2019-12-19 11:52:33

问题


am building highcharts and highstock and i will put them in to a page as small charts then to click on it so it will expand (highslide) but the code is not working

this is one of the charts http://www.nourhammoury.com/silvercot.php

am adding the code like in this example here http://www.highcharts.com/studies/with-highslide.htm but its not working at all

can anyone help

thanks


回答1:


Its not possible to show complete slide show in high slide ... But its can possible I achieved solution that is using zoom in css initially i put zoom in for all divs and when click on div its zoom out. And also write some slideshow event manually.

Sample code in : http://sdrv.ms/17sUIR7




回答2:


Please see this demo: http://jsfiddle.net/roadrash/GqhEX/ Study the js code thoroughly.
Note that the Highslide files must be included in the head section of the page.

<script type='text/javascript' src="http://highcharts.com/highslide/highslide-full.min.js"></script>
<script type='text/javascript' src="http://highcharts.com/highslide/highslide.config.js"></script>
<link rel="stylesheet" type="text/css" href="http://highcharts.com/highslide/highslide.css"/>


来源:https://stackoverflow.com/questions/15173339/highslide-and-highchart

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!