docs.anychart.com
docs.anychart.com copied to clipboard
AnyChart Documentation
 i found a typo there there are no close curly bracket for the first line
// create EMA indicators with period 20 var ema20 = plot.sma(mapping, 20).series(); should be var ema20 = plot.ema(mapping, 20).series(); ema20.stroke('#bf360c');
 Hello! I and my colleague are working on an app and we using anychat extension. on the qlik sense enterprise environement, one of the app user is recently encountering...