fuselibs icon indicating copy to clipboard operation
fuselibs copied to clipboard

Error when use c:DataSeries with Each

Open ckarmy opened this issue 7 years ago • 1 comments

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

ckarmy avatar Jul 31 '18 20:07 ckarmy

Tested with the commit fd2708c9 and I get the same error :(

ckarmy avatar Jul 31 '18 21:07 ckarmy