apexcharts.js tickPlacement:on messes tooltip formatter
xaxis: { type: ‘category’, tickPlacement: ‘on’, range: 10, labels: { show: true, formatter: function(val) { return dayjs(val).format(“MMM”) } }, group: { style: { fontSize: ’10px’, fontWeight: 700 }, //groups: [{ title: ‘2023’, cols: 3 },{ title: ‘2024’, cols: 7 }] groups: <?php echo $mos_cnt_response;?> } }, tooltip: { x: { formatter: function(val) { return dayjs(val).format(“MMM”) […]
Ratio between data in ApexChart bar is too great making small bars impossible to see and to hit. How to resolve?
I have the following ApexChart bar:
Apex Charts (JS) remove first / last grid and first / last tick
im designing a chart in apex. It’s my first try and looks really great.
But i hang at a few problems.
In Oracle APEX, 23.1 How do I change the colour based on the value of the label on the xaxis?
I want to be able to have different colour x-Axis labels (tickLabels?) based on the value of the Lable — EXPIRED would be Red, “> 40 Days” would be Green, etc
How prevent scatter point trimmed on mixed charts graph in apexcharts?
The last scatter point is cut and is correctly inside the svg container.