add a option flag to disable the legend handleOverflow function call
When I export the svg to pdf with option "useHTML", it returns blank legends.
So I suggest to add an option flag to disable the legend handleOverflow function call
if (! this.options.disableLegendOverflow){
legendHeight = legend.handleOverflow(legendHeight);
}
1
vote
Anonymous
shared this idea