vizabi / core

Data fetching and transformation module with API based on Grammar of Graphics
1 stars 1 forks source link

Convenient config representation #17

Open angiehjort opened 4 years ago

angiehjort commented 4 years ago

...that doesn't require external use of mobx.toJS

jheeffer commented 3 years ago

Config is observable and thus wrapped in proxies. Not sure what we can do about it. This is for faster debugging right?

I saw you added js(...) function in tools page global scope.

Maybe we can add .js() or .plain() to all observables, easier than wrapping in js(...).