答案 0 :(得分:2)
问题是你必须以不同的方式嵌入csv数据,因为它既不能像js / css一样被包含在小提琴中,也不能在javascript中被请求,因为browser restrictions。
你可以举例如include it in the HTML part小提琴:
<pre id="csvdata">
date,wounds,other,disease
5/1854,0,95,105
[...]
</pre>
我更新了your fiddle,现在正在运作。