-
FEATURED COMPONENTS
First time here? Check out the FAQ!
Hi
Can someone explain high-level steps how to create Chart using ZK Charts and send to the users via email.
ZK/ZKCharts does not include email functionality. So you can use any email sending API of your choice (there are many available, e.g. Spring javaMailSender).
What remains is composing your email including the chart. e.g. as a png/jpg image or pdf document.
To generate an image or pdf (at server side) you have to use highcharts export server, not part of Zkcharts. The JSON chart data/configuration can be implemented using the ChartEngine class provided in the ZkCharts api. (Exporting by JSON)
Asked: 2020-02-03 23:18:30 +0800
Seen: 12 times
Last updated: Feb 13 '20
Components below the fold are clickable when using modal window
Spring security login after server reload
ZK9 internationalization java.lang.IllegalStateException
Anybody know how add label inside menupopup grid?
How to change language from menupopup column of grid?
[Announcement] ZK 9.0.1 Freshly is ready for testing
How to close the Browser Window Tab using ZK framework? [closed]