标签: svg d3.js
d3.select('svg g.chart #countryLabel') .html(d.Patient_id+"<br/>"+descriptions[xAxis]+':'+d[xAxis]+"<br/>"+ descriptions[Axis]+':'+d[yAxis]) .transition() .style('opacity', 1);
我无法将换行符放入图表中。我现在该怎么办?