How to Create a Drill-Down Bar Chart in Shiny with echarts4r
Data visualization is important for communicating results. Selecting the right graphical representation of your data can enhance your data storytelling. In this article, I’ll show you how to implement drill-down using the echarts4r package, set and observe custom inputs, and use e_on() observers. We’ll do this ...
