fuselibs
fuselibs copied to clipboard
Error when use c:DataSeries with Each
Describe the bug
When I use Each in c:DataSeries I get the message Cannot use Fuse.Reactive.DataBinding here
If I bind a Observable directly work fine but no work with a Each...
Like :
To Reproduce
<App xmlns:c="Fuse.Charting">
<c:Plot>
<Each Items="{Curves}">
<c:DataSeries Data="{Curves}" />
</Each>
<c:PlotData>
<c:PlotBar Color="#000" />
</c:PlotData>
</c:Plot>
</App>
Fuse v. 1.9.0 Mac OSX
Tested with the commit fd2708c9 and I get the same error :(