Giter VIP home page Giter VIP logo

Comments (6)

jjallaire avatar jjallaire commented on July 29, 2024

@jcheng5 I confirmed that these options don't seem to be getting through (the widget seems to be just receiving the width and height of the container). Karl has a nice simple repro in the Gist above, could you take a look when you have a chance?

from htmlwidgets.

timelyportfolio avatar timelyportfolio commented on July 29, 2024

I believe you just need to add viewer.fill=F.

# sizing policy
sp <- htmlwidgets::sizingPolicy(viewer.defaultWidth=200,
                                viewer.defaultHeight=200,
                                viewer.padding=5,
                                viewer.paneHeight=300,
                                viewer.fill = FALSE
)

See these lines https://github.com/ramnathv/htmlwidgets/blob/master/inst/www/htmlwidgets.js#L181-L212.

from htmlwidgets.

jcheng5 avatar jcheng5 commented on July 29, 2024

Yeah, @timelyportfolio is right. viewer.fill=TRUE takes precedence over the size.

from htmlwidgets.

kbroman avatar kbroman commented on July 29, 2024

Doh. Thanks!

from htmlwidgets.

timelyportfolio avatar timelyportfolio commented on July 29, 2024

Actually took longer than I care to admit to remember. Good test :)

from htmlwidgets.

kbroman avatar kbroman commented on July 29, 2024

@timelyportfolio Never reveal how long things take (whether short or long).

from htmlwidgets.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.