-
FEATURED COMPONENTS
First time here? Check out the FAQ!
![]() | 1 | initial version | |
ZK/ZKCharts does not include email functionality. So use any email sending API of your choice (there are many availble, 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 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)
![]() | 2 | No.2 Revision |
ZK/ZKCharts does not include email functionality. So you can use any email sending API of your choice (there are many availble, 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 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)
![]() | 3 | No.3 Revision |
ZK/ZKCharts does not include email functionality.
So you can use any email sending API of your choice (there are many availble, 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)