Scaling whole plotlyJS interface

Is there any option in plotlyjs that allows to scale whole interface, without changing the size widget? Something like transform: scale(0.6), but without shrinking its size.

I would call it zoom or scale, but there are too many options in plotlyjs reference to find exact thing.

Thanks

Hmm. I’m not sure what referring to as size widget? Can you share a code snippet what you’ve tried so far to help us help you?

The second one should cover whole container, but with smaller scale

Sorry, I don’t understand. Looks your scale(0.6) CSS transform does have an effect. What exactly are you looking for?