ofrohn/d3-celestial

Change the zoomlevel manually with apply function

Daxtermania opened this issue · 0 comments

Hello everyone,

I am trying to modify the zoom manually with custom controls but I am not able to do it, I have tried this but it does not work.

cfg.zoomlevel = 2;
Celestial.apply(cfg);

I need it to work with the apply function, not the initial instance

Can you help me?

Thanks,