Hi, regardless setting showDuplicates => true in label option array I can't display duplicate labels on my category axis:
"xaxis"=>array(
"categories" => $cat,
"labels"=>array(
"show" => true,
"maxWidth" => 300,
"showDuplicates" => true,
))
Option was used according to: https://apexcharts.com/docs/options/xaxis/
What I'm doing wrong ?