PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.10.8
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.10.8
4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 3.0.5 3.0.6 3.0.7 3.0.8 3.0.9 3.1.0 3.1.1 3.1.2 3.1.3 3.10.0 3.10.1 3.10.10 3.10.11 3.10.12 3.10.13 3.10.14 3.10.15 3.10.2 3.10.3 All 149 releases
← All changes | classes/Visualizer/Module/Wizard.php +37 -0 3.10.73.10.8 View file →
@@ -340,8 +340,45 @@
340 340 'max' => '',
341 341 'min' => '',
342 342 ),
343 343 ),
344 + 'customcss' => array(
345 + 'headerRow' => array(
346 + 'background-color' => '',
347 + 'color' => '',
348 + 'transform' => '',
349 + ),
350 + 'tableRow' => array(
351 + 'background-color' => '',
352 + 'color' => '',
353 + 'transform' => '',
354 + ),
355 + 'oddTableRow' => array(
356 + 'background-color' => '',
357 + 'color' => '',
358 + 'transform' => '',
359 + ),
360 + 'selectedTableRow' => array(
361 + 'background-color' => '',
362 + 'color' => '',
363 + 'transform' => '',
364 + ),
365 + 'hoverTableRow' => array(
366 + 'background-color' => '',
367 + 'color' => '',
368 + 'transform' => '',
369 + ),
370 + 'headerCell' => array(
371 + 'background-color' => '',
372 + 'color' => '',
373 + 'transform' => '',
374 + ),
375 + 'tableCell' => array(
376 + 'background-color' => '',
377 + 'color' => '',
378 + 'transform' => '',
379 + ),
380 + ),
344 381 )
345 382 );
346 383 $wizard_data = array(
347 384 'chart_type' => $chart_type,