Displaying JFreeChart in a web page using Struts2

前端 未结 3 1471
误落风尘
误落风尘 2021-01-24 11:31

I am using Struts2. I need to display JFreeChart in a web page. Can any body help me on that?

Edit: it is getting displayed in binary format.

public Stri         


        
3条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-24 12:04

    You can convert your charts to images and include them in your HTML files.

提交回复
热议问题