Personal tools

Template:PieChart: Difference between revisions

From FANTOM5_SSTAR

Jump to: navigation, search
No edit summary
No edit summary
Line 56: Line 56:
                     allowPointSelect: true,
                     allowPointSelect: true,
                     cursor: 'pointer',
                     cursor: 'pointer',
                    point: {
                    events: {
                        click: function() {
                            alert ('Category: '+ this.category +', value: '+ this.y);
                        }
                    }
                  },
                     dataLabels: {
                     dataLabels: {
                         enabled: true,
                         enabled: true,

Revision as of 16:22, 13 June 2013