Dygraphs.js没有显示第二个值

时间:2015-12-10 10:37:47

标签: javascript json csv charts dygraphs

我有这个网站,我使用Dygraphs创建货币比较图表,一切正常,除了这种奇怪的行为

Date,EUR,CHF,CAD

Grph只显示第一个和第三个值,总是跳过第二个。

 g2 = new Dygraph(
                   document.getElementById("graphdiv2"), csv,
                   {
                       showRangeSelector: true,
                       title: Value1SFontcolor + Value2SFontcolor + Value3SFontcolor,
                       fillGraph: true,
                       animatedZooms: true,
                       colors: ['blue', 'green', 'purple'],
                       underlayCallback: function (ctx, area, dygraph) {
                           ctx.strokeStyle = 'black';
                           ctx.strokeRect(area.x, area.y, area.w, area.h);
                           area.color = 'black';
                       }
                   });

csv:
日期,欧元,人民币,瑞士法郎 2012/12 / 10,113.942200,0.000000,94.307400
等...

如何解决此错误,我从官方网站复制js文件

1 个答案:

答案 0 :(得分:1)

我的问题是在css文件中,我更改了这个let aString=nmtxtfld.text!
一切都运行良好...... douh