gpt4 book ai didi

jquery - 如何调整 jQuery 流程图的大小?

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

我有一个带有以下代码的 jQuery 流程图:

$("table.statics").each(function() {
var colors = [];
$("table.statics thead th:not(:first)").each(function() {
colors.push($(this).css("color"));
});
$(this).graphTable({
series: 'columns',
position: 'replace',
height: '200px',
colors: colors
}, {
xaxis: {
tickSize: 1
}
});
});

此代码工作正常,但现在我希望在调整窗口大小时调整图表大小。

我该怎么做?我的文档中包含 jquery.flot.resize.js。

最佳答案

只需添加对flot图表附带的jquery.flot.resize.js插件的引用即可。

来自插件文档:

Flot plugin for automatically redrawing plots when the placeholder size changes, e.g. on window resizes.

It works by listening for changes on the placeholder div (through the jQuery resize event plugin) - if the size changes, it will redraw the plot.

可以从http://www.flotcharts.org/下载

关于jquery - 如何调整 jQuery 流程图的大小?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8518280/

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