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

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -