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 fill with opacity. \n Use mouse to draw marquee');
chart.container('container');
chart.startSelectRectangleMarquee(true);
chart.selectRectangleMarqueeFill('#FFEB3B', 0.3);