随笔分类 -  HighCharts

摘要:有时候想实现鼠标在Series上移动的时候能够在Legend的Text上动态显示对应的值。可以在页面中添加如下代码(需要在该代码前引入highcharts.js)(function (H) { H.Series.prototype.point = {}; H.Chart.prototype... 阅读全文
posted @ 2015-08-18 10:18 Beta3.0 阅读(934) 评论(0) 推荐(0)
摘要:使用HighCharts下载图片的时候会弹出如下的对话框可以看到对话框显示从export.highcharts.com下载图片。查看highchart的js文件export.js可以看到defaultOptions.exporting={type:'image/png',url:'http://ex... 阅读全文
posted @ 2015-05-05 19:14 Beta3.0 阅读(2003) 评论(0) 推荐(0)
摘要:HtmlJavascript$(function () { var chart; var option={ chart: { renderTo:'container', plotBackgroundColor: null, ... 阅读全文
posted @ 2015-03-19 17:00 Beta3.0 阅读(2243) 评论(0) 推荐(0)