以设计为中心的服务器端图表库
我一直在寻找一个好的服务器端图形/图表库,它有很多设计选项。大多数似乎很难定制我们想要的特定方式。
我不介意它是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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最终使用 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