javascript - pie chart on Internet Explorer 5 and Java 1.4 -


i developing banking application based on old technologies, such java 1.4, presented on internet explorer 5 browser.

i have present data in form of pie chart. problem hard find solution such old technologies.

i tried use google chart, have licence issues and, anyway, not work on internet explorer 5.

i have tried find javascript-based solutions using libraries , came founding so-called donut.js on github: https://github.com/finom/donut.js/tree/master ; library seems not work because not allow present percentage (or kind of written information) inside "slice" of pie.

on back-end side (java 1.4) found library called jopenchart seems alternative.

can suggest other option, either on front-end side , on back-end side? regarding front-end side have proxy issues, need stand-alone self-contained library.

thanks in advance, francesco


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -