Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEANice use case of Interactive chart. To match the chart data, replace NA with NULL and use "high.value" for min wage calculation.
My Solution:
Other than adding a title, the chart matches. I did have trouble getting the Trace name to appear on hover (say the region name per line in addition to year and wage). Found a community post from 2020 that said it had to be updated in XML. It worked but feels clunky. The checkbox would only hold one at a time so you could click trace name but if you selected another region, it would unselect the last one.
Hi ! I am trying to create the interactive chart but not sure how to proceed further on creating the chart. The requirement is to show each region and its average wage per year.. do i create multiple charts?
Use the inputs to create an interactive chart showing each region's average minimum wage by year.