简体   繁体   English

每小时时间线显示'事件' - mysql php

[英]Hour by hour Timeline display of 'events' - mysql php

I have been googling for a while but haven't come up with anything great as yet. 我已经谷歌搜索了一段时间,但还没有想出任何伟大的东西。

What I want to do is take mysql data (below) 我想做的是获取mysql数据(如下) mysql表

and display it in an hourly timeline, something like: 并按小时时间线显示,例如: 期望的时间表

Anyone got any good links or tutorials on how to make this happen? 任何人都有关于如何实现这一目标的任何良好链接或教程?

Not looking for an exact solution(although that helps) but just some direction t get me started. 不寻找一个确切的解决方案(虽然这有帮助),但只是一些方向让我开始。

so mysql db with php and jquery 所以mysql db用php和jquery

Thanks, 谢谢,

These timeline / gantt plugins should get you most of the way there, likely just need to setup the JSON data: 这些时间轴/甘特图插件应该可以帮助您完成大部分工作,可能只需要设置JSON数据:

  1. dhtmlxScheduler (Timeline View) dhtmlxScheduler (时间线视图)

    时间线视图

  2. Bluelinemedia Timeline Bluelinemedia时间表

    Bluelinemedia时间表

  3. Pure CSS Timeline - Matt Bango (link does not work anymore) 纯CSS时间线 - 马特班戈 (链接不再工作)

    纯CSS时间线

  4. Chronoline JS Chronoline JS

    Chronoline JS

  5. Timeline JS 时间线JS

    时间线JS

  6. jQuery.Gantt jQuery.Gantt

    在此输入图像描述

Most of these found using timeline , gantt , jQuery , js keywords 其中大多数使用时间轴甘特图jQueryjs关键字

I have been looking for something that can display a timeline with a higher time resolution as well (at least down to hours and minutes). 我一直在寻找可以显示更高时间分辨率的时间线的东西(至少下降到几小时和几分钟)。 This Timeline might be able to be handle just that: 此时间轴可能只能处理:

Timeline by Jos de Jong and Almende BV Jos de Jong和Almende BV的时间表

Timestack is also interesting (and easily hackable). Timestack也很有趣(而且容易破解 )。

Google have also their own timeline chart. 谷歌也有自己的时间表图表。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM