Ontamine&Vue
modify apexchart burger menu
'chart' => [
'type' => 'bar',
'height' => 287,
'background' => '#ffffff',
'stacked' => true,
'locales' => [
[
'name' => 'fr',
'options' => [
'months' => ['Janvier', 'Février', 'Mars', 'Avril', 'Mai', 'Juin', 'Juillet', 'Août', 'Septembre', 'Octobre', 'Novembre', 'Décembre'],
'shortMonths' => ['Jan', 'Fév', 'Mar', 'Avr', 'Mai', 'Juin', 'Juil', 'Août', 'Sep', 'Oct', 'Nov', 'Déc'],
'days' => ['Dimanche', 'Lundi', 'Mardi', 'Mercredi', 'Jeudi', 'Vendredi', 'Samedi'],
'shortDays' => ['Dim', 'Lun', 'Mar', 'Mer', 'Jeu', 'Ven', 'Sam'],
'toolbar' => [
"exportToSVG" => "Téléchar. WEB",
"exportToPNG" => "Téléch. IMAGE",
"exportToCSV" => "Téléch. EXCEL",
'selection' => 'Sélection',
'selectionZoom' => 'Zoom Sélection',
'zoomIn' => 'Agrandir',
'zoomOut' => 'Réduire',
'pan' => 'Panoramique',
'reset' => 'Réinitialiser Zoom',
],
],
],
],
'defaultLocale' => 'fr',
5 replies
create stacked bar chart with apexcharts
thanks, i read the doc, the chart is working but i want to customize the labels inside the menu shown in the right as a burger icon, so i want to change download svg to get vectoriel icon, thanks
5 replies
table widget with InteractsWithPageFilters
Excuse me if my question was not clear, I am looking for a way to link the InteractsWithPageFilters filter with the table widget filter, meaning if I choose something in the InteractsWithPageFilters filter, the second filter will change and thus the table linked to it
6 replies