Javascript – How to change the color of each marker APEXCHARTS chart in next js
Do you know if there is a way to define the color of each point? Ex: { x: 'Yellow', y: [2100, 3000], colors: '#808080',} because it is set by default for all markers: plotOptions > dumbbellColors, I would like a…