Relative Content

Tag Archive for apexcharts

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”) […]