We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello thank you for developing this sparkline concept. this is great. https://jkunst.com/blog/posts/2020-06-26-valuebox-and-sparklines/
I was able to reproduce it by creating the vb shiniy.tag outside the server
total_geno<- sum(geno_month_data$Count) hc3 <- hchart(geno_month_data, "column", hcaes(month, Count), name = "Monthly genotypes") %>% hc_size(height = 100) %>% hc_credits(enabled = FALSE) %>% hc_add_theme(hc_theme_sparkline_vb()) vb3 <- valueBoxSpark( value = total_geno title = toupper("Some text"), sparkobj = hc3, subtitle = tagList(HTML("↑"), "some text"), info = "more ifno", icon = icon("hourglass-half"), width = 4, color = "yellow", href = NULL )
but how to render the sparkobj of vb3 dynamic within the server so that the chart varies with my input?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello
thank you for developing this sparkline concept. this is great.
https://jkunst.com/blog/posts/2020-06-26-valuebox-and-sparklines/
I was able to reproduce it by creating the vb shiniy.tag outside the server
but how to render the sparkobj of vb3 dynamic within the server so that the chart varies with my input?
The text was updated successfully, but these errors were encountered: