Javascript 哪个是 angular js 和 nodejs 中最好的报告工具

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/29936269/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-23 04:20:54  来源:igfitidea点击:

Which is the best reporting tool in angular js along with nodejs

javascriptangularjsnode.js

提问by Akshath Kumar

I am currently building a single page application using angularjs along with nodejs. I want to generate some detailed reports which is not possible through charts. Could anyone suggest me the best reporting tools in client side.

我目前正在使用 angularjs 和 nodejs 构建一个单页应用程序。我想生成一些无法通过图表实现的详细报告。谁能建议我最好的客户端报告工具。

回答by Rohan Büchner

In terms of node and AngularJS & Node... you have a only few options available to you.

就 node 和 AngularJS & Node 而言……你只有几个可用的选项。

  • The most likely one being a "Hybrid" report using Native HTML & a charting framework like D3 for example.
    • I've had lots of luck with this directiveset for Angular & D3 in the past
  • I just found this: jsreport.net.
    • It looks like the only NodeJs reporting solution at the moment other than the above route..
  • If you have access to other tech stacks, you could generate the report server side and offer the users a download link. (But then its not strictly Angular/Node)
  • 最有可能的是使用原生 HTML 和 D3 等图表框架的“混合”报告。
    • 过去我为 Angular 和 D3 设置了这个指令,我很幸运
  • 我刚刚发现了这个:jsreport.net
    • 除了上述路线,它看起来是目前唯一的 NodeJs 报告解决方案。
  • 如果您可以访问其他技术堆栈,则可以生成报告服务器端并为用户提供下载链接。(但它不是严格的角度/节点)