PluginProbe
Visualizer – Tables & Charts Manager with Built-in AI Generator / 3.7.9
Visualizer – Tables & Charts Manager with Built-in AI Generator v3.7.9
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 +11 -41 3.10.43.7.9 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%;
@@ -483,9 +461,8 @@
483 461 height: 10px;
484 462 height: 17px;
485 463 border: none;
486 464 color: #fff;
487 - z-index: 1;
488 465 background: #c55555;
489 466 }
490 467
491 468 .type-label {
@@ -494,23 +471,20 @@
494 471 height: 205px;
495 472 padding: 15px;
496 473 border: 1px solid #e0e0e0;
497 474 background-color: white;
498 - background-image: url(../images/chart_types_v395.png);
475 + background-image: url(../images/chart_types_v340_g.png);
499 476 background-repeat: no-repeat;
500 477 background-position: center center;
501 - background-size: 900px 1150px;
502 - filter: grayscale(100%);
503 478 }
504 479
505 480 .type-label-selected,
506 -.type-box .type-label:hover {
507 -/* background-image: url(../images/chart_types_v340.png);*/
508 - filter: grayscale(0);
481 +.type-box > .type-label:hover {
482 + background-image: url(../images/chart_types_v340.png);
509 483 }
510 484
511 485 .type-box-area .type-label {
512 - background-position: -8px -225px;
486 + background-position: 0 -225px;
513 487 }
514 488
515 489 .type-box-line .type-label {
516 490 background-position: -600px 0;
@@ -524,9 +498,9 @@
524 498 background-position: 0 0;
525 499 }
526 500
527 501 .type-box-gauge .type-label {
528 - background-position: -7px -450px;
502 + background-position: 0 -450px;
529 503 }
530 504
531 505 .type-box-geo .type-label {
532 506 background-position: -600px -450px;
@@ -532,9 +506,9 @@
532 506 background-position: -600px -450px;
533 507 }
534 508
535 509 .type-box-candlestick .type-label {
536 - background-position: -304px -450px;
510 + background-position: -300px -450px;
537 511 }
538 512
539 513 .type-box-bar .type-label {
540 514 background-position: -300px -225px;
@@ -540,9 +514,9 @@
540 514 background-position: -300px -225px;
541 515 }
542 516
543 517 .type-box-bubble .type-label {
544 - background-position: -604px -906px;
518 + background-position: -600px -906px;
545 519 }
546 520
547 521 .type-box-column .type-label {
548 522 background-position: -600px -225px;
@@ -554,13 +528,13 @@
554 528 background-position: -301px -670px;
555 529 }
556 530
557 531 .type-box-timeline .type-label {
558 - background-position: -8px -670px;
532 + background-position: -2px -670px;
559 533 }
560 534
561 535 .type-box-combo .type-label {
562 - background-position: -606px -670px;
536 + background-position: -597px -670px;
563 537 }
564 538
565 539 .type-box-polarArea .type-label {
566 540 background-position: -2px -912px;
@@ -1542,12 +1516,8 @@
1542 1516 display: inline-block;
1543 1517 vertical-align: middle;
1544 1518 }
1545 1519
1546 -.viz-simple-editor .viz-html-table {
1547 - width: 95%;
1548 -}
1549 -
1550 1520 /******************************************************************************/
1551 1521 /******************************** chartjs ***********************************/
1552 1522 /******************************************************************************/
1553 1523
@@ -1557,7 +1527,7 @@
1557 1527
1558 1528 /******************************************************************************/
1559 1529 /******************************** Frontend Actions ***********************************/
1560 1530 /******************************************************************************/
1561 -#vz-frontend-actions .only-pro-inner, #vz-data-controls .only-pro-inner {
1531 +#vz-frontend-actions .only-pro-inner {
1562 1532 text-align: center;
1563 1533 }