Allegiance-Consulting/blazor-highcharts

How to make Polar charts and get the selected points in scatter charts in Blazor?

Opened this issue · 0 comments

We often use Highcharts to make various charts , for example use scatter charts to show a product failure rate trend charts . If we want to see details for a specific point we select to drill down further . Need to use var selectedPoints = chart.getSelectedPoints() and use these selectedPoints to generate another charts , for example Polar charts to show the defect pattern of the failed product .
Could you make 2 demos ? thanks