Jquery 时间轴插件

Jquery Timeline plugins(Jquery 时间轴插件)
本文介绍了Jquery 时间轴插件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找横轴为年份的 jquery 时间轴插件.

I am in search for jquery timeline plugin with years on the horizontal axis.

我以前见过一个.我找不到它.搜索过 jquery 时间线插件.

I have seen one in the past. I am not able to find it. Did search for jquery timeline plugins.

推荐答案

这是我保存在书签中的 2 个.它们不是 jquery 插件,但它们可以被改编为 jquery 插件.Eric Meyer 的结构化时间线 和 时间图.我还发现了这项名为 Tiki-Toki 的服务,它以 Web 服务的形式提供时间线.

Here are 2 that I had stored in my bookmarks. They aren't jquery plugins, but they could be adapted to be jquery plugins. Eric Meyer's structured timeline and timeplot. I also found this service called Tiki-Toki which offers timelines as a web service.

或者,如果适合您的情况,您也可以使用类似 HighCharts 之类的东西.

Or you could just use something like HighCharts if that will work for your situation.

这篇关于Jquery 时间轴插件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Update another component when Formik form changes(当Formik表单更改时更新另一个组件)
Formik validation isSubmitting / isValidating not getting set to true(Formik验证正在提交/isValiating未设置为True)
React Validation Max Range Using Formik(使用Formik的Reaction验证最大范围)
Validation using Yup to check string or number length(使用YUP检查字符串或数字长度的验证)
Updating initialValues prop on Formik Form does not update input value(更新Formik表单上的初始值属性不会更新输入值)
password validation with yup and formik(使用YUP和Formick进行密码验证)