Giter Club home page Giter Club logo

Comments (5)

ciflikli avatar ciflikli commented on June 6, 2024

Hi, I fired the app up (it's been a while!) and it shows for me, can you post your computer specs? I'm assuming you tried the online version, not a local copy?

from gender.

Singrig avatar Singrig commented on June 6, 2024

Yes i have tried online version

from gender.

Singrig avatar Singrig commented on June 6, 2024

and can you help me, i was working on Sunburst, i have couple of ways in both ways its displaying the legends but not graph,

ui.r
sunburstOutput("s2b", height = "200%")

data -
Overall_data <- reactive({
data1 %>%
group_by(GLTrigger,CNTC_PROD_CDE,CNCT_CHNL_CDE,CNTC_COLLATERAL_NAME) %>%
summarise(LEAD_DIST_CNT = sum(LEAD_DIST_CNT, na.rm = TRUE)) %>%
rename(level1 = GLTrigger,
level2 = CNTC_PROD_CDE,
level3 = CNCT_CHNL_CDE,
level4 = CNTC_COLLATERAL_NAME,
size = LEAD_DIST_CNT) %>%
arrange(level1,level2,level3,level4)
})

server.r
output$s2b <- renderSunburst({

tree <- d3_nest(Overall_data(), value_cols = "size")

add_shiny(sunburst(tree,  width="100%", height=400))

})

please let me know if u need more inputs

from gender.

ciflikli avatar ciflikli commented on June 6, 2024

I won't be able to help if I don't know your specs; however I tested the app on several different computers and it shows up each time.

Re: your question, the answer you got from timelyportfolio/sunburstR#88 (comment) should help.

from gender.

Singrig avatar Singrig commented on June 6, 2024

Okay thanks for quick replies

from gender.

Related Issues (1)

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.