我正在使用JQCloud(WordCloud)插件。不是AngularJS版本。工作正常。但是,它在Bootstrap模式中无法正确显示。
$('#top-nav-bar').on('click', function() {
$('#wordcloud').jQCloud('update', words);
});
$('#wordcloud').jQCloud(words, {
classPattern: null,
fontSize: { from: 0.1, to: 0.02 }
});
所有的Span都具有以下样式:font-size: 0; left:0px; top;0px;