You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used nPlot to generate a nvd3 plot and it rendered beautifully with knittr. However, when the HTML file was later minified by GitHub Pages jekyll code, the newline that formerly separated two JavaScript statements was no longer there. If rCharts included a semicolon at the end of the data array, everything should work perfectly.
ballots_by_choice_plot <- rCharts::nPlot(Freq ~ vote, data = ballots_by_choice, type = 'pieChart')
I was able to get my MD file to render on GitHub pages, but it required several semicolons to be added and a pair of JavaScript comments to be deleted. I'll make a pull request that should address all the issues.
I used nPlot to generate a nvd3 plot and it rendered beautifully with knittr. However, when the HTML file was later minified by GitHub Pages jekyll code, the newline that formerly separated two JavaScript statements was no longer there. If rCharts included a semicolon at the end of the data array, everything should work perfectly.
Portion of rendered HTML:
Matching portion of minified HTML
Should be
The text was updated successfully, but these errors were encountered: