d3-celestial icon indicating copy to clipboard operation
d3-celestial copied to clipboard

Change the zoomlevel manually with apply function

Open Daxtermania opened this issue 4 years ago • 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,

Daxtermania avatar Mar 12 '21 16:03 Daxtermania