質問編集履歴

3

追記

2017/04/23 03:02

投稿

ferretdayo
ferretdayo

スコア13

test CHANGED
File without changes
test CHANGED
@@ -250,6 +250,8 @@
250
250
 
251
251
  - `this.setChartData(this.stats, this.date)`の後ろに`this.chart.update()`でグラフの再描画を行ったがうまく行かなかった。
252
252
 
253
+ - [追記]今はasync awaitで書いていますが,それより前のコードで,thenの中のfor文の後にsetChartDataを記述してもうまく行きませんでした.
254
+
253
255
 
254
256
 
255
257
  ## さいごに

2

タグ追加

2017/04/23 03:02

投稿

ferretdayo
ferretdayo

スコア13

test CHANGED
File without changes
test CHANGED
File without changes

1

内容

2017/04/22 16:41

投稿

ferretdayo
ferretdayo

スコア13

test CHANGED
File without changes
test CHANGED
@@ -249,3 +249,9 @@
249
249
  ## やったこと
250
250
 
251
251
  - `this.setChartData(this.stats, this.date)`の後ろに`this.chart.update()`でグラフの再描画を行ったがうまく行かなかった。
252
+
253
+
254
+
255
+ ## さいごに
256
+
257
+ どうかよろしくお願いいたします。