adessoSE / wicked-charts

Beautiful and interactive javascript charts for Java-based web applications.
Apache License 2.0
91 stars 48 forks source link

Wicket Chart #36

Closed prabumca06 closed 10 years ago

prabumca06 commented 10 years ago

I have started using Wicket Chart for my project (web based Java project) and I am facing some difficulties to meet requirement.

image

I can’t able to get exactly like above. But I got into this level using some example (wicked-charts-highcharts-1.5.0.jar and wicked-charts-wicket6-1.5.0.jar)

image

Issue Currently I am facing

1 Not able to remove background rectangle white box

  1. Not able to set values ( 23% 10% 8% ..) in all layer 3.Not able to move all links text ( Ex: 1,170,233 under 50 years ) to right like first example

I am developing using java and attached java file I am currently using.

Please kindly help us.

Thanks in advance

thombergs commented 10 years ago

Please create a JSFiddle like this one http://jsfiddle.net/gh/get/jquery/1.9.1/highslide-software/highcharts.com/tree/master/samples/highcharts/demo/pie-donut/ in which you create the chart you want to see. Browse http://api.highcharts.com/highcharts if you need help with all the options.

If you can create the chart you want to have, try to do the same with Wicked Charts. If that doesn't work, post your concrete problem here.

Since Wicked Charts is simply a wrapper for Highcharts, Wicked Charts can only do the things that Highcharts can do.