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.
我正在使用 jfreeChart,我想在图表的 x 轴上显示小时数(以 24 小时格式)
是否有任何图书馆或课程可以帮助我在图表上绘制小时数?
使用ChartFactory.createTimeSeriesChart。提供给此方法的数据集采用TimeSeries类型的系列。TimeSeries的构造函数采用时间段的参数 使用Hour类来生成每小时数据的图表。在系列中,添加(日期+小时)的时间和用于绘图的数据