I created a website in Blazor that displays a line chart. I'm displaying a main data which i need to show data labels, but the chart also has 2 lines Max and Min data in red and i don't want to show the data labels for these 2 lines. Is there a way to only show data labels for 1 data in Blazor Bootstrap Charts specifically line charts?
I based all my code on this website: https://demos.blazorbootstrap.com/charts/line-chart