PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.4.2
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.4.2
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 | css/frame.css +27 -76 3.10.33.4.2 View file →
@@ -16,31 +16,9 @@
16 16 right: 310px;
17 17 bottom: 10px;
18 18 left: 10px;
19 19 }
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 -}
20 +
43 21 .loader {
44 22 position: absolute;
45 23 top: 50%;
46 24 left: 50%;
@@ -58,9 +36,9 @@
58 36 z-index: 75;
59 37 top: 0;
60 38 right: 0;
61 39 bottom: 60px;
62 - width: 350px;
40 + width: 299px;
63 41 border-left: 1px solid #dfdfdf;
64 42 background: whitesmoke;
65 43
66 44 -webkit-overflow-scrolling: touch;
@@ -379,23 +357,8 @@
379 357 margin-top: 15px;
380 358 text-align: center;
381 359 }
382 360
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 -}
398 361 /******************************************************************************/
399 362 /******************************** TOOLBAR ***********************************/
400 363 /******************************************************************************/
401 364
@@ -483,9 +446,8 @@
483 446 height: 10px;
484 447 height: 17px;
485 448 border: none;
486 449 color: #fff;
487 - z-index: 1;
488 450 background: #c55555;
489 451 }
490 452
491 453 .type-label {
@@ -494,23 +456,20 @@
494 456 height: 205px;
495 457 padding: 15px;
496 458 border: 1px solid #e0e0e0;
497 459 background-color: white;
498 - background-image: url(../images/chart_types_v395.png);
460 + background-image: url(../images/chart_types_v340_g.png);
499 461 background-repeat: no-repeat;
500 462 background-position: center center;
501 - background-size: 900px 1150px;
502 - filter: grayscale(100%);
503 463 }
504 464
505 465 .type-label-selected,
506 -.type-box .type-label:hover {
507 -/* background-image: url(../images/chart_types_v340.png);*/
508 - filter: grayscale(0);
466 +.type-box > .type-label:hover {
467 + background-image: url(../images/chart_types_v340.png);
509 468 }
510 469
511 470 .type-box-area .type-label {
512 - background-position: -8px -225px;
471 + background-position: 0 -225px;
513 472 }
514 473
515 474 .type-box-line .type-label {
516 475 background-position: -600px 0;
@@ -524,9 +483,9 @@
524 483 background-position: 0 0;
525 484 }
526 485
527 486 .type-box-gauge .type-label {
528 - background-position: -7px -450px;
487 + background-position: 0 -450px;
529 488 }
530 489
531 490 .type-box-geo .type-label {
532 491 background-position: -600px -450px;
@@ -532,9 +491,9 @@
532 491 background-position: -600px -450px;
533 492 }
534 493
535 494 .type-box-candlestick .type-label {
536 - background-position: -304px -450px;
495 + background-position: -300px -450px;
537 496 }
538 497
539 498 .type-box-bar .type-label {
540 499 background-position: -300px -225px;
@@ -540,9 +499,9 @@
540 499 background-position: -300px -225px;
541 500 }
542 501
543 502 .type-box-bubble .type-label {
544 - background-position: -604px -906px;
503 + background-position: -600px -906px;
545 504 }
546 505
547 506 .type-box-column .type-label {
548 507 background-position: -600px -225px;
@@ -547,20 +506,22 @@
547 506 .type-box-column .type-label {
548 507 background-position: -600px -225px;
549 508 }
550 509
551 -.type-box-dataTable .type-label,
552 -.type-box-table .type-label,
553 -.type-box-tabular .type-label {
510 +.type-box-dataTable .type-label {
554 511 background-position: -301px -670px;
555 512 }
556 513
514 +.type-box-table .type-label {
515 + background-position: -301px -670px;
516 +}
517 +
557 518 .type-box-timeline .type-label {
558 - background-position: -8px -670px;
519 + background-position: -2px -670px;
559 520 }
560 521
561 522 .type-box-combo .type-label {
562 - background-position: -606px -670px;
523 + background-position: -597px -670px;
563 524 }
564 525
565 526 .type-box-polarArea .type-label {
566 527 background-position: -2px -912px;
@@ -731,10 +692,10 @@
731 692
732 693 input#existing-chart {
733 694 /*left: 18px;
734 695 width: 110px;
735 - position: relative;*/
736 - }
696 + position: relative;*/
697 +}
737 698
738 699 select#chart-id {
739 700 float: right;
740 701 width: 146px;
@@ -831,11 +792,8 @@
831 792
832 793 .viz-select-library {
833 794 color: #0085ba;
834 795 }
835 -.viz-select-library.viz-hide-libary {
836 - display: none;
837 -}
838 796
839 797 .viz-select-library option:first-child {
840 798 font-weight: bold;
841 799 }
@@ -1002,9 +960,8 @@
1002 960
1003 961 #vz-csv-file-form,
1004 962 #vz-one-time-import,
1005 963 #vz-schedule-import,
1006 -#vz-permissions .only-pro-content,
1007 964 .edit-data-content {
1008 965 text-align: center;
1009 966 }
1010 967
@@ -1405,9 +1362,18 @@
1405 1362 .db-wizard-results .dataTables_wrapper .dataTables_info {
1406 1363 width: calc(100% - 17px);
1407 1364 }
1408 1365
1366 +#vz-chart-docs {
1367 + right: 85px;
1368 + bottom: 40px;
1369 + width: 35%;
1370 +}
1409 1371
1372 +#vz-chart-docs a {
1373 + text-decoration: none;
1374 +}
1375 +
1410 1376 /******************************************************************************/
1411 1377 /******************************** data tables *******************************/
1412 1378 /******************************************************************************/
1413 1379 .db-wizard-results .dt-button {
@@ -1492,12 +1458,8 @@
1492 1458 display: table-cell;
1493 1459 padding: 5px;
1494 1460 }
1495 1461
1496 -.json-wizard-header .field-title {
1497 - position: absolute;
1498 - left: 30px;
1499 -}
1500 1462 /******************************************************************************/
1501 1463 /******************************** html table editor **************************/
1502 1464 /******************************************************************************/
1503 1465 .viz-simple-editor-type,
@@ -1542,12 +1504,8 @@
1542 1504 display: inline-block;
1543 1505 vertical-align: middle;
1544 1506 }
1545 1507
1546 -.viz-simple-editor .viz-html-table {
1547 - width: 95%;
1548 -}
1549 -
1550 1508 /******************************************************************************/
1551 1509 /******************************** chartjs ***********************************/
1552 1510 /******************************************************************************/
1553 1511
@@ -1552,12 +1510,5 @@
1552 1510 /******************************************************************************/
1553 1511
1554 1512 canvas.chartjs-render-monitor {
1555 1513 height: 500px !important;
1556 -}
1557 -
1558 -/******************************************************************************/
1559 -/******************************** Frontend Actions ***********************************/
1560 -/******************************************************************************/
1561 -#vz-frontend-actions .only-pro-inner, #vz-data-controls .only-pro-inner {
1562 - text-align: center;
1563 1514 }