I have a problem when I try to integrate shiny with Rcharts. My idea of this visualization is to filter the circle markers based on the filter's choice, which is the "Category" column in original data. Based on issue #63 I changed mapOutput to chartOutput but it still did not work. Any idea about why it is not working?
I have a problem when I try to integrate shiny with Rcharts. My idea of this visualization is to filter the circle markers based on the filter's choice, which is the "Category" column in original data. Based on issue #63 I changed mapOutput to chartOutput but it still did not work. Any idea about why it is not working?
The data and codes are accessible from https://github.com/MengyingLi/Rcharts_1st