function createNewLegendAndAttach(chartInstance, legendOpts) {
        var legend = new Chart.Legend({
            ctx: chartInstance.chart.ctx,
            options: legendOpts,
            chart: chartInstance