I currently have a pie chart that is taking from a dataset 1 and displaying the result rows.
What I would like to add is a second and third dataset, dataset 2 and dataset 3, to add to the legend of the pie chart, but not the actual displayed chart.
Example: Dataset 1 contains apples 50% and oranges 50% Dataset 2 contains different apples adding up to 50% Dataset 3 contains different oranges adding up to 50%.
Picture of intended output:

Is there a way to modify that legend to allow different datasets to not impact the pie chart?