如何在浮动图中设置选项,以便仅显示当天的数据?我有时间戳和格式工作,但我不知道如何让它只显示当天(所以轴不断更新到当天)。
编辑:
这是我目前正在使用的代码片段:
// mode specific options
tickDecimals: null, // no. of decimals, null means auto
tickSize: null, // number or [number, "unit"]
minTickSize: [1, "hour"], // number or [number, "unit"]
monthNames: null, // list of names of months
timeformat: "%H:%I",
twelveHourClock: "12" // 12 or 24 time in time mode