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

Popular posts from this blog

Lists in Python -

android - can not access to progress bar in an other activity -

html - Not able to access next element of an array javascript -