Apex Chart Area Graph
I Am Creating an Area Graph with Apexcharts. Basically, It Is a Stocks Price Chart. I Want That If Price Goes Down, Graph at That Point Should Become Red and...
I am creating an area graph with ApexCharts. Basically, it is a stocks price chart. I want that if price goes down, graph at that point should become red and if goes up it should be green.
The data series i am using is like this - series : [{ name: "price", data: [110,200,109,90,89,400] }] . At 110 it should be red ,at 200 it should be green,at 109 it should become red as price dropped.