javascript - Is it possible to use multi path symbols in highcharts? -
i know can add own symbols highcharts this:
$.extend(highcharts.renderer.prototype.symbols, { up: function() {return "m 100 100 l 300 100 l 200 300 z"}
i unclear if can multi-path symbol example rectangle arrow on top.
if want use different symbol, , don't mind using image, can use a marker instead.
Comments
Post a Comment