2004-01-21 23:25:31 +0900 (1765d); rev 3
tDiary のプラグインです。 以下のように更新した時間を反映したグラフが出せます。

原作はねういちさんです。
青木が改造したバージョン。 円形にできるようになってます。

円形イメージを出す場合は GD2 が必須です。 また Ruby/GD も GD2 を有効にしてコンパイルします。
% ruby extconf.rb --enable-gd2_0
最低限、以下の設定が必要です。
@options['tdiarytimes.shape'] = 'circle' # 'bar' or 'circle'
円形 (shape = circle) にする場合は以下も必要です。
@options['tdiarytimes.width'] = 80 # circle のときは 80×80 のみ @options['tdiarytimes.height'] = 80 # (それ以外では文字がずれる)
最後に、tdiary.conf で @header の中に <%= tdiarytimes() %> を入れます。
Related Pages: MyProducts tDiary CacheLesstDiary
system revision 1.162