如何在Angular应用程序中显示3D图?
我正在尝试在Angular应用程序中显示可自定义的3D散点图。到目前为止,我已经尝试了HighCharts.js和Plotly,但是解决方案都没有奏效。 HighCharts应该支持Angular,但任何地方都没有文档。如果任何人都有使用Highcharts或其他解决方案的工作示例,那么将非常感谢!
I'm trying to display a customizable 3D Scatterplot in an Angular application. So far I've tried highcharts.js and Plotly but none of the solutions worked. Highcharts should support Angular but there is no documentation for it anywhere. If anybody has a working example with highcharts or another solution it would be very much appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用Highcharts Angular包装器。
更多信息:
https://www.highcharts.com/blog/tutorials/highcharts-highcharts-highcharts-highcharts-highcharts-highcharts-angcharts-angarculor -Wrapper/
请找到您可以基于的3D散点图演示。
演示:
https:// stackblitz。 com/edit/highcharts-angular-scatter-3d-rncytq?file = src/app/app.component.ts
There is a Highcharts Angular wrapper you can use.
More information:
https://www.highcharts.com/blog/tutorials/highcharts-angular-wrapper/
Please find attached a 3d scatter chart demo you can base on.
Demo:
https://stackblitz.com/edit/highcharts-angular-scatter-3d-rncytq?file=src/app/app.component.ts