anychart.onDocumentReady(function() {
var chart = anychart.pie();
chart.title('Top 10 Cosmetic Products by Revenue');
{x: 'Venta Publica', value: 15750000},
{x: 'Venta Privada', value: 11250000},
{x: 'Recompensas', value: 78750000},
{x: 'Equipo y Asesores', value: 33750000},
{x: 'Liquidez', value: 11250000},
{x: 'Marketing y Comunidad', value: 18000000},
{x: 'Stalking Reward', value: 36000000},
{x: 'Partnerships', value: 11250000},
{x: 'Reserva', value: 9000000}
chart.container('container');