1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

kintone データ集計(PivotTable.js)

Posted at

kintone データビューア である程度の集計が出来ましたが、今度は PivotTable.js で集計とグラフ化を試してみました。

対象アプリの選択などは、kintone データビューアそのままで、表示部分をPivotTable.jsを使います。

PivotTable.js

ピボットテーブルを作成できるライブラリです。

表示の種類

  • テーブル表示

2017-03-20_17h21_25.png

  • グラフ表示

2017-03-20_17h22_41.png

操作例

新規レコード追加で、在庫アプリのグラフを作成します。

2017-03-20_17h32_29.gif

課題

  • PivotTable.js の日本語化

集計方法やグラフの種類などの選択肢は、英単語になっています。
残念ながら、標準では日本語オプションが無いので、対応が必要です。
ただ、英語以外のオプション指定はありますので、それを参考に作れそうです。

1
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?