kintone でガントチャートを表示するプラグインです。
cybozu社が作成したプラグインサンプルをカスタマイズしたものです。
- 着色設定を任意に(全てデフォルト色)
- 担当者をツールチップに表示
- 担当者ごとに色分け(着色指定しない場合)
- Node.js v6 or later
$ npm install -g @kintone/plugin-packer
$ kintone-plugin-packer <plug-in dir> [--ppk <key file>]
For more information, please check the following pages.
- https://github.com/kintone/plugin-packer
- https://developer.cybozu.io/hc/ja/articles/360000910783 (in Japanese)
パッケージングされたプラグイン。
plugin.zip
kintoneでプラグインを一意に識別するためのキー。
<plug-in id>.ppk
Do not lose the private key! Keep the .ppk file secret and in a safe place. You'll need it later if you want to update the plug-in.
$ cd /tmp
$ git clone https://github.com/kintone/plugin-examples
$ cd plugin-examples
$ npm install -g @kintone/plugin-packer
$ kintone-plugin-packer examples/colorcell
Succeeded: /tmp/plugin-examples/examples/plugin.zip
$ ls examples/*.ppk
examples/dhcpcmonencgafiddfaofdfednmjnbem.ppk
kintone-plugin-packer ganttchart/
プラグインのIDキーを指定する。
$ kintone-plugin-packer --ppk pluginid.ppk ganttchart/
パッケージングしたZipファイルはこちらをどうぞ。
ただし、不具合がある場合はご容赦ください。また、問い合わせはご容赦ください。
インストール方法は、以下のリンクを参照してください。 See the following document.
en
https://help.cybozu.com/en/k/admin/plugin.html
ja
https://help.cybozu.com/ja/k/admin/plugin.html
- PleaseJS ランダムな色を生成
Copyright(c) 2021 january108
Release under MIT License
https://opensource.org/licenses/mit-license.php
Copyright(c) Cybozu, Inc.
Release under MIT License