Highcharts areaspline, not getting the default color for chart
问题 I am creating an areaspline highcharts. As I am not setting any color it should default to the default blue. For me its automatically filling with rgba(247, 163, 92, 0.75); . Why is that happening. How can I get the default darker blue on the top border and the default blue inside the areaspline. Here is my code: let series_vals = []; let data_array = []; let val_array = []; for (let i = 0; i <= 15 i++) { series_trend.push("series_trend" + i); data_array.push([]); val_array.push(val); } let