Fork me on GitHub
#om
<
2016-11-06
>
arohner01:11:34

honestly, I would use raw svg + Om

arohner01:11:49

I tried that on my last UI project, and it worked great

levitanong04:11:55

@sophiago @arohner I too favor raw svg if the chart is simple (you even get prerendering for free). But once you start needing some animations and interaction, I would still recommend vanilla d3. I’ve always found something or another missing from those wrapper libs, and I end up falling back on d3.

tobiash15:11:22

@anthonyl Is it possible that the factory passed to Compassus' wrapper component doesn't forward (om/computed)properties to the route component?

anmonteiro15:11:57

@tobiash I'm not sure it does?

anmonteiro15:11:43

oh sorry, you want it to forward computed properties to the root component?

anmonteiro15:11:01

^ if this is the case, it probably doesn't right now

anmonteiro15:11:07

please open an issue

tobiash15:11:42

ok, i'll check it in more detail later and open an issue

anmonteiro15:11:54

@tobiash no need to check in more detail. I'm sure it doesn't 🙂