Giter Club home page Giter Club logo

ggplot-shiny's People

Contributors

dpastoor avatar smouksassi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

ggplot-shiny's Issues

more gracefully handle before data added

currently get the following error messages when launching:

Warning in validateSelected(selected, choices, inputId) :
  'selected' must be the values instead of names of 'choices' for the input 'facet_col'
Warning in validateSelected(selected, choices, inputId) :
  'selected' must be the values instead of names of 'choices' for the input 'facet_row'
output file: /var/folders/w7/cmnsdwfs30d6qc0ww6cypbb00000gn/T//Rtmp1DxppV/GGPLOTSHINY.knit.md
NULL
Warning in min(data2[, input$x_input]) :
  no non-missing arguments to min; returning Inf
Warning in max(data2[, input$x_input]) :
  no non-missing arguments to max; returning -Inf
Warning in min(data2[, input$y_input]) :
  no non-missing arguments to min; returning Inf
Warning in max(data2[, input$y_input]) :
  no non-missing arguments to max; returning -Inf
Warning in is.na(plotdata[, input$y_input]) :
  is.na() applied to non-(list or vector) of type 'NULL'
NULL
Warning in is.na(plotdata[, input$y_input]) :
  is.na() applied to non-(list or vector) of type 'NULL'
NULL
Warning in is.na(plotdata[, input$y_input]) :
  is.na() applied to non-(list or vector) of type 'NULL'
NULL
Warning in is.na(plotdata[, input$y_input]) :
  is.na() applied to non-(list or vector) of type 'NULL'

TableTools is no longer available

Extensions TableTools have been retired and the version that is archived does not have the following extension: '//cdn.datatables.net/tabletools/2.2.4/js/ZeroClipboard.min.js'

Do you have an updated scripts?

set limits on number of filter values before will not allow (for performance reasons)

Initially, the best option would be to do a quick check to make sure less than, I would actually say more like 50-100? I guess we can check to see where the performance degrades significantly.

Eventually, we could probably base the selection criteria based on certain checkpoints - eg if <50 or something then have the select unique values, but if more then have like a slider (0-x) where person can select some range to be within

crashes when uploading dataset on mac

Error in `[.data.frame`(plotdata, , input$y_input) : 
  undefined columns selected
Warning: Unhandled error in observer: undefined columns selected
observe({
    inputx <- input$x_input
    data2 <- myData()
    val1 <- min(min(data2[, input$x_input]), 0)
    val2 <- max(data2[, input$x_input])
    val <- c(val1, val2)
    updateSliderInput(session, "receivex", value = val, min = val1, 
        max = val2, step = (val2 - val1)/10)
})
Warning: Unhandled error in observer: undefined columns selected
observe({
    inputx <- input$y_input
    data2 <- myData()
    val1 <- min(min(data2[, input$y_input]), 0)
    val2 <- max(data2[, input$y_input])
    val <- c(val1, val2)
    updateSliderInput(session, "receivey", value = val, min = val1, 
        max = val2, step = (val2 - val1)/10)
})

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.