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
As i understood, SingleValueData is not public data structure any more, but maybe we need delete them, or make it visibility as internal? As i see, now SingleValueData is useless
Hello in my project i use SingleValueData in previous version all work correct, but currently it show me error
No exact matches in call to instance method 'setData'
May you give a hint at what of type i may replace SingleValueData?
PS
I make some research, and it's probably because you change here
Sources/LightweightCharts/Implementations/API/Series/AreaSeries.swift
in 4.0.0 versionFrom this code
to this
The text was updated successfully, but these errors were encountered: