gnucladは開始日を変更しません。

gnucladは開始日を変更しません。

gnuclad木を作るのに使っています。問題は、開始日を変更できないことです。基本的な例の次のデータを使用しています。

#,Nodes,,,,,,,,,,,,,
#,Name,Color,Parent,Start,Stop,Icon,Description,[Namechange,When,Description,[Namechange,When,Description,". . . ]]"
N,Name here,#f00,,2002/12/01,2007/08/20,,,,,,,,,

画像が示すように、ノードは常に1月に始まります。

ここに画像の説明を入力してください。

そして、ファイルを編集せずにタイトルボックスを閉じることも可能ですかconf

設定ファイルはexample.confデフォルトです。

# gnuclad example config file
# gnuclad has more than 50 configuration options, of
# which only a few are listed here.
# For a detailed explanation, consult the included manual.
# You can always generate a full configuration file by
# specifying CONF as gnuclad's output.


# If you comment or delete an option,
# gnuclad will use the built-in defaults.
# Allowed syntax is:
#   option=value
#   option = value
#   option= 'value'
#   option ="value"
#   option = three word value
#   option = "three word value"
#   ...


infoBoxTitle = Title
infoBoxText = Lorem ipsum dolor sit amet,
infoBoxText = consectetuer adipiscing elit
infoBoxX = 10
infoBoxY = 45
infoBoxWidth = 166
infoBoxHeight = 60

# use ascii string width heuristics
asciiStrings = 1

# orientation goes from 0 to 3
orientation = 0

#treemode goes from 0 to 2
treeMode = 0

mainBackground = #fff
rulerWidth = 2
rulerColor = #ddd
rulerMonthWidth = 1
rulerMonthColor = #eaeaea

lineWidth = 4
offsetPX = 20
yearPX = 100

labelFontColor = #000
labelBGOpacity = 50

#nameChangeType can be 0 or 1
nameChangeType = 0

#derivType can be 0 or 1
derivType = 0
dotRadius = 10
smallDotRadius = 5

descriptionType = 1

ベストアンサー1

ここ問題を発見しました。日付を挿入する正しい方法は、スラッシュではない点(2012.03.10など)を使用することです。問題は、Gnumericを使用してCSVファイルを編集することです。

おすすめ記事