Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when use c:DataSeries with Each #1205

Open
ckarmy opened this issue Jul 31, 2018 · 1 comment
Open

Error when use c:DataSeries with Each #1205

ckarmy opened this issue Jul 31, 2018 · 1 comment

Comments

@ckarmy
Copy link
Contributor

ckarmy commented Jul 31, 2018

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
Copy link
Contributor Author

ckarmy commented Jul 31, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant