下の画像に見られるように、水平の目盛りがランダムに見え、データと整列しようとしないという次の問題があります。私のデータとコードも以下にあります。これについての助けをいただければ幸いです。
画像はhttp://imgur.com/VVrviにあります(まだ画像を添付できません)
コード:
$.plot(placeholder,
data,
{
yaxes: [ { tickFormatter: centFormatter, max: 101, min: -0.1, tickSize: 20 }, { position: "right", min: -0, } ],
xaxes: [ { mode: "time", minTickSize: [1, "day"], } ],
series: {
lines: { show: true },
points: { show: true }
},
grid: { hoverable: true, clickable: true },
});
青い線のデータ:
[2012-08-19] => 3612220
[2012-08-26] => 3570080
[2012-09-02] => 3576040
[2012-09-09] => 3597380
[2012-09-16] => 3593040
[2012-09-23] => 3579480
[2012-09-30] => 3638840
[2012-10-21] => 13
目盛り、minTickSize などのさまざまなオプションを試しましたが、うまくいきません。