Embedding Interactive Charts Generated with ECharts Library into Shiny Applications
Deliver the Chart in the UI Component of Shiny Applications
Load the Javascript Library File of ECharts to the Shiny Application
Load the Theme File of ECharts to the Shiny Application
Render the Bar Chart Plotted by ECharts into Shiny Application
Render the Gauge Chart Plotted by ECharts into Shiny Application
Render Heat Map Plotted by ECharts into Shiny Applications
Render the Line Chart Plotted by ECharts into Shiny Application
Render the Pie Chart Plotted by ECharts into Shiny Application
Render the Radar Chart Plotted by ECharts into Shiny Application
Render the Scatter Plots Plotted by ECharts into Shiny Application
Render Interactive Tree Map into Shiny Application
Render the Word Cloud Plotted by ECharts into Shiny Application
Embed interactive charts to their Shiny applications. These charts will be generated by ECharts library developed by Baidu (<http://echarts.baidu.com/>). Current version supports line chart, bar chart, pie chart, scatter plot, gauge, word cloud, radar chart, tree map, and heat map.
Useful links