質問編集履歴

1

問題箇所の追加

2015/11/06 06:38

投稿

sekayama
sekayama

スコア25

test CHANGED
@@ -1 +1 @@
1
- Google Chart グラフでイベント
1
+ Google Chart グラフでイベント(Uncaught TypeError: Cannot read property 'row' of undefined)
test CHANGED
@@ -40,6 +40,10 @@
40
40
 
41
41
  ...
42
42
 
43
+ a.getValue(chart.getSelection()[0]["row"], 0)
44
+
45
+ ...
46
+
43
47
  });
44
48
 
45
49
  chart.draw(dataTable, options);