Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想用它chartSeries来绘制金融图。x 轴需要在分钟级别。我搜索了几个样本,它们表明通过使用subset参数chartSeries我们可以按日期绘制数据。但是,我不知道如何以分钟级别显示它们。对于日期级别,我可以执行类似的操作subset='2012-07-01::2012-07-09',但我不知道如何在此处添加分钟级别格式。有人有样品吗?
chartSeries
subset
subset='2012-07-01::2012-07-09'
从 1 日上午 9 点到 9 日下午 3 点
"2012-07-01 9:00/2012-07-09 15:00"
全天上午 10 点至下午 1 点
"T10:00/T13:00"