“MediaWiki:Common.js”的版本间的差异

来自Whiteverse Library
跳到导航跳到搜索
添加561字节 、 2024年10月24日 (星期四)
无编辑摘要
第14行: 第14行:
}
}
appendCSS();
appendCSS();
$(document).ready(function() {
    const container = document.getElementById("visualization");
    // 解析项目和日期
    const itemsArray = $("#visualization").data("items").split(";");
    const items = new vis.DataSet(itemsArray.map((item, index) => {
        const [content, start] = item.split(",");
        return { id: index + 1, content: content.trim(), start: start.trim() };
    }));
    // Configuration for the Timeline
    const options = {};
    // Create a Timeline
    const timeline = new vis.Timeline(container, items, options);
});

导航菜单

Copyright © 2014-2024 whiteverse.com,fandao.fun All Rights Reserved
Whiteverse Culture Creativity Co.,Ltd.
鲁ICP备16006260号