all files / maps/model/ theme.js

98.17% Statements 107/109
97.62% Branches 41/42
100% Functions 8/8
98.17% Lines 107/109
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792                                                                                                                                                                                                                                 780× 780×                           12×   12×     11×   11×         744×   744×   780×                                                                                                                                           849× 849× 849×   14× 14×       849×       20×                                                         20×   68×                                                         68×   15×                                                             15×                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               12×                                                               12×   11×                                                               11×                                                                         707×                                                         707×   849×      
define(["require", "exports"], function (require, exports) {
    "use strict";
    Object.defineProperty(exports, "__esModule", { value: true });
    var Theme;
    (function (Theme) {
        Theme.mapsTitleFont = {
            size: '14px',
            fontWeight: null,
            color: '#424242',
            fontStyle: 'Medium',
            fontFamily: 'Roboto, Noto, Sans-serif'
        };
        Theme.mapsSubTitleFont = {
            size: '13px',
            fontWeight: null,
            color: '#424242',
            fontStyle: 'Medium',
            fontFamily: 'Roboto, Noto, Sans-serif'
        };
        Theme.tooltipLabelFont = {
            size: '12px',
            fontWeight: 'Regular',
            color: null,
            fontStyle: 'Regular',
            fontFamily: null
        };
        Theme.legendTitleFont = {
            size: '12px',
            fontWeight: 'Medium',
            color: null,
            fontStyle: 'Medium',
            fontFamily: null
        };
        Theme.legendLabelFont = {
            size: '13px',
            fontWeight: 'Medium',
            color: null,
            fontStyle: 'Medium',
            fontFamily: 'Roboto, Noto, Sans-serif'
        };
        Theme.dataLabelFont = {
            size: null,
            fontWeight: 'Medium',
            color: '#000000',
            fontStyle: 'Medium',
            fontFamily: 'Roboto, Noto, Sans-serif'
        };
    })(Theme = exports.Theme || (exports.Theme = {}));
    var FabricTheme;
    (function (FabricTheme) {
        FabricTheme.mapsTitleFont = {
            size: '14px',
            fontWeight: 'Semibold',
            color: '#424242',
            fontStyle: 'Semibold',
            fontFamily: 'SegoeUI, Helvetica Neue, Helvetica, Arial, sans-serif'
        };
        FabricTheme.mapsSubTitleFont = {
            size: '13px',
            fontWeight: 'Regular',
            color: '#424242',
            fontStyle: 'Regular',
            fontFamily: 'SegoeUI, Helvetica Neue, Helvetica, Arial, sans-serif'
        };
        FabricTheme.tooltipLabelFont = {
            size: '12px',
            fontWeight: 'Regular',
            color: '#FFFFFF',
            fontStyle: 'Regular',
            fontFamily: 'Roboto'
        };
        FabricTheme.legendTitleFont = {
            size: '14px',
            fontWeight: 'Regular',
            color: '#757575',
            fontStyle: 'Regular',
            fontFamily: 'SegoeUI, Helvetica Neue, Helvetica, Arial, sans-serif'
        };
        FabricTheme.legendLabelFont = {
            size: '13px',
            fontWeight: 'Medium',
            color: '#757575',
            fontStyle: 'Medium',
            fontFamily: 'SegoeUI, Helvetica Neue, Helvetica, Arial, sans-serif'
        };
        FabricTheme.dataLabelFont = {
            size: '12px',
            fontWeight: 'Medium',
            color: '#000000',
            fontStyle: 'Medium',
            fontFamily: 'SegoeUI, Helvetica Neue, Helvetica, Arial, sans-serif'
        };
    })(FabricTheme = exports.FabricTheme || (exports.FabricTheme = {}));
    var BootstrapTheme;
    (function (BootstrapTheme) {
        BootstrapTheme.mapsTitleFont = {
            size: '14px',
            fontWeight: 'Semibold',
            color: '#424242',
            fontStyle: 'Semibold',
            fontFamily: 'Helvetica Neue, Helvetica, Arial, sans-serif'
        };
        BootstrapTheme.mapsSubTitleFont = {
            size: '13px',
            fontWeight: 'Regular',
            color: '#424242',
            fontStyle: 'Regular',
            fontFamily: 'Helvetica Neue, Helvetica, Arial, sans-serif'
        };
        BootstrapTheme.tooltipLabelFont = {
            size: '12px',
            fontWeight: 'Regular',
            color: '#FFFFFF',
            fontStyle: 'Regular',
            fontFamily: 'Roboto'
        };
        BootstrapTheme.legendTitleFont = {
            size: '14px',
            fontWeight: 'Regular',
            color: '#757575',
            fontStyle: 'Regular',
            fontFamily: 'Helvetica Neue, Helvetica, Arial, sans-serif'
        };
        BootstrapTheme.legendLabelFont = {
            size: '13px',
            fontWeight: 'Medium',
            color: '#757575',
            fontStyle: 'Medium',
            fontFamily: 'Helvetica Neue, Helvetica, Arial, sans-serif'
        };
        BootstrapTheme.dataLabelFont = {
            size: '12px',
            fontWeight: 'Medium',
            color: '#000000',
            fontStyle: 'Medium',
            fontFamily: 'Helvetica Neue, Helvetica, Arial, sans-serif'
        };
    })(BootstrapTheme = exports.BootstrapTheme || (exports.BootstrapTheme = {}));
    function getShapeColor(theme) {
        var themePalette;
        switch (theme.toLowerCase()) {
            case 'tailwind':
                themePalette = ['#0369A1', '#14B8A6', '#15803D', '#334155', '#5A61F6',
                    '#65A30D', '#8B5CF6', '#9333EA', '#F59E0B', '#F97316'];
                break;
            case 'tailwinddark':
                themePalette = ['#10B981', '#22D3EE', '#2DD4BF', '#4ADE80', '#8B5CF6',
                    '#E879F9', '#F472B6', '#F87171', '#F97316', '#FCD34D'];
                break;
            case 'fluent':
                themePalette = ['#614570', '#4C6FB1', '#CC6952', '#3F579A', '#4EA09B',
                    '#6E7A89', '#D4515C', '#E6AF5D', '#639751', '#9D4D69'];
                break;
            case 'fluentdark':
                themePalette = ['#8AB113', '#2A72D5', '#43B786', '#584EC6', '#E85F9C',
                    '#6E7A89', '#EA6266', '#EBA844', '#26BC7A', '#BC4870'];
                break;
            case 'material3':
                themePalette = ['#6200EE', '#E77A16', '#82C100', '#7107DC', '#05BB3D',
                    '#D21020', '#FAD200', '#0085FF', '#9204EA', '#08EE9B'];
                break;
            case 'material3dark':
                themePalette = ['#4EAAFF', '#FA4EAB', '#FFF500', '#17EA58', '#38FFE7',
                    '#FF9E45', '#B3F32F', '#B93CE4', '#FC5664', '#9B55FF'];
                break;
            case 'fluent2':
                themePalette = ['#6200EE', '#09AF74', '#0076E5', '#CB3587', '#E7910F',
                    '#0364DE', '#66CD15', '#F3A93C', '#107C10', '#C19C00'];
                break;
            case 'fluent2dark':
            case 'fluent2highcontrast':
                themePalette = ['#9BB449', '#2A72D5', '#43B786', '#3F579A', '#584EC6',
                    '#E85F9C', '#6E7A89', '#EA6266', '#0B6A0B', '#C19C00'];
                break;
            case 'bootstrap5':
            case 'bootstrap5dark':
                themePalette = ['#6610F2', '#6f42C1', '#D63384', '#DC3545',
                    '#FD7E14', '#FFC107', '#198754', '#0DCAF0'];
                break;
            default:
                themePalette = ['#B5E485', '#7BC1E8', '#DF819C', '#EC9B79', '#78D0D3',
                    '#D6D572', '#9178E3', '#A1E5B4', '#87A4B4', '#E4C16C'];
                break;
        }
        return themePalette;
    }
    exports.getShapeColor = getShapeColor;
    var HighContrastTheme;
    (function (HighContrastTheme) {
        HighContrastTheme.mapsTitleFont = {
            size: '14px',
            fontWeight: 'Medium',
            color: '#FFFFFF',
            fontStyle: 'Medium',
            fontFamily: 'Roboto, Noto, Sans-serif'
        };
        HighContrastTheme.mapsSubTitleFont = {
            size: '13px',
            fontWeight: 'Medium',
            color: '#FFFFFF',
            fontStyle: 'Medium',
            fontFamily: 'Roboto, Noto, Sans-serif'
        };
        HighContrastTheme.tooltipLabelFont = {
            size: '12px',
            fontWeight: 'Regular',
            color: '#000000',
            fontStyle: 'Regular',
            fontFamily: 'Roboto'
        };
        HighContrastTheme.legendTitleFont = {
            size: '14px',
            fontWeight: 'Regular',
            color: '#FFFFFF',
            fontStyle: 'Regular',
            fontFamily: 'Roboto, Noto, Sans-serif'
        };
        HighContrastTheme.legendLabelFont = {
            size: '13px',
            fontWeight: 'Medium',
            color: '#FFFFFF',
            fontStyle: 'Medium',
            fontFamily: 'Roboto, Noto, Sans-serif'
        };
        HighContrastTheme.dataLabelFont = {
            size: null,
            fontWeight: 'Medium',
            color: '#000000',
            fontStyle: 'Medium',
            fontFamily: 'Roboto, Noto, Sans-serif'
        };
    })(HighContrastTheme = exports.HighContrastTheme || (exports.HighContrastTheme = {}));
    var DarkTheme;
    (function (DarkTheme) {
        DarkTheme.mapsTitleFont = {
            fontFamily: 'Roboto, Noto, Sans-serif',
            fontWeight: 'Medium',
            size: '14px',
            fontStyle: 'Medium',
            color: '#FFFFFF'
        };
        DarkTheme.mapsSubTitleFont = {
            size: '13px',
            color: '#FFFFFF',
            fontWeight: 'Medium',
            fontFamily: 'Roboto, Noto, Sans-serif',
            fontStyle: 'Medium'
        };
        DarkTheme.tooltipLabelFont = {
            size: '12px',
            color: '#282727',
            fontWeight: 'Regular',
            fontFamily: 'Roboto',
            fontStyle: 'Regular'
        };
        DarkTheme.legendTitleFont = {
            size: '14px',
            fontWeight: 'Regular',
            color: '#FFFFFF',
            fontStyle: 'Regular',
            fontFamily: 'Roboto, Noto, Sans-serif'
        };
        DarkTheme.legendLabelFont = {
            size: '13px',
            fontFamily: 'Roboto, Noto, Sans-serif',
            fontWeight: 'Medium',
            color: '#DADADA',
            fontStyle: 'Medium'
        };
    })(DarkTheme = exports.DarkTheme || (exports.DarkTheme = {}));
    function getThemeStyle(theme) {
        var style;
        var color;
        switch (theme.toLowerCase()) {
            case 'materialdark':
                color = '#303030';
                break;
            case 'fabricdark':
                color = '#201F1F';
                break;
            case 'bootstrapdark':
                color = '#1A1A1A';
                break;
        }
        switch (theme.toLowerCase()) {
            case 'materialdark':
            case 'fabricdark':
            case 'bootstrapdark':
                style = {
                    backgroundColor: color,
                    areaBackgroundColor: color,
                    titleFontColor: '#FFFFFF',
                    titleFontSize: '14px',
                    subTitleFontColor: '#FFFFFF',
                    legendTitleFontColor: '#DADADA',
                    legendTextColor: '#DADADA',
                    dataLabelFontColor: '#DADADA',
                    tooltipFontColor: '#FFFFFF',
                    tooltipFillColor: '#363F4C',
                    zoomFillColor: '#FFFFFF',
                    labelFontFamily: 'Roboto, Noto, Sans-serif',
                    fontFamily: 'Roboto, Noto, Sans-serif',
                    fontSize: '12px',
                    legendFontSize: '12px',
                    fontWeight: 'Medium',
                    titleFontWeight: 'Medium',
                    zoomSelectionColor: '#e61576',
                    shapeFill: '#A6A6A6',
                    shapeBorderColor: '#000000',
                    rectangleZoomFillColor: '#d3d3d3',
                    rectangleZoomFillOpacity: 0.5,
                    rectangleZoomBorderColor: '#009900',
                    legendBorderColor: '#000000',
                    legendBorderWidth: 0,
                    tooltipBorderColor: 'transparent',
                    zoomButtonRadius: 30
                };
                break;
            case 'highcontrast':
                style = {
                    backgroundColor: '#000000',
                    areaBackgroundColor: '#000000',
                    titleFontColor: '#FFFFFF',
                    titleFontSize: '14px',
                    subTitleFontColor: '#FFFFFF',
                    legendTitleFontColor: '#FFFFFF',
                    legendTextColor: '#FFFFFF',
                    dataLabelFontColor: '#000000',
                    tooltipFontColor: '#000000',
                    tooltipFillColor: '#ffffff',
                    zoomFillColor: '#FFFFFF',
                    fontFamily: 'Roboto, Noto, Sans-serif',
                    fontSize: '12px',
                    legendFontSize: '12px',
                    fontWeight: 'Medium',
                    labelFontFamily: 'Roboto, Noto, Sans-serif',
                    titleFontWeight: 'Medium',
                    zoomSelectionColor: '#e61576',
                    shapeFill: '#A6A6A6',
                    shapeBorderColor: '#000000',
                    rectangleZoomFillColor: '#d3d3d3',
                    rectangleZoomFillOpacity: 0.5,
                    rectangleZoomBorderColor: '#009900',
                    legendBorderColor: '#000000',
                    legendBorderWidth: 0,
                    tooltipBorderColor: 'transparent',
                    zoomButtonRadius: 30
                };
                break;
            case 'bootstrap4':
                style = {
                    backgroundColor: '#FFFFFF',
                    areaBackgroundColor: '#FFFFFF',
                    titleFontColor: '#212529',
                    subTitleFontColor: '#212529',
                    legendTitleFontColor: '#212529',
                    legendTextColor: '#212529',
                    dataLabelFontColor: '#212529',
                    tooltipFontColor: '#FFFFFF',
                    tooltipFillColor: '#000000',
                    zoomFillColor: '#5B6269',
                    fontFamily: 'HelveticaNeue-Medium',
                    fontSize: '12px',
                    fontWeight: 'Medium',
                    titleFontSize: '16px',
                    legendFontSize: '14px',
                    tooltipFillOpacity: 1,
                    tooltipTextOpacity: 0.9,
                    labelFontFamily: 'HelveticaNeue-Medium',
                    titleFontWeight: 'Medium',
                    zoomSelectionColor: '#e61576',
                    shapeFill: '#A6A6A6',
                    shapeBorderColor: '#000000',
                    rectangleZoomFillColor: '#d3d3d3',
                    rectangleZoomFillOpacity: 0.5,
                    rectangleZoomBorderColor: '#009900',
                    legendBorderColor: '#000000',
                    legendBorderWidth: 0,
                    tooltipBorderColor: 'transparent',
                    zoomButtonRadius: 30
                };
                break;
            case 'tailwind':
                style = {
                    backgroundColor: 'rgba(255,255,255, 0.0)',
                    areaBackgroundColor: 'rgba(255,255,255, 0.0)',
                    titleFontColor: '#374151',
                    subTitleFontColor: '#374151',
                    legendTitleFontColor: '#374151',
                    legendTextColor: '#6B7280',
                    dataLabelFontColor: '#505967',
                    tooltipFontColor: '#F9FAFB',
                    tooltipFillColor: '#111827',
                    zoomFillColor: '#6b7280',
                    fontFamily: 'Inter',
                    fontSize: '12px',
                    fontWeight: 'Medium',
                    titleFontSize: '14px',
                    legendFontSize: '12px',
                    tooltipFillOpacity: 1,
                    tooltipTextOpacity: 0.9,
                    labelFontFamily: 'Inter',
                    titleFontWeight: '500',
                    zoomSelectionColor: '#374151',
                    shapeFill: '#E5E7EB',
                    shapeBorderColor: '#000000',
                    rectangleZoomFillColor: '#d3d3d3',
                    rectangleZoomFillOpacity: 0.5,
                    rectangleZoomBorderColor: '#009900',
                    legendBorderColor: '#000000',
                    legendBorderWidth: 0,
                    tooltipBorderColor: 'transparent',
                    zoomButtonRadius: 30
                };
                break;
            case 'tailwinddark':
                style = {
                    backgroundColor: 'rgba(255,255,255, 0.0)',
                    areaBackgroundColor: 'rgba(255,255,255, 0.0)',
                    titleFontColor: '#D1D5DB',
                    subTitleFontColor: '#D1D5DB',
                    legendTitleFontColor: '#D1D5DB',
                    legendTextColor: '#D1D5DB',
                    dataLabelFontColor: '#D1D5DB',
                    tooltipFontColor: '#1F2937',
                    tooltipFillColor: '#F9FAFB',
                    zoomFillColor: '#D1D5DB',
                    fontFamily: 'Inter',
                    fontSize: '12px',
                    fontWeight: 'Medium',
                    titleFontSize: '14px',
                    legendFontSize: '12px',
                    tooltipFillOpacity: 1,
                    tooltipTextOpacity: 0.9,
                    labelFontFamily: 'Inter',
                    titleFontWeight: '500',
                    zoomSelectionColor: '#F3F4F6',
                    shapeFill: '#374151',
                    shapeBorderColor: '#000000',
                    rectangleZoomFillColor: '#d3d3d3',
                    rectangleZoomFillOpacity: 0.5,
                    rectangleZoomBorderColor: '#009900',
                    legendBorderColor: '#000000',
                    legendBorderWidth: 0,
                    tooltipBorderColor: 'transparent',
                    zoomButtonRadius: 30
                };
                break;
            case 'bootstrap5':
                style = {
                    backgroundColor: 'transparent',
                    areaBackgroundColor: 'transparent',
                    titleFontColor: '#212529',
                    subTitleFontColor: '#212529',
                    legendTitleFontColor: '#212529',
                    legendTextColor: '#212529',
                    dataLabelFontColor: '#212529',
                    tooltipFontColor: '#FFFFFF',
                    tooltipFillColor: '#000000',
                    zoomFillColor: '#6E757D',
                    fontFamily: 'Segoe UI',
                    fontSize: '10px',
                    fontWeight: '400',
                    titleFontSize: '14px',
                    subTitleFontSize: '12px',
                    legendFontSize: '10px',
                    tooltipFillOpacity: 0.9,
                    tooltipTextOpacity: 1,
                    labelFontFamily: 'Segoe UI',
                    titleFontWeight: '400',
                    zoomSelectionColor: '#212529',
                    zoomBorderColor: '#DEE2E6',
                    shapeFill: '#E9ECEF',
                    shapeBorderColor: '#DEE2E6',
                    zoomButtonRadius: 32,
                    rectangleZoomBorderColor: '#0D6EFD',
                    rectangleZoomFillColor: '#86B7FE',
                    rectangleZoomFillOpacity: 0.30,
                    legendBorderColor: '#000000',
                    legendBorderWidth: 0,
                    tooltipBorderColor: 'transparent'
                };
                break;
            case 'bootstrap5dark':
                style = {
                    backgroundColor: 'transparent',
                    areaBackgroundColor: 'transparent',
                    titleFontColor: '#DEE2E6',
                    subTitleFontColor: '#DEE2E6',
                    legendTitleFontColor: '#DEE2E6',
                    legendTextColor: '#DEE2E6',
                    dataLabelFontColor: '#DEE2E6',
                    tooltipFontColor: '#212529',
                    tooltipFillColor: '#FFFFFF',
                    zoomFillColor: '#ADB5BD',
                    fontFamily: 'Segoe UI',
                    fontSize: '10px',
                    fontWeight: '400',
                    titleFontSize: '14px',
                    subTitleFontSize: '12px',
                    legendFontSize: '10px',
                    tooltipFillOpacity: 0.9,
                    tooltipTextOpacity: 1,
                    labelFontFamily: 'Segoe UI',
                    titleFontWeight: '400',
                    zoomSelectionColor: '#F8F9FA',
                    zoomBorderColor: '#495057',
                    shapeFill: '#343A40',
                    shapeBorderColor: '#495057',
                    zoomButtonRadius: 32,
                    rectangleZoomFillColor: '#86B7FE',
                    rectangleZoomBorderColor: '#0D6EFD',
                    rectangleZoomFillOpacity: 0.30,
                    legendBorderColor: '#000000',
                    legendBorderWidth: 0,
                    tooltipBorderColor: 'transparent'
                };
                break;
            case 'fluent':
                style = {
                    backgroundColor: 'rgba(255,255,255, 0.0)',
                    areaBackgroundColor: 'rgba(255,255,255, 0.0)',
                    titleFontColor: '#201F1E',
                    subTitleFontColor: '#201F1E',
                    legendTitleFontColor: '#201F1E',
                    legendTextColor: '#201F1E',
                    dataLabelFontColor: '#201F1E',
                    tooltipFontColor: '#323130',
                    tooltipFillColor: '#FFFFFF',
                    zoomFillColor: '#A19F9D',
                    fontFamily: 'Segoe UI',
                    fontSize: '12px',
                    fontWeight: 'Medium',
                    titleFontSize: '14px',
                    legendFontSize: '12px',
                    tooltipFillOpacity: 1,
                    tooltipTextOpacity: 1,
                    labelFontFamily: 'Segoe UI',
                    titleFontWeight: '600',
                    zoomSelectionColor: '#323130',
                    shapeFill: '#F3F2F1',
                    shapeBorderColor: '#000000',
                    rectangleZoomFillColor: '#d3d3d3',
                    rectangleZoomFillOpacity: 0.5,
                    rectangleZoomBorderColor: '#009900',
                    legendBorderColor: '#000000',
                    legendBorderWidth: 0,
                    tooltipBorderColor: 'transparent',
                    zoomButtonRadius: 30
                };
                break;
            case 'fluentdark':
                style = {
                    backgroundColor: 'rgba(255,255,255, 0.0)',
                    areaBackgroundColor: 'rgba(255,255,255, 0.0)',
                    titleFontColor: '#F3F2F1',
                    subTitleFontColor: '#F3F2F1',
                    legendTitleFontColor: '#F3F2F1',
                    legendTextColor: '#F3F2F1',
                    dataLabelFontColor: '#F3F2F1',
                    tooltipFontColor: '#F3F2F1',
                    tooltipFillColor: '#252423',
                    zoomFillColor: '#484644',
                    fontFamily: 'Segoe UI',
                    fontSize: '12px',
                    fontWeight: 'Medium',
                    titleFontSize: '14px',
                    legendFontSize: '12px',
                    tooltipFillOpacity: 1,
                    tooltipTextOpacity: 1,
                    labelFontFamily: 'Segoe UI',
                    titleFontWeight: '600',
                    zoomSelectionColor: '#F3F2F1',
                    shapeFill: '#252423',
                    shapeBorderColor: '#000000',
                    rectangleZoomFillColor: '#d3d3d3',
                    rectangleZoomFillOpacity: 0.5,
                    rectangleZoomBorderColor: '#009900',
                    legendBorderColor: '#000000',
                    legendBorderWidth: 0,
                    tooltipBorderColor: 'transparent',
                    zoomButtonRadius: 30
                };
                break;
            case 'material3':
                style = {
                    backgroundColor: 'transparent',
                    areaBackgroundColor: 'transparent',
                    titleFontColor: '#1C1B1F',
                    subTitleFontColor: '#1C1B1F',
                    legendTitleFontColor: '#1C1B1F',
                    legendTextColor: '#49454E',
                    dataLabelFontColor: '#1C1B1F',
                    tooltipFontColor: '#F4EFF4',
                    tooltipFillColor: '#313033',
                    zoomFillColor: '#49454E',
                    fontFamily: 'Roboto',
                    fontSize: '14px',
                    titleFontSize: '16px',
                    subTitleFontSize: '14px',
                    legendFontSize: '12px',
                    tooltipFillOpacity: 1,
                    tooltipTextOpacity: 1,
                    labelFontFamily: 'Roboto',
                    titleFontWeight: '500',
                    fontWeight: '400',
                    zoomSelectionColor: '#49454E',
                    shapeFill: '#E7E0EC',
                    shapeBorderColor: '#000000',
                    rectangleZoomFillColor: '#6750A4',
                    rectangleZoomFillOpacity: 0.24,
                    rectangleZoomBorderColor: '#6750A4',
                    legendBorderColor: '#000000',
                    legendBorderWidth: 0,
                    tooltipBorderColor: 'transparent',
                    zoomButtonRadius: 30
                };
                break;
            case 'material3dark':
                style = {
                    backgroundColor: 'transparent',
                    areaBackgroundColor: 'transparent',
                    titleFontColor: '#E6E1E5',
                    subTitleFontColor: '#E6E1E5',
                    legendTitleFontColor: '#E6E1E5',
                    legendTextColor: '#CAC4D0',
                    dataLabelFontColor: '#E6E1E5',
                    tooltipFontColor: '#313033',
                    tooltipFillColor: '#E6E1E5',
                    zoomFillColor: '#E6E1E5',
                    fontFamily: 'Roboto',
                    fontSize: '14px',
                    titleFontSize: '16px',
                    subTitleFontSize: '14px',
                    legendFontSize: '12px',
                    tooltipFillOpacity: 1,
                    tooltipTextOpacity: 1,
                    labelFontFamily: 'Roboto',
                    titleFontWeight: '500',
                    fontWeight: '400',
                    zoomSelectionColor: '#E6E1E5',
                    shapeFill: '#49454F',
                    shapeBorderColor: '#000000',
                    rectangleZoomFillColor: '#D0BCFF',
                    rectangleZoomFillOpacity: 0.24,
                    rectangleZoomBorderColor: '#D0BCFF',
                    legendBorderColor: '#000000',
                    legendBorderWidth: 0,
                    tooltipBorderColor: 'transparent',
                    zoomButtonRadius: 30
                };
                break;
            case 'fluent2':
                style = {
                    backgroundColor: 'transparent',
                    areaBackgroundColor: 'transparent',
                    titleFontColor: '#242424',
                    subTitleFontColor: '#242424',
                    legendTitleFontColor: '#242424',
                    legendTextColor: '#242424',
                    dataLabelFontColor: '#242424',
                    tooltipFontColor: '#242424',
                    tooltipFillColor: '#FFFFFF',
                    zoomFillColor: '#D1D1D1',
                    fontFamily: 'Segoe UI',
                    fontSize: '10px',
                    fontWeight: '400',
                    titleFontSize: '14px',
                    subTitleFontSize: '12px',
                    legendFontSize: '12px',
                    tooltipFillOpacity: 1,
                    tooltipTextOpacity: 1,
                    labelFontFamily: 'Segoe UI',
                    titleFontWeight: '600',
                    zoomSelectionColor: '#242424',
                    shapeFill: '#E6E6E6',
                    shapeBorderColor: '#EBEBEB',
                    rectangleZoomFillColor: '#B4D6FA',
                    rectangleZoomFillOpacity: 0.25,
                    rectangleZoomBorderColor: '#0F6CBD',
                    legendBorderColor: '#000000',
                    legendBorderWidth: 0,
                    tooltipBorderColor: 'transparent',
                    zoomButtonRadius: 32
                };
                break;
            case 'fluent2dark':
                style = {
                    backgroundColor: 'transparent',
                    areaBackgroundColor: 'transparent',
                    titleFontColor: '#FFFFFF',
                    subTitleFontColor: '#FFFFFF',
                    legendTitleFontColor: '#FFFFFF',
                    legendTextColor: '#FFFFFF',
                    dataLabelFontColor: '#FFFFFF',
                    tooltipFontColor: '#FFFFFF',
                    tooltipFillColor: '#292929',
                    zoomFillColor: '#666',
                    fontFamily: 'Segoe UI',
                    fontSize: '10px',
                    fontWeight: '400',
                    titleFontSize: '14px',
                    subTitleFontSize: '12px',
                    legendFontSize: '12px',
                    tooltipFillOpacity: 1,
                    tooltipTextOpacity: 1,
                    labelFontFamily: 'Segoe UI',
                    titleFontWeight: '600',
                    zoomSelectionColor: '#FFFFFF',
                    shapeFill: '#333333',
                    shapeBorderColor: '#000000',
                    rectangleZoomFillColor: '#0E4775',
                    rectangleZoomFillOpacity: 0.25,
                    rectangleZoomBorderColor: '#0E4775',
                    legendBorderColor: '#000000',
                    legendBorderWidth: 0,
                    tooltipBorderColor: 'transparent',
                    zoomButtonRadius: 32
                };
                break;
            case 'fluent2highcontrast':
                style = {
                    backgroundColor: 'transparent',
                    areaBackgroundColor: 'transparent',
                    titleFontColor: '#FFFFFF',
                    subTitleFontColor: '#FFFFFF',
                    legendTitleFontColor: '#FFFFFF',
                    legendTextColor: '#FFFFFF',
                    dataLabelFontColor: '#FFFFFF',
                    tooltipFontColor: '#FFFFFF',
                    tooltipFillColor: '#000000',
                    zoomFillColor: '#3FF23F',
                    fontFamily: 'Segoe UI',
                    fontSize: '10px',
                    fontWeight: '400',
                    titleFontSize: '14px',
                    subTitleFontSize: '12px',
                    legendFontSize: '12px',
                    tooltipFillOpacity: 1,
                    tooltipTextOpacity: 1,
                    labelFontFamily: 'Segoe UI',
                    titleFontWeight: '600',
                    zoomSelectionColor: '#FFFFFF',
                    zoomBorderColor: '#FFFFFF',
                    shapeFill: '#FFFFFF',
                    shapeBorderColor: '#FFFFFF',
                    rectangleZoomFillColor: '#1AEBFF',
                    rectangleZoomFillOpacity: 0.25,
                    rectangleZoomBorderColor: '#1AEBFF',
                    legendBorderColor: '#FFFFFF',
                    legendBorderWidth: 1,
                    tooltipBorderColor: '#FFF',
                    zoomButtonRadius: 32
                };
                break;
            default:
                style = {
                    backgroundColor: '#FFFFFF',
                    areaBackgroundColor: '#FFFFFF',
                    titleFontColor: '#424242',
                    titleFontSize: '14px',
                    subTitleFontColor: '#424242',
                    legendTitleFontColor: '#757575',
                    legendTextColor: '#757575',
                    dataLabelFontColor: '#000000',
                    tooltipFontColor: '#FFFFFF',
                    tooltipFillColor: '#000000',
                    zoomFillColor: '#737373',
                    labelFontFamily: 'Roboto, Noto, Sans-serif',
                    fontFamily: 'Roboto, Noto, Sans-serif',
                    fontSize: '12px',
                    legendFontSize: '12px',
                    fontWeight: 'Medium',
                    titleFontWeight: 'Medium',
                    zoomSelectionColor: '#e61576',
                    shapeFill: '#A6A6A6',
                    shapeBorderColor: '#000000',
                    rectangleZoomFillColor: '#d3d3d3',
                    rectangleZoomFillOpacity: 0.5,
                    rectangleZoomBorderColor: '#009900',
                    legendBorderColor: '#000000',
                    legendBorderWidth: 0,
                    tooltipBorderColor: 'transparent',
                    zoomButtonRadius: 30
                };
                break;
        }
        return style;
    }
    exports.getThemeStyle = getThemeStyle;
});