Hi Anand,
You may consider to draw your chart as a "Multi-Color Gantt Chart". You may refer to the "Multi-Color Gantt Chart" sample code for an example. You just need to draw the green bars at the bottom, and then overlay the bars of other colors on top.
For the labels on the right side (which shows the percentages), you may use add them as labels to xAxis2 (using Axis.setLabels), just like how to add the labels on the left side.
Hope this can help.
Regards
Peter Kwan |