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

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -