var plot = $.plot($('#placeholder2'),
               [ { data: d1, label: 'Profits'}, { data: d2, label: 'Expenses' } ], {
                    lines: {
                        show: true,
                        fill: true, /*SWITCHED*/