Jamie Sinnett

Results 2 comments of Jamie Sinnett

I'm running into the same issue as above and as of now my solution is to either remove "filter" or update all instances of "selectInput" on my app to a...

You're close but you need to use double quotes and escape them for the style attribute. Also I think 'color' is more appropriate when stylizing text. ```r highchart() %>% hc_add_series(...