在 Google Chrome 中将我自己的数据绘制为时间线

发布于 2024-11-27 07:14:59 字数 808 浏览 1 评论 0原文

有没有办法像谷歌浏览器的开发人员工具一样在时间线图中绘制我的数据?

在此处输入图像描述

我有一个按时间(毫秒)顺序发生的事情的列表,如下所示:

   300    333    367    400    402 
   433    467    500    533    536 
   566    600    633    666    669 
   700    733    766    799    802 
   833    866    907    933    943 
   966    999   1033   1066   1076 
  1099   1132   1166   1199   1210 
  1232   1266   1299   1332   1343 
  ...

前 4 列是当相机获取图像时, 最后一列表示电机何时开始移动。

我知道这个答案,有人实现了类似的东西:

有什么方法可以使用 Google 图表创建简单的时间线吗?

但它看起来不太好。

是否有人检查过 Google 的时间轴绘制 HTML 和 CSS 代码并将其提取到独立模板中,以便我可以轻松地使用该模板将绘图绘制到(静态)HTML5 中?

Is there a way to plot my data in the timeline plot as in google chrome's developer tools?

enter image description here

I have a list of things that happen sequentially in time (ms) like this:

   300    333    367    400    402 
   433    467    500    533    536 
   566    600    633    666    669 
   700    733    766    799    802 
   833    866    907    933    943 
   966    999   1033   1066   1076 
  1099   1132   1166   1199   1210 
  1232   1266   1299   1332   1343 
  ...

The first 4 columns are times when cameras acquire images,
the last column indicates, when a motor starts moving.

I am aware of this answer, where someone implemented something similar:

Any way to create a simple timeline with Google Charts?

But it doesn't look as nice.

Has anyone inspected Google's timeline drawing HTML and CSS code and extracted it into a standalone template, that I could easily use to draw my plots into (static) HTML5?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

水晶透心 2024-12-04 07:14:59

jqPlot 不是一个糟糕的解决方案,它实现了这种精确的绘图。这个问题被标记为“css”,这个解决方案使用纯 JavaScript,没有大量的负载税。

jqPlot isn't a bad solution, which achieves this exact sort of plot graph. This question is tagged with "css," this solution uses pure javascript without a lot of load tax.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文