Jump to content
Software FX Community

getHtmlDataEx method problem


bborie0107

Recommended Posts

hi i am working on chart on bitstream image .

getHtmlData method works fine in every my chart. but one of my chart needs to show tooltip where mouse over action.

but When i use getHtmlDataEx  API  ,chart doesn't appear on web page .

I don't know how to use getHtmlDataEx API ...

hear is my code

ChartSmaple.jsp

  <IMG SRC="/jsp/fundmall/chart/common/chart_cmmf503.jsp?Gigan=12&Gdcd=11111" >

AND

chart_cmmf503.jsp

response.setContentType("image/x-png");

  ....................

  .....................

  chart.getTitles().getItem(0).setText("GijunGa");

 chart.recalcScale();

 

 ServletOutputStream outStream = response.getOutputStream();

 chart.getHtmlDataEx("400","200","PNG", outStream,outStream,outStream);

thanks in advance...

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...