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' }];
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' }];
I need link on other chart also. Looking for some common solution.
Hereβs a start: http://codepen.io/etpinard/pen/yamvBM
Thanks a lot for the code sample:)