hi,
I am trying basic bar chart.
http://plot.ly/javascript/pie-charts/
Is it possible I can add a http link on each label?
like below:
var data = [{
values: [19, 26, 55],
labels: ['Residential', 'Non-Residential', 'Utility'],
type: 'pie'
}];