支持d3的仪表板
我对基于 Web 的仪表板感兴趣,该仪表板具有某种 d3.js 库小部件或更通用的 javascript 支持。我一直在尝试 geckoboard 的 HighCharts 小部件,但我对结果不是特别满意(对于我正在寻找的内容来说有点有限)。有什么想法吗?
I'm interested in a web-based dashboard with some sort of d3.js library widget or more general javascript support. I've been trying geckoboard's HighCharts widget but I'm not especially happy with the results (a little limited for what I'm looking for). Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为 jslate 就是:highcharts + d3。
I think jslate is just that: highcharts + d3.
我个人认为D3非常强大。有许多不同的解决方案可以开发交互式仪表板。我发现的唯一问题是该库仍然相当新,并且用户文档有限,无法帮助清楚地展示如何使用其 API 中指定的大部分内容的示例。我通常通过搜索现有的复杂示例来找到问题的答案。然而,一旦你开始学习它,你就会意识到它到底有多么令人印象深刻。
我正在努力使用图表构建自己的仪表板,并且已经能够构建以下示例...
每个都是尝试获得更复杂的仪表板的开始,这些仪表板将混合不同类型的图表和可视化。
我希望这有帮助。
坦率
I personally am finding D3 to be very powerful. There are a number of different solutions that allow the development of interactive dashboards. The only problem I've found is that the library is still rather new and has limited user documentation that helps clearly show examples of how to use the majority of what's specified in its API. I typically find the answers to my questions by scouring through the complex examples that are out there. However, once you start to learn it you realize just how impressive it really is.
I'm working on building my own dashboards using charts and have been able to build the following examples...
Each is the beginning of an attempt to get to more complex dashboards that will mix different types of charts and visualizations.
I hope this helps.
Frank