问题描述
我正在寻找一个JavaScript图表库,该库可以在时间轴上显示交互式条形图,类似于Thunderbird的搜索窗口中的时间轴.
I'm looking for a javascript charting library that can display interactive bar graphs on a timeline, similar to the timeline in Thunderbird's search window.
要创建许多使用折线图创建时间线的javascript库,但是我的数据需要条形图.
There are many javascript libraries to create timelines with line charts, but my data requires a bar chart.
我应该使用哪个库在时间轴上交互显示条形图?您的个人建议是什么?
Which library should I use to display my bar graphs interactivly on a timeline?What is your personal suggestion?
推荐答案
我使用了jQuery 很多 ,并且与 excanvas结合使用 ,它可以在所有现代浏览器中呈现精美的交互式图表.
I've used jQuery flot quite a bit in the past and in combination with excanvas, it renders nice interactive charts in all modern browsers.
如果发现基本脚本与您的要求不完全相符,则呈现过程中也存在一些钩子,可让您修改图表的呈现方式.
There are also hooks into the rendering process that allow you to modify how charts are rendered too, if you find that the base script doesn't quite fit with what you require.
这篇关于交互式JavaScript图表库,可在时间轴上显示条形图的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!