<! DOCTYPE html > < html lang = "en" > < head > < meta charset = "UTF-8" > < title > AmCharts < /title> < style > # chartdiv { width : 90 % ; height : 500 px ; font - size : 11 px ; overflow : auto ; position : absolute ; resize : both ; } < /style> < /head> < body > < script src = "https://www.amcharts.com/lib/3/amcharts.js" >< /script> < script src = "https://www.amcharts.com/lib/3/serial.js" >< /script> < script src = "https://www.amcharts.com/lib/3/themes/light.js" >< /script> < div id = "chartdiv" >< /div> < script > var chart = AmCharts . makeChart ( "chartdiv" , { &quo