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.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 3.10.4 All 148 releases
← All changes | css/frame.css +271 -24 3.1.03.10.8 View file →
@@ -16,9 +16,31 @@
16 16 right: 310px;
17 17 bottom: 10px;
18 18 left: 10px;
19 19 }
20 -
20 +#control_wrapper_canvas:not(:empty) {
21 + margin: 15px 0 0 5px;
22 + position: relative;
23 + z-index: 1;
24 +}
25 +#control_wrapper_canvas:not(:empty) + #canvas .google-visualization-table {
26 + top: 60px;
27 +}
28 +.vz-vertical .google-visualization-table {
29 + left: 70px;
30 +}
31 +.google-visualization-controls-categoryfilter label.google-visualization-controls-label {
32 + vertical-align: middle;
33 +}
34 +.google-visualization-controls-categoryfilter li.goog-inline-block {
35 + margin: 0 0.2em;
36 +}
37 +.google-visualization-controls-categoryfilter li {
38 + padding: 0 0.2em;
39 +}
40 +.goog-combobox input {
41 + min-height: auto;
42 +}
21 43 .loader {
22 44 position: absolute;
23 45 top: 50%;
24 46 left: 50%;
@@ -36,9 +58,9 @@
36 58 z-index: 75;
37 59 top: 0;
38 60 right: 0;
39 61 bottom: 60px;
40 - width: 299px;
62 + width: 350px;
41 63 border-left: 1px solid #dfdfdf;
42 64 background: whitesmoke;
43 65
44 66 -webkit-overflow-scrolling: touch;
@@ -88,8 +110,12 @@
88 110 cursor: pointer;
89 111 transition: 0.15s color ease-in-out,0.15s background-color ease-in-out,0.15s border-color ease-in-out;
90 112 }
91 113
114 +.viz-title-small {
115 + font-size: smaller;
116 +}
117 +
92 118 .viz-group-wrapper .viz-group .viz-group:hover .viz-group-title,
93 119 .viz-group-wrapper .viz-group .viz-group.open .viz-group-title {
94 120 border-left-color: #0073aa;
95 121 color: #0073aa;
@@ -258,8 +284,19 @@
258 284 font-weight: normal;
259 285 text-decoration: none;
260 286 }
261 287
288 +.viz-info-msg {
289 + font-weight: bold !important;
290 + font-style: italic;
291 +}
292 +
293 +.viz-info-msg::before {
294 + font-family: dashicons;
295 + content: "\f488";
296 + margin-right: 5px;
297 +}
298 +
262 299 .viz-section-description {
263 300 margin: 0;
264 301 /*display: none;*/
265 302 padding: 0;
@@ -342,8 +379,23 @@
342 379 margin-top: 15px;
343 380 text-align: center;
344 381 }
345 382
383 +#viz-tabs {
384 + display: none;
385 +}
386 +
387 +#viz-tabs.done {
388 + display: block;
389 +}
390 +
391 +#viz-tabs .ui-tabs-panel {
392 + padding: 0;
393 +}
394 +
395 +#viz-tabs .wp-color-picker {
396 + width: 4rem !important;
397 +}
346 398 /******************************************************************************/
347 399 /******************************** TOOLBAR ***********************************/
348 400 /******************************************************************************/
349 401
@@ -362,8 +414,9 @@
362 414 }
363 415
364 416 #toolbar .push-right {
365 417 float: right;
418 + margin-right: 10px;
366 419 }
367 420
368 421 #toolbar .push-left {
369 422 float: left;
@@ -430,8 +483,9 @@
430 483 height: 10px;
431 484 height: 17px;
432 485 border: none;
433 486 color: #fff;
487 + z-index: 1;
434 488 background: #c55555;
435 489 }
436 490
437 491 .type-label {
@@ -440,20 +494,23 @@
440 494 height: 205px;
441 495 padding: 15px;
442 496 border: 1px solid #e0e0e0;
443 497 background-color: white;
444 - background-image: url(../images/chart_types_g.png);
498 + background-image: url(../images/chart_types_v395.png);
445 499 background-repeat: no-repeat;
446 500 background-position: center center;
501 + background-size: 900px 1150px;
502 + filter: grayscale(100%);
447 503 }
448 504
449 505 .type-label-selected,
450 -.type-box > .type-label:hover {
451 - background-image: url(../images/chart_types.png);
506 +.type-box .type-label:hover {
507 +/* background-image: url(../images/chart_types_v340.png);*/
508 + filter: grayscale(0);
452 509 }
453 510
454 511 .type-box-area .type-label {
455 - background-position: 0 -225px;
512 + background-position: -8px -225px;
456 513 }
457 514
458 515 .type-box-line .type-label {
459 516 background-position: -600px 0;
@@ -467,9 +524,9 @@
467 524 background-position: 0 0;
468 525 }
469 526
470 527 .type-box-gauge .type-label {
471 - background-position: 0 -450px;
528 + background-position: -7px -450px;
472 529 }
473 530
474 531 .type-box-geo .type-label {
475 532 background-position: -600px -450px;
@@ -475,9 +532,9 @@
475 532 background-position: -600px -450px;
476 533 }
477 534
478 535 .type-box-candlestick .type-label {
479 - background-position: -300px -450px;
536 + background-position: -304px -450px;
480 537 }
481 538
482 539 .type-box-bar .type-label {
483 540 background-position: -300px -225px;
@@ -482,28 +539,38 @@
482 539 .type-box-bar .type-label {
483 540 background-position: -300px -225px;
484 541 }
485 542
543 +.type-box-bubble .type-label {
544 + background-position: -604px -906px;
545 +}
546 +
486 547 .type-box-column .type-label {
487 548 background-position: -600px -225px;
488 549 }
489 550
490 -.type-box-dataTable .type-label {
551 +.type-box-dataTable .type-label,
552 +.type-box-table .type-label,
553 +.type-box-tabular .type-label {
491 554 background-position: -301px -670px;
492 555 }
493 556
494 -.type-box-table .type-label {
495 - background-position: -301px -670px;
557 +.type-box-timeline .type-label {
558 + background-position: -8px -670px;
496 559 }
497 560
498 -.type-box-timeline .type-label {
499 - background-position: -2px -670px;
561 +.type-box-combo .type-label {
562 + background-position: -606px -670px;
500 563 }
501 564
502 -.type-box-combo .type-label {
503 - background-position: -597px -670px;
565 +.type-box-polarArea .type-label {
566 + background-position: -2px -912px;
504 567 }
505 568
569 +.type-box-radar .type-label {
570 + background-position: -301px -899px;
571 +}
572 +
506 573 /******************************************************************************/
507 574 /******************************** OTHER STYLES ******************************/
508 575 /******************************************************************************/
509 576
@@ -664,10 +731,10 @@
664 731
665 732 input#existing-chart {
666 733 /*left: 18px;
667 734 width: 110px;
668 - position: relative;*/
669 -}
735 + position: relative;*/
736 + }
670 737
671 738 select#chart-id {
672 739 float: right;
673 740 width: 146px;
@@ -761,8 +828,19 @@
761 828 .hidden-setting {
762 829 display: none;
763 830 }
764 831
832 +.viz-select-library {
833 + color: #0085ba;
834 +}
835 +.viz-select-library.viz-hide-libary {
836 + display: none;
837 +}
838 +
839 +.viz-select-library option:first-child {
840 + font-weight: bold;
841 +}
842 +
765 843 /* ====== RESPONSIVE ====== */
766 844
767 845 @media (max-width: 1366px) {
768 846 #rate-stars {
@@ -924,8 +1002,9 @@
924 1002
925 1003 #vz-csv-file-form,
926 1004 #vz-one-time-import,
927 1005 #vz-schedule-import,
1006 +#vz-permissions .only-pro-content,
928 1007 .edit-data-content {
929 1008 text-align: center;
930 1009 }
931 1010
@@ -1002,17 +1081,22 @@
1002 1081 .only-pro-content a {
1003 1082 display: inline-block;
1004 1083 padding: 7px 12px;
1005 1084 color: #fff;
1006 - background: #ff595e;
1085 + background: #3F57E1;
1007 1086 font-weight: 600;
1008 1087 text-decoration: none;
1009 - text-transform: uppercase;
1010 1088 transition: 0.1s ease;
1089 + border-width: 1px;
1090 + border-style: solid;
1091 + border-radius: 3px;
1011 1092 }
1093 +.only-pro-content .only-pro-container a {
1094 + color: #fff !important;
1095 +}
1012 1096
1013 1097 .only-pro-content a:hover {
1014 - background: #ce484c;
1098 + background: #2D419B;
1015 1099 }
1016 1100
1017 1101 #sidebar::-webkit-scrollbar {
1018 1102 width: 4px;
@@ -1301,21 +1385,184 @@
1301 1385 .db-wizard-error {
1302 1386 color: #f00;
1303 1387 }
1304 1388
1305 -.db-wizard-hints {
1389 +.db-wizard-hints,
1390 +.json-wizard-hints,
1391 +.html-table-editor-hints {
1306 1392 margin-bottom: 30px;
1307 1393 color: #0085ba;
1308 1394 }
1309 1395
1310 1396 .db-wizard-hints .visualizer-emboss,
1311 -.db-wizard-hints a {
1397 +.db-wizard-hints a,
1398 +.html-table-editor-hints a,
1399 +.json-wizard-hints .visualizer-emboss,
1400 +.json-wizard-hints a {
1312 1401 color: #f92472;
1313 1402 }
1314 1403
1315 -.db-wizard-hints ul {
1404 +.db-wizard-hints ul,
1405 +.html-table-editor-hints ul,
1406 +.json-wizard-hints ul {
1316 1407 list-style: square;
1317 1408 }
1318 1409
1319 1410 .db-wizard-results .dataTables_wrapper .dataTables_info {
1320 1411 width: calc(100% - 17px);
1321 -}
1412 +}
1413 +
1414 +
1415 +/******************************************************************************/
1416 +/******************************** data tables *******************************/
1417 +/******************************************************************************/
1418 +.db-wizard-results .dt-button {
1419 + display: none !important;
1420 +}
1421 +
1422 +.dt-button.buttons-print {
1423 + display: none;
1424 +}
1425 +
1426 +/******************************************************************************/
1427 +/******************************** json table *********************************/
1428 +/******************************************************************************/
1429 +#json-conclude-form .results {
1430 + min-width: 10px !important;
1431 +}
1432 +
1433 +#json-conclude-form .json-table {
1434 + width: 85%;
1435 +}
1436 +
1437 +#vz-import-json-url,
1438 +#vz-import-json-root,
1439 +#vz-import-json-paging {
1440 + width: 75%;
1441 +}
1442 +
1443 +#json-conclude-form .json-table,
1444 +#json-conclude-form button#visualizer-json-conclude {
1445 + display: inline-block;
1446 + vertical-align: middle;
1447 +}
1448 +
1449 +.viz-editor-table tbody tr:first-child {
1450 + background-color: #ececec !important;
1451 +}
1452 +
1453 +.viz-editor-table tr th {
1454 + background-color: #cccccc;
1455 +}
1456 +
1457 +.viz-editor-table thead tr th:nth-child(n+1) {
1458 + cursor: move !important;
1459 +}
1460 +
1461 +#json-conclude-form .json-wizard-hints .info,
1462 +.html-table-editor-hints .info {
1463 + margin: 1% 0px;
1464 +}
1465 +
1466 +.viz-step.ui-state-active {
1467 + border-color: #0085BA !important;
1468 + background: #0085BA !important;
1469 + color: #ffffff;
1470 +}
1471 +
1472 +.viz-substep {
1473 + outline: 0 !important;
1474 + border: 0 !important;
1475 + background: none !important;
1476 + text-transform: uppercase;
1477 +}
1478 +
1479 +.viz-substep.ui-state-active {
1480 +}
1481 +
1482 +.viz-substep ~ .ui-accordion-content {
1483 + outline: 0 !important;
1484 + border: 0 !important;
1485 + font-size: smaller;
1486 +}
1487 +
1488 +.viz-substep ~ div {
1489 + display: table;
1490 +}
1491 +
1492 +.viz-substep ~ div > div {
1493 + display: table-row;
1494 +}
1495 +
1496 +.viz-substep ~ div > div div {
1497 + display: table-cell;
1498 + padding: 5px;
1499 +}
1500 +
1501 +.json-wizard-header .field-title {
1502 + position: absolute;
1503 + left: 30px;
1504 +}
1505 +/******************************************************************************/
1506 +/******************************** html table editor **************************/
1507 +/******************************************************************************/
1508 +.viz-simple-editor-type,
1509 +.viz-simple-editor {
1510 + display: none;
1511 +}
1512 +
1513 +.viz-table-editor {
1514 + width: 75%;
1515 + margin-left: 2%;
1516 +}
1517 +
1518 +.viz-html-table,
1519 +button#visualizer-save-html-table {
1520 + display: inline-block;
1521 + vertical-align: middle;
1522 +}
1523 +
1524 +
1525 +/******************************************************************************/
1526 +/******************************** text area editor **************************/
1527 +/******************************************************************************/
1528 +.viz-text-editor {
1529 + padding: 20px;
1530 + z-index: 9999;
1531 + box-sizing: border-box;
1532 + padding-right: 320px;
1533 +}
1534 +
1535 +.viz-text-editor textarea {
1536 + width: 85%;
1537 + overflow: auto;
1538 + background: #282923;
1539 + color: #ffffff;
1540 + padding: 15px;
1541 + height: 400px;
1542 + font-size: 15px;
1543 +}
1544 +
1545 +.viz-text-editor textarea,
1546 +button#viz-text-editor-button {
1547 + display: inline-block;
1548 + vertical-align: middle;
1549 +}
1550 +
1551 +.viz-simple-editor .viz-html-table {
1552 + width: 95%;
1553 +}
1554 +
1555 +/******************************************************************************/
1556 +/******************************** chartjs ***********************************/
1557 +/******************************************************************************/
1558 +
1559 +canvas.chartjs-render-monitor {
1560 + height: 500px !important;
1561 +}
1562 +
1563 +/******************************************************************************/
1564 +/******************************** Frontend Actions ***********************************/
1565 +/******************************************************************************/
1566 +#vz-frontend-actions .only-pro-inner, #vz-data-controls .only-pro-inner {
1567 + text-align: center;
1568 +}