javascript - Place amchart legend in a defined location -
by below code part create amchart (pie) on defined div
var chart = amcharts.makechart( "chartdiv", {.....
so find div id 'chartdiv' , create chart there. possible , have tried set div id legend. create div element anywhere want in our page , legend render there, rather position on top, or bottom or left or right.
is possible ? if how ? :)
Comments
Post a Comment