I'm using echarts4Box component in a shiny dashboard. I'm unable to design the box with x / y axis value. Could some one give an example how to do it.
output$boxp1 <- renderEcharts4rBox({
echarts4rBox(dataProd %>%
filter(Plant == 'LND'), week, value, "London", type = "line", title_args = list(left = "right"))
})
Thank you. Giovanni
I did try to add opts parameters but it didn't work.