javascript - How to add right value y-axis to Amcharts Column and Line mix? -
i trying display y-axis right of charts : here's thelink ! i y-axis display in link "expensises" value , different scale right one. example 40 80. thanks! var chart = amcharts.makechart("chartdiv", { "type": "serial", "theme": "chalk", "pathtoimages": "/lib/3/images/", "automargins": false, "marginleft":30, "marginright":8, "margintop":10, "marginbottom":26, "dataprovider": [{ "year": 2009, "income": 23.5, "expenses": 58.1 }, { "year": 2010, "income": 26.2, "expenses": 52.8 }, { "year": 2011, "income": 30.1, "expenses": 53.9 }, { "year": 2012, "income": 29.5, "expenses": 55....