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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...