all files / circularchart3d/model/ theme.js

94.87% Statements 74/78
98.59% Branches 140/142
100% Functions 3/3
94.87% Lines 74/78
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   293× 293×                                                                             262×   262×   293×   302× 302×                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       279×                                                       279×   302×      
define(["require", "exports"], function (require, exports) {
    "use strict";
    Object.defineProperty(exports, "__esModule", { value: true });
    function getCircular3DSeriesColor(theme) {
        var palette;
        switch (theme) {
            case 'Fabric':
                palette = ['#4472c4', '#ed7d31', '#ffc000', '#70ad47', '#5b9bd5',
                    '#c1c1c1', '#6f6fe2', '#e269ae', '#9e480e', '#997300'];
                break;
            case 'Bootstrap4':
                palette = ['#a16ee5', '#f7ce69', '#55a5c2', '#7ddf1e', '#ff6ea6',
                    '#7953ac', '#b99b4f', '#407c92', '#5ea716', '#b91c52'];
                break;
            case 'Bootstrap':
                palette = ['#a16ee5', '#f7ce69', '#55a5c2', '#7ddf1e', '#ff6ea6',
                    '#7953ac', '#b99b4f', '#407c92', '#5ea716', '#b91c52'];
                break;
            case 'HighContrastLight':
            case 'HighContrast':
                palette = ['#79ECE4', '#E98272', '#DFE6B6', '#C6E773', '#BA98FF',
                    '#FA83C3', '#00C27A', '#43ACEF', '#D681EF', '#D8BC6E'];
                break;
            case 'MaterialDark':
                palette = ['#9ECB08', '#56AEFF', '#C57AFF', '#61EAA9', '#EBBB3E',
                    '#F45C5C', '#8A77FF', '#63C7FF', '#FF84B0', '#F7C928'];
                break;
            case 'FabricDark':
                palette = ['#4472c4', '#ed7d31', '#ffc000', '#70ad47', '#5b9bd5',
                    '#c1c1c1', '#6f6fe2', '#e269ae', '#9e480e', '#997300'];
                break;
            case 'BootstrapDark':
                palette = ['#a16ee5', '#f7ce69', '#55a5c2', '#7ddf1e', '#ff6ea6',
                    '#7953ac', '#b99b4f', '#407c92', '#5ea716', '#b91c52'];
                break;
            case 'Tailwind':
                palette = ['#5A61F6', '#65A30D', '#334155', '#14B8A6', '#8B5CF6',
                    '#0369A1', '#F97316', '#9333EA', '#F59E0B', '#15803D'];
                break;
            case 'TailwindDark':
                palette = ['#8B5CF6', '#22D3EE', '#F87171', '#4ADE80', '#E879F9',
                    '#FCD34D', '#F97316', '#2DD4BF', '#F472B6', '#10B981'];
                break;
            case 'Bootstrap5Dark':
            case 'Bootstrap5':
                palette = ['#FD7E14', '#6610F2', '#6F42C1', '#D63384', '#DC3545', '#FFC107', '#198754', '#0DCAF0'];
                break;
            case 'FluentDark':
                palette = ['#1AC9E6', '#DA4CB2', '#EDBB40', '#AF4BCF', '#FF7266',
                    '#1BD565', '#EE993D', '#5887FF', '#EC548D', '#7D39C0'];
                break;
            case 'Fluent':
                palette = ['#1AC9E6', '#DA4CB2', '#EDBB40', '#AF4BCF', '#FF7266',
                    '#1BD565', '#EE993D', '#5887FF', '#EC548D', '#7D39C0'];
                break;
            case 'Fluent2':
                palette = ['#6200EE', '#09AF74', '#0076E5', '#CB3587', '#E7910F',
                    '#0364DE', '#66CD15', '#F3A93C', '#107C10', '#C19C00'];
                break;
            case 'Fluent2Dark':
                palette = ['#9BB449', '#2A72D5', '#43B786', '#3F579A', '#584EC6',
                    '#E85F9C', '#6E7A89', '#EA6266', '#0B6A0B', '#C19C00'];
                break;
            case 'Fluent2HighContrast':
                palette = ['#9BB449', '#2A72D5', '#43B786', '#3F579A', '#584EC6',
                    '#E85F9C', '#6E7A89', '#EA6266', '#0B6A0B', '#C19C00'];
                break;
            case 'Material3':
                palette = ['#6355C7', '#00AEE0', '#FFB400', '#F7523F', '#963C70',
                    '#FD7400', '#4BE0BC', '#2196F5', '#DE3D8A', '#162F88'];
                break;
            case 'Material3Dark':
                palette = ['#4EAAFF', '#FA4EAB', '#FFF500', '#17EA58', '#38FFE7',
                    '#FF9E45', '#B3F32F', '#B93CE4', '#FC5664', '#9B55FF'];
                break;
            default:
                palette = ['#00bdae', '#404041', '#357cd2', '#e56590', '#f8b883',
                    '#70ad47', '#dd8abd', '#7f84e8', '#7bb4eb', '#ea7a57'];
                break;
        }
        return palette;
    }
    exports.getCircular3DSeriesColor = getCircular3DSeriesColor;
    function getCircular3DThemeColor(theme) {
        var style;
        switch (theme) {
            case 'HighContrastLight':
            case 'HighContrast':
                style = {
                    chartTitle: '#ffffff',
                    legendLabel: '#ffffff',
                    background: 'transparent',
                    tooltipFill: '#ffffff',
                    tooltipBoldLabel: '#000000',
                    tooltipLightLabel: '#000000',
                    tooltipHeaderLine: '#969696',
                    tabColor: '#FFD939',
                    chartTitleFont: {
                        color: '#FFFFFF', fontFamily: 'Segoe UI', size: '16px', fontStyle: 'Normal', fontWeight: '600'
                    },
                    legendTitleFont: {
                        color: '#FFFFFF', fontFamily: 'Segoe UI', size: '14px', fontStyle: 'Normal', fontWeight: '600'
                    },
                    legendLabelFont: {
                        color: '#969696', fontFamily: 'Segoe UI', size: '14px', fontStyle: 'Normal', fontWeight: '400'
                    },
                    tooltipLabelFont: {
                        color: '#000000', fontFamily: 'Segoe UI', size: '12px', fontStyle: 'Normal'
                    },
                    datalabelFont: {
                        color: '#969696', fontFamily: 'Segoe UI', size: '12px', fontStyle: 'Normal', fontWeight: '400'
                    },
                    chartSubTitleFont: {
                        color: '#FFFFFF', fontFamily: 'Segoe UI', size: '14px', fontStyle: 'Normal', fontWeight: '400'
                    }
                };
                break;
            case 'MaterialDark':
            case 'FabricDark':
            case 'BootstrapDark':
                style = {
                    chartTitle: '#ffffff',
                    legendLabel: '#DADADA',
                    background: 'transparent',
                    tooltipFill: '#F4F4F4',
                    tooltipBoldLabel: '#282727',
                    tooltipLightLabel: '#333232',
                    tooltipHeaderLine: '#9A9A9A',
                    tabColor: theme === 'MaterialDark' ? '#00B0FF' : theme === 'FabricDark' ? '#0074CC' : '#0070F0',
                    chartTitleFont: {
                        color: theme === 'MaterialDark' ? 'rgba(255, 255, 255, 0.87)' : theme === 'FabricDark' ? '#DADADA' : '#FFFFFF', fontFamily: theme === 'MaterialDark' ? 'Roboto' : theme === 'FabricDark' ? 'Segoe UI' : 'Helvetica', size: '16px', fontStyle: 'Normal', fontWeight: '600'
                    },
                    legendTitleFont: {
                        color: theme === 'MaterialDark' ? 'rgba(255, 255, 255, 0.87)' : theme === 'FabricDark' ? '#DADADA' : '#FFFFFF', fontFamily: theme === 'MaterialDark' ? 'Roboto' : theme === 'FabricDark' ? 'Segoe UI' : 'Helvetica', size: '14px', fontStyle: 'Normal', fontWeight: '600'
                    },
                    legendLabelFont: {
                        color: theme === 'MaterialDark' ? 'rgba(255, 255, 255, 0.6)' : theme === 'FabricDark' ? '#A19F9D' : '#676767', fontFamily: theme === 'MaterialDark' ? 'Roboto' : theme === 'FabricDark' ? 'Segoe UI' : 'Helvetica', size: '14px', fontStyle: 'Normal', fontWeight: '400'
                    },
                    tooltipLabelFont: {
                        color: theme === 'MaterialDark' ? 'rgba(18, 18, 18, 1)' : theme === 'FabricDark' ? '#DADADA' : '#1A1A1A', fontFamily: theme === 'MaterialDark' ? 'Roboto' : theme === 'FabricDark' ? 'Segoe UI' : 'Helvetica', size: '12px', fontStyle: 'Normal'
                    },
                    datalabelFont: {
                        color: theme === 'MaterialDark' ? 'rgba(255, 255, 255, 0.6)' : theme === 'FabricDark' ? '#A19F9D' : '#676767', fontFamily: theme === 'MaterialDark' ? 'Roboto' : theme === 'FabricDark' ? 'Segoe UI' : 'Helvetica', size: '12px', fontStyle: 'Normal', fontWeight: '400'
                    },
                    chartSubTitleFont: {
                        color: theme === 'MaterialDark' ? 'rgba(255, 255, 255, 0.87)' : theme === 'FabricDark' ? '#DADADA' : '#FFFFFF', fontFamily: theme === 'MaterialDark' ? 'Roboto' : theme === 'FabricDark' ? 'Segoe UI' : 'Helvetica', size: '14px', fontStyle: 'Normal', fontWeight: '400'
                    }
                };
                break;
            case 'Bootstrap4':
                style = {
                    chartTitle: '#212529', legendLabel: '#212529',
                    background: 'transparent',
                    tooltipFill: '#020202', tooltipBoldLabel: 'rgba(255,255,255)',
                    tooltipLightLabel: 'rgba(255,255,255, 0.9)', tooltipHeaderLine: 'rgba(255,255,255, 0.2)',
                    tabColor: '#007BFF',
                    chartTitleFont: {
                        color: '#212529', fontFamily: 'Helvetica', size: '16px', fontStyle: 'Normal', fontWeight: '600'
                    },
                    legendTitleFont: {
                        color: '#212529', fontFamily: 'Helvetica', size: '14px', fontStyle: 'Normal', fontWeight: '600'
                    },
                    legendLabelFont: {
                        color: '#666666', fontFamily: 'Helvetica', size: '14px', fontStyle: 'Normal', fontWeight: '400'
                    },
                    tooltipLabelFont: {
                        color: '#F9FAFB', fontFamily: 'Helvetica', size: '12px', fontStyle: 'Normal'
                    },
                    datalabelFont: {
                        color: '#495057', fontFamily: 'Helvetica', size: '12px', fontStyle: 'Normal', fontWeight: '400'
                    },
                    chartSubTitleFont: {
                        color: '#212529', fontFamily: 'Helvetica', size: '14px', fontStyle: 'Normal', fontWeight: '400'
                    }
                };
                break;
            case 'Tailwind':
                style = {
                    chartTitle: '#374151',
                    legendLabel: '#374151',
                    background: 'transparent',
                    tooltipFill: '#111827',
                    tooltipBoldLabel: '#D1D5DB',
                    tooltipLightLabel: '#F9FAFB',
                    tooltipHeaderLine: '#6B7280',
                    tabColor: '#4F46E5',
                    chartTitleFont: {
                        color: '#374151', fontFamily: 'Inter', size: '16px', fontStyle: 'Normal', fontWeight: '600'
                    },
                    legendTitleFont: {
                        color: '#374151', fontFamily: 'Inter', size: '14px', fontStyle: 'Normal', fontWeight: '600'
                    },
                    legendLabelFont: {
                        color: '#374151', fontFamily: 'Inter', size: '14px', fontStyle: 'Normal', fontWeight: '400'
                    },
                    tooltipLabelFont: {
                        color: '#F9FAFB', fontFamily: 'Inter', size: '12px', fontStyle: 'Normal'
                    },
                    datalabelFont: {
                        color: '#6B7280', fontFamily: 'Inter', size: '12px', fontStyle: 'Normal', fontWeight: '400'
                    },
                    chartSubTitleFont: {
                        color: '#374151', fontFamily: 'Inter', size: '14px', fontStyle: 'Normal', fontWeight: '400'
                    }
                };
                break;
            case 'TailwindDark':
                style = {
                    chartTitle: '#D1D5DB',
                    legendLabel: '#D1D5DB',
                    background: 'transparent',
                    tooltipFill: '#F9FAFB',
                    tooltipBoldLabel: '#6B7280',
                    tooltipLightLabel: '#1F2937',
                    tooltipHeaderLine: '#9CA3AF',
                    tabColor: '#22D3EE',
                    chartTitleFont: {
                        color: '#D1D5DB', fontFamily: 'Inter', size: '16px', fontStyle: 'Normal', fontWeight: '600'
                    },
                    legendTitleFont: {
                        color: '#D1D5DB', fontFamily: 'Inter', size: '14px', fontStyle: 'Normal', fontWeight: '600'
                    },
                    legendLabelFont: {
                        color: '#D1D5DB', fontFamily: 'Inter', size: '14px', fontStyle: 'Normal', fontWeight: '400'
                    },
                    tooltipLabelFont: {
                        color: '#1F2937', fontFamily: 'Inter', size: '12px', fontStyle: 'Normal'
                    },
                    datalabelFont: {
                        color: '#9CA3AF', fontFamily: 'Inter', size: '12px', fontStyle: 'Normal', fontWeight: '400'
                    },
                    chartSubTitleFont: {
                        color: '#D1D5DB', fontFamily: 'Inter', size: '14px', fontStyle: 'Normal', fontWeight: '400'
                    }
                };
                break;
            case 'Bootstrap5':
                style = {
                    chartTitle: '#212529',
                    legendLabel: '#212529',
                    background: 'transparent',
                    tooltipFill: '#000000E5',
                    tooltipBoldLabel: '#F9FAFB',
                    tooltipLightLabel: '#FFFFFF',
                    tooltipHeaderLine: '#FFFFFF',
                    tabColor: '#0D6EFD',
                    chartTitleFont: {
                        color: '#212529', fontFamily: 'Segoe UI', size: '16px', fontStyle: 'Normal', fontWeight: '600'
                    },
                    legendTitleFont: {
                        color: '#212529', fontFamily: 'Segoe UI', size: '12px', fontStyle: 'Normal', fontWeight: '600'
                    },
                    legendLabelFont: {
                        color: '#212529', fontFamily: 'Segoe UI', size: '12px', fontStyle: 'Normal', fontWeight: '400'
                    },
                    tooltipLabelFont: {
                        color: '#FFFFFF', fontFamily: 'Segoe UI', size: '12px', fontStyle: 'Normal'
                    },
                    datalabelFont: {
                        color: '#212529', fontFamily: 'Segoe UI', size: '12px', fontStyle: 'Normal', fontWeight: '400'
                    },
                    chartSubTitleFont: {
                        color: '#21252980', fontFamily: 'Segoe UI', size: '14px', fontStyle: 'Normal', fontWeight: '600'
                    }
                };
                break;
            case 'Bootstrap5Dark':
                style = {
                    chartTitle: '#DEE2E6',
                    legendLabel: '#DEE2E6',
                    background: 'transparent',
                    tooltipFill: '#E9ECEF',
                    tooltipBoldLabel: '#212529',
                    tooltipLightLabel: '#212529',
                    tooltipHeaderLine: '#212529',
                    tabColor: '#0D6EFD',
                    chartTitleFont: {
                        color: '#DEE2E6', fontFamily: 'Segoe UI', size: '16px', fontStyle: 'Normal', fontWeight: '600'
                    },
                    legendTitleFont: {
                        color: '#DEE2E6', fontFamily: 'Segoe UI', size: '12px', fontStyle: 'Normal', fontWeight: '600'
                    },
                    legendLabelFont: {
                        color: '#DEE2E6', fontFamily: 'Segoe UI', size: '12px', fontStyle: 'Normal', fontWeight: '400'
                    },
                    tooltipLabelFont: {
                        color: '#212529', fontFamily: 'Segoe UI', size: '12px', fontStyle: 'Normal'
                    },
                    datalabelFont: {
                        color: '#DEE2E6', fontFamily: 'Segoe UI', size: '12px', fontStyle: 'Normal', fontWeight: '400'
                    },
                    chartSubTitleFont: {
                        color: '#DEE2E680', fontFamily: 'Segoe UI', size: '14px', fontStyle: 'Normal', fontWeight: '600'
                    }
                };
                break;
            case 'Fluent':
                style = {
                    chartTitle: '#201F1E',
                    legendLabel: '#323130',
                    background: 'transparent',
                    tooltipFill: '#FFFFFF',
                    tooltipBoldLabel: '#323130',
                    tooltipLightLabel: '#323130',
                    tooltipHeaderLine: '#D2D0CE',
                    tabColor: '#0078D4',
                    chartTitleFont: {
                        color: '#201F1E', fontFamily: 'Segoe UI', size: '16px', fontStyle: 'Normal', fontWeight: '600'
                    },
                    legendTitleFont: {
                        color: '#201F1E', fontFamily: 'Segoe UI', size: '14px', fontStyle: 'Normal', fontWeight: '600'
                    },
                    legendLabelFont: {
                        color: '#49454E', fontFamily: 'Segoe UI', size: '14px', fontStyle: 'Normal', fontWeight: '400'
                    },
                    tooltipLabelFont: {
                        color: '#323130', fontFamily: 'Segoe UI', size: '12px', fontStyle: 'Normal'
                    },
                    datalabelFont: {
                        color: '#3B3A39', fontFamily: 'Segoe UI', size: '12px', fontStyle: 'Normal', fontWeight: '400'
                    },
                    chartSubTitleFont: {
                        color: '#323129', fontFamily: 'Segoe UI', size: '14px', fontStyle: 'Normal', fontWeight: '400'
                    }
                };
                break;
            case 'FluentDark':
                style = {
                    chartTitle: '#F3F2F1',
                    legendLabel: '#D2D0CE',
                    background: 'transparent',
                    tooltipFill: '#252423',
                    tooltipBoldLabel: '#F3F2F1',
                    tooltipLightLabel: '#F3F2F1',
                    tooltipHeaderLine: '#3B3A39',
                    tabColor: '#0078D4',
                    chartTitleFont: {
                        color: '#C8C6C4', fontFamily: 'Segoe UI', size: '16px', fontStyle: 'Normal', fontWeight: '600'
                    },
                    legendTitleFont: {
                        color: '#F3F2F1', fontFamily: 'Segoe UI', size: '14px', fontStyle: 'Normal', fontWeight: '600'
                    },
                    legendLabelFont: {
                        color: '#D2D0CE', fontFamily: 'Segoe UI', size: '14px', fontStyle: 'Normal', fontWeight: '400'
                    },
                    tooltipLabelFont: {
                        color: '#F3F2F1', fontFamily: 'Segoe UI', size: '12px', fontStyle: 'Normal'
                    },
                    datalabelFont: {
                        color: '#D2D0CE', fontFamily: 'Segoe UI', size: '12px', fontStyle: 'Normal', fontWeight: '400'
                    },
                    chartSubTitleFont: {
                        color: '#F3F2F1', fontFamily: 'Segoe UI', size: '14px', fontStyle: 'Normal', fontWeight: '400'
                    }
                };
                break;
            case 'Fluent2':
                style = {
                    chartTitle: '#242424',
                    legendLabel: '#242424',
                    background: 'transparent',
                    tooltipFill: '#FFFFFF',
                    tooltipBoldLabel: '#242424',
                    tooltipLightLabel: '#242424',
                    tooltipHeaderLine: '#D2D0CE',
                    tabColor: '#0078D4',
                    chartTitleFont: {
                        color: '#242424', fontFamily: 'Segoe UI', size: '16px', fontStyle: 'Normal', fontWeight: '600'
                    },
                    legendTitleFont: {
                        color: '#242424', fontFamily: 'Segoe UI', size: '12px', fontStyle: 'Normal', fontWeight: '600'
                    },
                    legendLabelFont: {
                        color: '#242424', fontFamily: 'Segoe UI', size: '12px', fontStyle: 'Normal', fontWeight: '400'
                    },
                    tooltipLabelFont: {
                        color: '#242424', fontFamily: 'Segoe UI', size: '12px', fontStyle: 'Normal'
                    },
                    datalabelFont: {
                        color: '#242424', fontFamily: 'Segoe UI', size: '12px', fontStyle: 'Normal', fontWeight: '400'
                    },
                    chartSubTitleFont: {
                        color: '#616161', fontFamily: 'Segoe UI', size: '14px', fontStyle: 'Normal', fontWeight: '600'
                    }
                };
                break;
            case 'Fluent2Dark':
                style = {
                    chartTitle: '#FFFFFF',
                    legendLabel: '#FFFFFF',
                    background: 'transparent',
                    tooltipFill: '#292929',
                    tooltipBoldLabel: '#FFFFFF',
                    tooltipLightLabel: '#FFFFFF',
                    tooltipHeaderLine: '#3B3A39',
                    tabColor: '#0078D4',
                    chartTitleFont: {
                        color: '#FFFFFF', fontFamily: 'Segoe UI', size: '16px', fontStyle: 'Normal', fontWeight: '600'
                    },
                    legendTitleFont: {
                        color: '#FFFFFF', fontFamily: 'Segoe UI', size: '12px', fontStyle: 'Normal', fontWeight: '600'
                    },
                    legendLabelFont: {
                        color: '#FFFFFF', fontFamily: 'Segoe UI', size: '12px', fontStyle: 'Normal', fontWeight: '400'
                    },
                    tooltipLabelFont: {
                        color: '#FFFFFF', fontFamily: 'Segoe UI', size: '12px', fontStyle: 'Normal'
                    },
                    datalabelFont: {
                        color: '#FFFFFF', fontFamily: 'Segoe UI', size: '12px', fontStyle: 'Normal', fontWeight: '400'
                    },
                    chartSubTitleFont: {
                        color: '#ADADAD', fontFamily: 'Segoe UI', size: '14px', fontStyle: 'Normal', fontWeight: '600'
                    }
                };
                break;
            case 'Fluent2HighContrast':
                style = {
                    chartTitle: '#FFFFFF',
                    legendLabel: '#FFFFFF',
                    background: 'transparent',
                    tooltipFill: '#000000',
                    tooltipBoldLabel: '#FFFFFF',
                    tooltipLightLabel: '#FFFFFF',
                    tooltipHeaderLine: '#3B3A39',
                    tabColor: '#0078D4',
                    chartTitleFont: {
                        color: '#FFFFFF', fontFamily: 'Segoe UI', size: '16px', fontStyle: 'Normal', fontWeight: '600'
                    },
                    legendTitleFont: {
                        color: '#FFFFFF', fontFamily: 'Segoe UI', size: '12px', fontStyle: 'Normal', fontWeight: '600'
                    },
                    legendLabelFont: {
                        color: '#FFFFFF', fontFamily: 'Segoe UI', size: '12px', fontStyle: 'Normal', fontWeight: '400'
                    },
                    tooltipLabelFont: {
                        color: '#FFFFFF', fontFamily: 'Segoe UI', size: '12px', fontStyle: 'Normal'
                    },
                    datalabelFont: {
                        color: '#FFFFFF', fontFamily: 'Segoe UI', size: '12px', fontStyle: 'Normal', fontWeight: '400'
                    },
                    chartSubTitleFont: {
                        color: '#FFFFFF', fontFamily: 'Segoe UI', size: '14px', fontStyle: 'Normal', fontWeight: '600'
                    }
                };
                break;
            case 'Material3':
                style = {
                    chartTitle: '#1C1B1F',
                    legendLabel: '#49454E',
                    background: 'transparent',
                    tooltipFill: '#313033',
                    tooltipBoldLabel: '#F4EFF4',
                    tooltipLightLabel: '#F4EFF4',
                    tooltipHeaderLine: '#F4EFF4',
                    tabColor: '#49454E',
                    chartTitleFont: {
                        color: '#1C1B1F', fontFamily: 'Roboto', size: '16px', fontStyle: 'Normal', fontWeight: '600'
                    },
                    legendTitleFont: {
                        color: '#1C1B1F', fontFamily: 'Roboto', size: '14px', fontStyle: 'Normal', fontWeight: '600'
                    },
                    legendLabelFont: {
                        color: '#49454E', fontFamily: 'Roboto', size: '14px', fontStyle: 'Normal', fontWeight: '400'
                    },
                    tooltipLabelFont: {
                        color: '#F4EFF4', fontFamily: 'Roboto', size: '12px', fontStyle: 'Normal'
                    },
                    datalabelFont: {
                        color: '#49454E', fontFamily: 'Roboto', size: '12px', fontStyle: 'Normal', fontWeight: '400'
                    },
                    chartSubTitleFont: {
                        color: '#49454E', fontFamily: 'Roboto', size: '14px', fontStyle: 'Normal', fontWeight: '400'
                    }
                };
                break;
            case 'Material3Dark':
                style = {
                    chartTitle: '#E6E1E5',
                    legendLabel: '#CAC4D0',
                    background: 'transparent',
                    tooltipFill: '#E6E1E5',
                    tooltipBoldLabel: '#313033',
                    tooltipLightLabel: '#313033',
                    tooltipHeaderLine: '#313033',
                    tabColor: '#CAC4D0',
                    chartTitleFont: {
                        color: '#E6E1E5', fontFamily: 'Roboto', size: '16px', fontStyle: 'Normal', fontWeight: '600'
                    },
                    legendTitleFont: {
                        color: '#E6E1E5', fontFamily: 'Roboto', size: '14px', fontStyle: 'Normal', fontWeight: '600'
                    },
                    legendLabelFont: {
                        color: '#CAC4D0', fontFamily: 'Roboto', size: '14px', fontStyle: 'Normal', fontWeight: '400'
                    },
                    tooltipLabelFont: {
                        color: '#313033', fontFamily: 'Roboto', size: '12px', fontStyle: 'Normal'
                    },
                    datalabelFont: {
                        color: '#CAC4D0', fontFamily: 'Roboto', size: '12px', fontStyle: 'Normal', fontWeight: '400'
                    },
                    chartSubTitleFont: {
                        color: '#CAC4D0', fontFamily: 'Roboto', size: '14px', fontStyle: 'Normal', fontWeight: '400'
                    }
                };
                break;
            default:
                style = {
                    chartTitle: '#424242',
                    legendLabel: '#353535',
                    background: 'transparent',
                    tooltipFill: '#000816',
                    tooltipBoldLabel: '#ffffff',
                    tooltipLightLabel: '#dbdbdb',
                    tooltipHeaderLine: '#ffffff',
                    tabColor: theme === 'Material' ? '#ff4081' : theme === 'Fabric' ? '#0078D6' : '#317AB9',
                    chartTitleFont: {
                        color: theme === 'Material' ? 'rgba(0, 0, 0, 1)' : theme === 'Fabric' ? '#333333' : '#212529', fontFamily: theme === 'Material' ? 'Roboto' : theme === 'Fabric' ? 'Segoe UI' : 'Helvetica', size: '16px', fontStyle: 'Normal', fontWeight: '600'
                    },
                    legendTitleFont: {
                        color: theme === 'Material' ? 'rgba(0, 0, 0, 1)' : theme === 'Fabric' ? '#333333' : '#212529', fontFamily: theme === 'Material' ? 'Roboto' : theme === 'Fabric' ? 'Segoe UI' : 'Helvetica', size: '14px', fontStyle: 'Normal', fontWeight: '600'
                    },
                    legendLabelFont: {
                        color: theme === 'Material' ? 'rgba(97, 97, 97, 1)' : theme === 'Fabric' ? '#666666' : '#666666', fontFamily: theme === 'Material' ? 'Roboto' : theme === 'Fabric' ? 'Segoe UI' : 'Helvetica', size: '14px', fontStyle: 'Normal', fontWeight: '400'
                    },
                    tooltipLabelFont: {
                        color: theme === 'Material' ? 'rgba(249, 250, 251, 1)' : theme === 'Fabric' ? '#333333' : '#F9FAFB', fontFamily: theme === 'Material' ? 'Roboto' : theme === 'Fabric' ? 'Segoe UI' : 'Helvetica', size: '12px', fontStyle: 'Normal'
                    },
                    datalabelFont: {
                        color: theme === 'Material' ? 'rgba(97, 97, 97, 1)' : theme === 'Fabric' ? '#666666' : '#676767', fontFamily: theme === 'Material' ? 'Roboto' : theme === 'Fabric' ? 'Segoe UI' : 'Helvetica', size: '12px', fontStyle: 'Normal', fontWeight: '400'
                    },
                    chartSubTitleFont: {
                        color: theme === 'Material' ? 'rgba(0, 0, 0, 1)' : theme === 'Fabric' ? '#333333' : '#212529', fontFamily: theme === 'Material' ? 'Roboto' : theme === 'Fabric' ? 'Segoe UI' : 'Helvetica', size: '14px', fontStyle: 'Normal', fontWeight: '400'
                    }
                };
                break;
        }
        return style;
    }
    exports.getCircular3DThemeColor = getCircular3DThemeColor;
});