Skip to content

Combining reCharts with shiny #14

Description

@Yixiang-Cai

In the server function, I cannot add the customize the input. My server function is as below:

server <- shinyServer( function(input, output) { output$scatterplot <- renderEChart({echartr(movies, x = input$x, y = input$y, type = 'point')}) } )

However, when I use ShinyApp, it keeps telling me object 'input' not found.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions