anychart.onDocumentReady(function () {
var chart = anychart.pie([
{x: 'Cycling', value: 10},
{x: 'Swimming', value: 12},
{x: 'Hiking', value: 11},
{x: 'Alpinism', value: 9}
chart.title('Set select marquee. Use mouse to draw marquee');
chart.container('container');
chart.startSelectRectangleMarquee(true);
chart.selectRectangleMarqueeStroke('#424242', 2, '5 2');