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++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -