标签:图片 link UNC art google 标签 for category containe
$(function () { var categoryLinks = { ‘Foo‘: ‘http://www.google.com/search?q=foo‘, ‘Bar‘: ‘http://www.google.com/search?q=foo+bar‘, ‘Foobar‘: ‘http://www.google.com/serach?q=foobar‘ }; $(‘#container‘).highcharts({ xAxis: { categories: [‘Foo‘, ‘Bar‘, ‘Foobar‘], labels: { formatter: function () { return ‘<a href="‘ + categoryLinks[this.value] + ‘">‘ + this.value + ‘</a>‘; } } }, series: [{ data: [29.9, 71.5, 106.4] }] }); });
标签:图片 link UNC art google 标签 for category containe
原文地址:https://www.cnblogs.com/sily-boy/p/9875033.html