სრული
Morris.Donut({ element: 'graph', data: [ {value: 60, label: 'მოგება'}, {value: 12, label: 'წაგება'}, {value: 28, label: 'ფრე'}, ], backgroundColor: '#272727', labelColor: '#ffffff', colors: [ '#B00B2F', '#C9CCD2', '#0A3C64' ], formatter: function (x) { return x + "%"} });