You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chart api init(dcs, options), position in options.layout child changed to order , formatDate(dateTimeFormat, timestamp, format, type) in options.customApi changed to formatDate(timestamp, format, type) , options.thousandsSeparator changed to object { sign, format } , options.decimalFoldThreshold changed to options.decimalFold .
Instance api applyNewData(dataList, more, callback) changed to applyNewData(dataList, more) .
Instance api updateData(data, callback) changed to updateData(data) .
Instance api getBarSpace() return value changed to object.
The return value of the custom indicator createTooltipDataSource method values is changed to legends .