D3.js中的换行符

时间:2014-08-14 09:59:41

标签: 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);

我无法将换行符放入图表中。我现在该怎么办?

0 个答案:

没有答案