nschwamm
nschwamm
This is similar to other's questions to add a printing/exporting based leaflet extension. This is a clear limitation from the actual integration of the leaflet project because it limits the...
I was trying to replicate the bind argument to add an additional field to a pie chart, but the bind argument does not appear to work with e_pie. Relying on...
I am trying to change the color of lines of line charts based on the data. Typically, I've used e_add to create data-driven stylistic updates (i.e. it works well with...
When I use e_tooltip normally it appears to work. For example this code: ` tibble( Year=c(1,1,1,2,2,2,3,3,3), Category=c("A","B","C","A","B","C","A","B","C"), money = c(100,200,100,200,300,200,400,150,600) ) %>% e_chart(Category) %>% e_heatmap(Year,money) %>% e_visual_map(money,show=FALSE) %>% e_tooltip(trigger =...
When I try and click on the download data button I get the following error: Uncaught (in promise) TypeError: Cannot read property 'getSummaryDataAsync' of undefined And nothing happens. Any idea...