以设计为中心的服务器端图表库

发布于 2024-09-26 17:58:11 字数 229 浏览 3 评论 0原文

我一直在寻找一个好的服务器端图形/图表库,它有很多设计选项。大多数似乎很难定制我们想要的特定方式。

我不介意它是python、php、java等...我只需要它生成服务器端并输出要嵌入到pdf中的图像。

具体来说,我需要以下内容。

  • 条形中的渐变填充颜色
  • 能够在图表条形上具有圆形边缘

从设计角度来看,这些是我在特定库中找不到的重要功能。

I have been looking for a good server side graphing / charting library that has a lot of design options. Most seem to be very difficult to customize the specific way we are looking to.

I don't mind if it is python, php, java, etc... I just need it to generate server side and output an image to be embedded on a pdf.

Specifically I need the following.

  • Gradients in bars fill color
  • Ability to have rounded edges on bars of chart

From a design perspective those are the important ones that I can not find in a specific library.

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

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

发布评论

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

评论(1

枉心 2024-10-03 17:58:11

最终使用 MatPlotLib 并使用下面的示例。本质上,您可以使用图像并设置图像的重复区域。我没有使用礼品盒,而是使用了圆角水平渐变图像。

http://matplotlib.sourceforge.net/examples/pylab_examples/demo_ribbon_box.html

替代文本

Ended up using MatPlotLib and used the example below. Essentially you can use an image and set the repeating area of the image. Instead of the gift boxes, I used a rounded corners horizontal gradient image.

http://matplotlib.sourceforge.net/examples/pylab_examples/demo_ribbon_box.html

alt text

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