Scala、图表和 Google 可视化 API

发布于 2024-09-10 14:28:01 字数 61 浏览 10 评论 0原文

任何人都知道用于图形/图表的 Scala 库或 Google 可视化 API 的实现。

干杯

Those anyone know of a Scala Library for Graphs / Charts or an implementation of the Google Visualisation API.

Cheers

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

呢古 2024-09-17 14:28:01

虽然 Scala 很酷,但为什么不使用 Java 领域的成熟库呢?我想到了JFreeChart,它非常通用并且运行良好。

Scala 的优势之一是它与 Java 的互操作性。无需费力,Scala 程序就可以访问大部分用 Java 开发的/为 Java 开发的库。无需等待有人在 Scala 中重新发明轮子即可获得此类专业解决方案。

While Scala is cool and all, why not use a well-established library from the Java domain? JFreeChart comes to mind, it's very versatile and works well.

One of Scala's strengths is its interoperability with Java. Without lifting a finger, Scala programs get access to most of the wealth of libraries developed in/for Java. No need to wait for someone to re-invent the wheel in Scala for specialized solutions like these.

从﹋此江山别 2024-09-17 14:28:01

实际上,JFreeCharts 有一个 scala 包装器:
https://github.com/wookietreiber/scala-chart
使用 scala API 与基于 java 的库一起工作可能会更方便。

Actually, there are a scala wrapper over JFreeCharts:
https://github.com/wookietreiber/scala-chart
It may be more handy to use scala API's working with java-based libraries.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文