Highcharts类型标志与自定义图例图标

时间:2016-09-08 07:29:31

标签: highcharts

我尝试制作类似的东西

on a windows 7 machine

我有一面旗帜和它的传说相同的文字。但似乎自定义传奇并不适用于旗帜。这是对的吗?

  type: 'flags',
    onSeries: 'resources',
    name: change.get('name'),
    colorByPoint: false,
    shape : 'circlepin',
    width : 16,
    color: '#939598',
    fillColor: '#fff',
    style: {
     color: '#262626'
    },
    data: dataArray,
    marker: {
      symbol: 'url(https://www.highcharts.com/samples/graphics/sun.png)'
    }

1 个答案:

答案 0 :(得分:2)

可以覆盖创建图例项的默认功能:

flags

稍后在图表的选项中使用legendImage: 'https://www.highcharts.com/samples/graphics/sun.png', 系列中的自定义设置设置图例图像,如:

SpreadsheetDocument

演示:http://jsfiddle.net/mw2fn5td/