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.
我如何在 x 轴上渲染条形图,相对于时间。
例如:
我的网站上的浏览量:10、20、30、60 期间:1 月、2 月、6 月、12 月
x 轴应显示前 2 列彼此靠近,然后到 6 月有一个相对差距,然后到 12 月又有一个更大的差距。
只要每个数据项可以以相同的比例表示,您就可以执行以下操作。例如,如果您的第一个值是小时,而下一组是月,则您可以将所有内容都与小时相关。
给定:1 个月 = 744 小时
使用 x 值:10、20、30、60、744、1488、4464、8928