gpt4 book ai didi

jquery - 整数 x 轴 Jquery flot 图

转载 作者:行者123 更新时间:2023-12-01 00:38:52 25 4
gpt4 key购买 nike

我想对浮点图 x 轴上的值进行四舍五入(0 位小数)。 x 轴显示周数。有谁知道该怎么做吗?

http://www.snowcams.eu/snowcondition/saas%20fee/998

最佳答案

这是您的解决方案(这都可以在插件 API Documentation 中找到)

$.plot(
$("#placeholder"),
[{data:d1, lines:{show: true}, points:{show: true}, label:"Mountain"}],
{xaxis: {tickSize:1, tickDecimals:0 }}
);

关于jquery - 整数 x 轴 Jquery flot 图,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1935694/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com