Suppressing a pie chart element, but not the legend data

I have a scenario that requires suppressing a data item from the pie representation, but I want to display it’s data in the legend. What is the best practice to do this?

Hi,

Legend property has template for legend items. Creates an individual legend item for each object the data source. If you want to present just specific data objects (not all of them), use the values attribute

Please check the sample: https://snippet.webix.com/019o06wy

But how do I suppress the month of may from the pie chart but still represent it in the legend without manipulating the data_set?