0

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.

ismirsehregal
  • 30,045
  • 5
  • 31
  • 78
  • What extra features? What does it look like now? What do you want it to look like? Right now, it's impossible to answer your question. It looks like you're new to SO; welcome to the community! If you want great answers quickly, it's best to make your question reproducible. This includes sample data like the output from `dput()` or `reprex::reprex()` and any libraries you are using. Check it out: [making R reproducible questions](https://stackoverflow.com/q/5963269). – Kat Dec 15 '22 at 14:08

0 Answers0