Stacked Area Amchart passing dynamic data
问题 **The reference - https://www.amcharts.com/demos/stacked-area/ It only plots one single user on y axis whereas I want all users data in stacked line area. I guess I need to create a function on data series, but really don't know how to do that. I want X axis to be Date , Y axis to be value scale showing multi-line users [A,B,C,D] ** < script > var df = [{ "User": "A", "Date": 1570492800000, "value_act": 3.4 }, { "User": "B", "Date": 1570492800000, "value_act": 1.6 }, { "User": "C", "Date":