私が使用しているスタイルの例は次のとおりです。
<?xml version="1.0" encoding="UTF-8"?>
<frameChart is3D="false">
<frame xDepth="3" yDepth="1" leftAxisPlacement="Back" isHStripVisible="true">
<background minColor="#FDFEF6"/>
</frame>
<yAxis scaleMin="1" scaleMax="500">
<labelFormat pattern="#,##0.###"/>
<parseFormat pattern="#,##0.###"/>
</yAxis>
<legend>
<decoration style="None"/>
</legend>
<elements place="Default" shape="Line" drawShadow="true">
<morph morph="Grow"/>
</elements>
</frameChart>
上記のコードは、1 ではなく 0 を表示します。
これは cfchart を使用する場合によくある問題のようですが、Web チャート プログラムでも同様の問題のようです。
誰かが良い解決策を持っていますか?