Open mattjohnson1124 opened 11 years ago
I don't think NVD3 has a direct option to control legend position. But at the end of the day, it is d3.js
. So you can do something like what is described in here.
You will have to manually add it to your chart HTML, but we are working on making it easier to do this directly from R.
Is there currently an rCharts solution for this?
I'm looking to change the location of the legend and title in an nvd3 graph. Any suggestions of how to go about this?