Is there are any way to create visuals dynamically based on data? Let's say you have 10 rows in a table and you need to build 10 gauges that are filled with data from each row? Is there are any possibility or workaround?
Thanks,
Chow.
Is there are any way to create visuals dynamically based on data? Let's say you have 10 rows in a table and you need to build 10 gauges that are filled with data from each row? Is there are any possibility or workaround?
Thanks,
Chow.
Yes, in fact there's no way to do it other than based on some data!
A common way to put together visualisation in R are ggplot2 and plotly
A book with info on ggplot2 is available , https://r4ds.had.co.nz/ chapter 3
plotly has a good website. https://plotly.com/r/gauge-charts/
Welcome.
This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.