apexcharts.css
746 lines
| 1 | @keyframes opaque { |
| 2 | 0% { |
| 3 | opacity: 0 |
| 4 | } |
| 5 | |
| 6 | to { |
| 7 | opacity: 1 |
| 8 | } |
| 9 | } |
| 10 | |
| 11 | @keyframes resizeanim { |
| 12 | |
| 13 | 0%, |
| 14 | to { |
| 15 | opacity: 0 |
| 16 | } |
| 17 | } |
| 18 | |
| 19 | .apexcharts-canvas { |
| 20 | position: relative; |
| 21 | direction: ltr !important; |
| 22 | user-select: none |
| 23 | } |
| 24 | |
| 25 | .apexcharts-canvas ::-webkit-scrollbar { |
| 26 | -webkit-appearance: none; |
| 27 | width: 6px |
| 28 | } |
| 29 | |
| 30 | .apexcharts-canvas ::-webkit-scrollbar-thumb { |
| 31 | border-radius: 4px; |
| 32 | background-color: rgba(0, 0, 0, .5); |
| 33 | box-shadow: 0 0 1px rgba(255, 255, 255, .5); |
| 34 | -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5) |
| 35 | } |
| 36 | |
| 37 | .apexcharts-inner { |
| 38 | position: relative |
| 39 | } |
| 40 | |
| 41 | .apexcharts-text tspan { |
| 42 | font-family: inherit |
| 43 | } |
| 44 | |
| 45 | rect.legend-mouseover-inactive, |
| 46 | .legend-mouseover-inactive rect, |
| 47 | .legend-mouseover-inactive path, |
| 48 | .legend-mouseover-inactive circle, |
| 49 | .legend-mouseover-inactive line, |
| 50 | .legend-mouseover-inactive text.apexcharts-yaxis-title-text, |
| 51 | .legend-mouseover-inactive text.apexcharts-yaxis-label { |
| 52 | transition: .15s ease all; |
| 53 | opacity: .2 |
| 54 | } |
| 55 | |
| 56 | .apexcharts-legend-text { |
| 57 | padding-left: 15px; |
| 58 | margin-left: -15px; |
| 59 | } |
| 60 | |
| 61 | .apexcharts-series-collapsed { |
| 62 | opacity: 0 |
| 63 | } |
| 64 | |
| 65 | .apexcharts-tooltip { |
| 66 | border-radius: 5px; |
| 67 | box-shadow: 2px 2px 6px -4px #999; |
| 68 | cursor: default; |
| 69 | font-size: 14px; |
| 70 | left: 62px; |
| 71 | opacity: 0; |
| 72 | pointer-events: none; |
| 73 | position: absolute; |
| 74 | top: 20px; |
| 75 | display: flex; |
| 76 | flex-direction: column; |
| 77 | overflow: hidden; |
| 78 | white-space: nowrap; |
| 79 | z-index: 12; |
| 80 | transition: .15s ease all |
| 81 | } |
| 82 | |
| 83 | .apexcharts-tooltip.apexcharts-active { |
| 84 | opacity: 1; |
| 85 | transition: .15s ease all |
| 86 | } |
| 87 | |
| 88 | .apexcharts-tooltip.apexcharts-theme-light { |
| 89 | border: 1px solid #e3e3e3; |
| 90 | background: rgba(255, 255, 255, .96) |
| 91 | } |
| 92 | |
| 93 | .apexcharts-tooltip.apexcharts-theme-dark { |
| 94 | color: #fff; |
| 95 | background: rgba(30, 30, 30, .8) |
| 96 | } |
| 97 | |
| 98 | .apexcharts-tooltip * { |
| 99 | font-family: inherit |
| 100 | } |
| 101 | |
| 102 | .apexcharts-tooltip-title { |
| 103 | padding: 6px; |
| 104 | font-size: 15px; |
| 105 | margin-bottom: 4px |
| 106 | } |
| 107 | |
| 108 | .apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title { |
| 109 | background: #eceff1; |
| 110 | border-bottom: 1px solid #ddd |
| 111 | } |
| 112 | |
| 113 | .apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-title { |
| 114 | background: rgba(0, 0, 0, .7); |
| 115 | border-bottom: 1px solid #333 |
| 116 | } |
| 117 | |
| 118 | .apexcharts-tooltip-text-goals-value, |
| 119 | .apexcharts-tooltip-text-y-value, |
| 120 | .apexcharts-tooltip-text-z-value { |
| 121 | display: inline-block; |
| 122 | margin-left: 5px; |
| 123 | font-weight: 600 |
| 124 | } |
| 125 | |
| 126 | .apexcharts-tooltip-text-goals-label:empty, |
| 127 | .apexcharts-tooltip-text-goals-value:empty, |
| 128 | .apexcharts-tooltip-text-y-label:empty, |
| 129 | .apexcharts-tooltip-text-y-value:empty, |
| 130 | .apexcharts-tooltip-text-z-value:empty, |
| 131 | .apexcharts-tooltip-title:empty { |
| 132 | display: none |
| 133 | } |
| 134 | |
| 135 | .apexcharts-tooltip-text-goals-label, |
| 136 | .apexcharts-tooltip-text-goals-value { |
| 137 | padding: 6px 0 5px |
| 138 | } |
| 139 | |
| 140 | .apexcharts-tooltip-goals-group, |
| 141 | .apexcharts-tooltip-text-goals-label, |
| 142 | .apexcharts-tooltip-text-goals-value { |
| 143 | display: flex |
| 144 | } |
| 145 | |
| 146 | .apexcharts-tooltip-text-goals-label:not(:empty), |
| 147 | .apexcharts-tooltip-text-goals-value:not(:empty) { |
| 148 | margin-top: -6px |
| 149 | } |
| 150 | |
| 151 | .apexcharts-tooltip-marker { |
| 152 | display: inline-block; |
| 153 | position: relative; |
| 154 | width: 16px; |
| 155 | height: 16px; |
| 156 | font-size: 16px; |
| 157 | line-height: 16px; |
| 158 | margin-right: 4px; |
| 159 | text-align: center; |
| 160 | vertical-align: middle; |
| 161 | color: inherit; |
| 162 | } |
| 163 | |
| 164 | .apexcharts-tooltip-marker::before { |
| 165 | content: ""; |
| 166 | display: inline-block; |
| 167 | width: 100%; |
| 168 | text-align: center; |
| 169 | color: currentcolor; |
| 170 | text-rendering: optimizeLegibility; |
| 171 | -webkit-font-smoothing: antialiased; |
| 172 | font-size: 26px; |
| 173 | font-family: Arial, Helvetica, sans-serif; |
| 174 | line-height: 14px; |
| 175 | font-weight: 900; |
| 176 | } |
| 177 | |
| 178 | .apexcharts-tooltip-marker[shape="circle"]::before { |
| 179 | content: "\25CF"; |
| 180 | } |
| 181 | |
| 182 | .apexcharts-tooltip-marker[shape="square"]::before, |
| 183 | .apexcharts-tooltip-marker[shape="rect"]::before { |
| 184 | content: "\25A0"; |
| 185 | transform: translate(-1px, -2px); |
| 186 | } |
| 187 | |
| 188 | .apexcharts-tooltip-marker[shape="line"]::before { |
| 189 | content: "\2500"; |
| 190 | } |
| 191 | |
| 192 | .apexcharts-tooltip-marker[shape="diamond"]::before { |
| 193 | content: "\25C6"; |
| 194 | font-size: 28px; |
| 195 | } |
| 196 | |
| 197 | .apexcharts-tooltip-marker[shape="triangle"]::before { |
| 198 | content: "\25B2"; |
| 199 | font-size: 22px; |
| 200 | } |
| 201 | |
| 202 | .apexcharts-tooltip-marker[shape="cross"]::before { |
| 203 | content: "\2715"; |
| 204 | font-size: 18px; |
| 205 | } |
| 206 | |
| 207 | .apexcharts-tooltip-marker[shape="plus"]::before { |
| 208 | content: "\2715"; |
| 209 | transform: rotate(45deg) translate(-1px, -1px); |
| 210 | font-size: 18px; |
| 211 | } |
| 212 | |
| 213 | .apexcharts-tooltip-marker[shape="star"]::before { |
| 214 | content: "\2605"; |
| 215 | font-size: 18px; |
| 216 | } |
| 217 | |
| 218 | .apexcharts-tooltip-marker[shape="sparkle"]::before { |
| 219 | content: "\2726"; |
| 220 | font-size: 20px; |
| 221 | } |
| 222 | |
| 223 | .apexcharts-tooltip-series-group { |
| 224 | padding: 0 10px; |
| 225 | display: none; |
| 226 | text-align: left; |
| 227 | justify-content: left; |
| 228 | align-items: center |
| 229 | } |
| 230 | |
| 231 | .apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-marker { |
| 232 | opacity: 1 |
| 233 | } |
| 234 | |
| 235 | .apexcharts-tooltip-series-group.apexcharts-active, |
| 236 | .apexcharts-tooltip-series-group:last-child { |
| 237 | padding-bottom: 4px |
| 238 | } |
| 239 | |
| 240 | .apexcharts-tooltip-y-group { |
| 241 | padding: 6px 0 5px |
| 242 | } |
| 243 | |
| 244 | .apexcharts-custom-tooltip, |
| 245 | .apexcharts-tooltip-box { |
| 246 | padding: 4px 8px |
| 247 | } |
| 248 | |
| 249 | .apexcharts-tooltip-boxPlot { |
| 250 | display: flex; |
| 251 | flex-direction: column-reverse |
| 252 | } |
| 253 | |
| 254 | .apexcharts-tooltip-box>div { |
| 255 | margin: 4px 0 |
| 256 | } |
| 257 | |
| 258 | .apexcharts-tooltip-box span.value { |
| 259 | font-weight: 700 |
| 260 | } |
| 261 | |
| 262 | .apexcharts-tooltip-rangebar { |
| 263 | padding: 5px 8px |
| 264 | } |
| 265 | |
| 266 | .apexcharts-tooltip-rangebar .category { |
| 267 | font-weight: 600; |
| 268 | color: #777 |
| 269 | } |
| 270 | |
| 271 | .apexcharts-tooltip-rangebar .series-name { |
| 272 | font-weight: 700; |
| 273 | display: block; |
| 274 | margin-bottom: 5px |
| 275 | } |
| 276 | |
| 277 | .apexcharts-xaxistooltip, |
| 278 | .apexcharts-yaxistooltip { |
| 279 | opacity: 0; |
| 280 | pointer-events: none; |
| 281 | color: #373d3f; |
| 282 | font-size: 13px; |
| 283 | text-align: center; |
| 284 | border-radius: 2px; |
| 285 | position: absolute; |
| 286 | z-index: 10; |
| 287 | background: #eceff1; |
| 288 | border: 1px solid #90a4ae |
| 289 | } |
| 290 | |
| 291 | .apexcharts-xaxistooltip { |
| 292 | padding: 9px 10px; |
| 293 | transition: .15s ease all |
| 294 | } |
| 295 | |
| 296 | .apexcharts-xaxistooltip.apexcharts-theme-dark { |
| 297 | background: rgba(0, 0, 0, .7); |
| 298 | border: 1px solid rgba(0, 0, 0, .5); |
| 299 | color: #fff |
| 300 | } |
| 301 | |
| 302 | .apexcharts-xaxistooltip:after, |
| 303 | .apexcharts-xaxistooltip:before { |
| 304 | left: 50%; |
| 305 | border: solid transparent; |
| 306 | content: " "; |
| 307 | height: 0; |
| 308 | width: 0; |
| 309 | position: absolute; |
| 310 | pointer-events: none |
| 311 | } |
| 312 | |
| 313 | .apexcharts-xaxistooltip:after { |
| 314 | border-color: transparent; |
| 315 | border-width: 6px; |
| 316 | margin-left: -6px |
| 317 | } |
| 318 | |
| 319 | .apexcharts-xaxistooltip:before { |
| 320 | border-color: transparent; |
| 321 | border-width: 7px; |
| 322 | margin-left: -7px |
| 323 | } |
| 324 | |
| 325 | .apexcharts-xaxistooltip-bottom:after, |
| 326 | .apexcharts-xaxistooltip-bottom:before { |
| 327 | bottom: 100% |
| 328 | } |
| 329 | |
| 330 | .apexcharts-xaxistooltip-top:after, |
| 331 | .apexcharts-xaxistooltip-top:before { |
| 332 | top: 100% |
| 333 | } |
| 334 | |
| 335 | .apexcharts-xaxistooltip-bottom:after { |
| 336 | border-bottom-color: #eceff1 |
| 337 | } |
| 338 | |
| 339 | .apexcharts-xaxistooltip-bottom:before { |
| 340 | border-bottom-color: #90a4ae |
| 341 | } |
| 342 | |
| 343 | .apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:after, |
| 344 | .apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:before { |
| 345 | border-bottom-color: rgba(0, 0, 0, .5) |
| 346 | } |
| 347 | |
| 348 | .apexcharts-xaxistooltip-top:after { |
| 349 | border-top-color: #eceff1 |
| 350 | } |
| 351 | |
| 352 | .apexcharts-xaxistooltip-top:before { |
| 353 | border-top-color: #90a4ae |
| 354 | } |
| 355 | |
| 356 | .apexcharts-xaxistooltip-top.apexcharts-theme-dark:after, |
| 357 | .apexcharts-xaxistooltip-top.apexcharts-theme-dark:before { |
| 358 | border-top-color: rgba(0, 0, 0, .5) |
| 359 | } |
| 360 | |
| 361 | .apexcharts-xaxistooltip.apexcharts-active { |
| 362 | opacity: 1; |
| 363 | transition: .15s ease all |
| 364 | } |
| 365 | |
| 366 | .apexcharts-yaxistooltip { |
| 367 | padding: 4px 10px |
| 368 | } |
| 369 | |
| 370 | .apexcharts-yaxistooltip.apexcharts-theme-dark { |
| 371 | background: rgba(0, 0, 0, .7); |
| 372 | border: 1px solid rgba(0, 0, 0, .5); |
| 373 | color: #fff |
| 374 | } |
| 375 | |
| 376 | .apexcharts-yaxistooltip:after, |
| 377 | .apexcharts-yaxistooltip:before { |
| 378 | top: 50%; |
| 379 | border: solid transparent; |
| 380 | content: " "; |
| 381 | height: 0; |
| 382 | width: 0; |
| 383 | position: absolute; |
| 384 | pointer-events: none |
| 385 | } |
| 386 | |
| 387 | .apexcharts-yaxistooltip:after { |
| 388 | border-color: transparent; |
| 389 | border-width: 6px; |
| 390 | margin-top: -6px |
| 391 | } |
| 392 | |
| 393 | .apexcharts-yaxistooltip:before { |
| 394 | border-color: transparent; |
| 395 | border-width: 7px; |
| 396 | margin-top: -7px |
| 397 | } |
| 398 | |
| 399 | .apexcharts-yaxistooltip-left:after, |
| 400 | .apexcharts-yaxistooltip-left:before { |
| 401 | left: 100% |
| 402 | } |
| 403 | |
| 404 | .apexcharts-yaxistooltip-right:after, |
| 405 | .apexcharts-yaxistooltip-right:before { |
| 406 | right: 100% |
| 407 | } |
| 408 | |
| 409 | .apexcharts-yaxistooltip-left:after { |
| 410 | border-left-color: #eceff1 |
| 411 | } |
| 412 | |
| 413 | .apexcharts-yaxistooltip-left:before { |
| 414 | border-left-color: #90a4ae |
| 415 | } |
| 416 | |
| 417 | .apexcharts-yaxistooltip-left.apexcharts-theme-dark:after, |
| 418 | .apexcharts-yaxistooltip-left.apexcharts-theme-dark:before { |
| 419 | border-left-color: rgba(0, 0, 0, .5) |
| 420 | } |
| 421 | |
| 422 | .apexcharts-yaxistooltip-right:after { |
| 423 | border-right-color: #eceff1 |
| 424 | } |
| 425 | |
| 426 | .apexcharts-yaxistooltip-right:before { |
| 427 | border-right-color: #90a4ae |
| 428 | } |
| 429 | |
| 430 | .apexcharts-yaxistooltip-right.apexcharts-theme-dark:after, |
| 431 | .apexcharts-yaxistooltip-right.apexcharts-theme-dark:before { |
| 432 | border-right-color: rgba(0, 0, 0, .5) |
| 433 | } |
| 434 | |
| 435 | .apexcharts-yaxistooltip.apexcharts-active { |
| 436 | opacity: 1 |
| 437 | } |
| 438 | |
| 439 | .apexcharts-yaxistooltip-hidden { |
| 440 | display: none |
| 441 | } |
| 442 | |
| 443 | .apexcharts-xcrosshairs, |
| 444 | .apexcharts-ycrosshairs { |
| 445 | pointer-events: none; |
| 446 | opacity: 0; |
| 447 | transition: .15s ease all |
| 448 | } |
| 449 | |
| 450 | .apexcharts-xcrosshairs.apexcharts-active, |
| 451 | .apexcharts-ycrosshairs.apexcharts-active { |
| 452 | opacity: 1; |
| 453 | transition: .15s ease all |
| 454 | } |
| 455 | |
| 456 | .apexcharts-ycrosshairs-hidden { |
| 457 | opacity: 0 |
| 458 | } |
| 459 | |
| 460 | .apexcharts-selection-rect { |
| 461 | cursor: move |
| 462 | } |
| 463 | |
| 464 | .svg_select_shape { |
| 465 | stroke-width: 1; |
| 466 | stroke-dasharray: 10 10; |
| 467 | stroke: black; |
| 468 | stroke-opacity: 0.1; |
| 469 | pointer-events: none; |
| 470 | fill: none; |
| 471 | } |
| 472 | |
| 473 | .svg_select_handle { |
| 474 | stroke-width: 3; |
| 475 | stroke: black; |
| 476 | fill: none; |
| 477 | } |
| 478 | |
| 479 | .svg_select_handle_r { |
| 480 | cursor: e-resize; |
| 481 | } |
| 482 | |
| 483 | .svg_select_handle_l { |
| 484 | cursor: w-resize; |
| 485 | } |
| 486 | |
| 487 | .apexcharts-svg.apexcharts-zoomable.hovering-zoom { |
| 488 | cursor: crosshair |
| 489 | } |
| 490 | |
| 491 | .apexcharts-svg.apexcharts-zoomable.hovering-pan { |
| 492 | cursor: move |
| 493 | } |
| 494 | |
| 495 | .apexcharts-menu-icon, |
| 496 | .apexcharts-pan-icon, |
| 497 | .apexcharts-reset-icon, |
| 498 | .apexcharts-selection-icon, |
| 499 | .apexcharts-toolbar-custom-icon, |
| 500 | .apexcharts-zoom-icon, |
| 501 | .apexcharts-zoomin-icon, |
| 502 | .apexcharts-zoomout-icon { |
| 503 | cursor: pointer; |
| 504 | width: 20px; |
| 505 | height: 20px; |
| 506 | line-height: 24px; |
| 507 | color: #6e8192; |
| 508 | text-align: center |
| 509 | } |
| 510 | |
| 511 | .apexcharts-menu-icon svg, |
| 512 | .apexcharts-reset-icon svg, |
| 513 | .apexcharts-zoom-icon svg, |
| 514 | .apexcharts-zoomin-icon svg, |
| 515 | .apexcharts-zoomout-icon svg { |
| 516 | fill: #6e8192 |
| 517 | } |
| 518 | |
| 519 | .apexcharts-selection-icon svg { |
| 520 | fill: #444; |
| 521 | transform: scale(.76) |
| 522 | } |
| 523 | |
| 524 | .apexcharts-theme-dark .apexcharts-menu-icon svg, |
| 525 | .apexcharts-theme-dark .apexcharts-pan-icon svg, |
| 526 | .apexcharts-theme-dark .apexcharts-reset-icon svg, |
| 527 | .apexcharts-theme-dark .apexcharts-selection-icon svg, |
| 528 | .apexcharts-theme-dark .apexcharts-toolbar-custom-icon svg, |
| 529 | .apexcharts-theme-dark .apexcharts-zoom-icon svg, |
| 530 | .apexcharts-theme-dark .apexcharts-zoomin-icon svg, |
| 531 | .apexcharts-theme-dark .apexcharts-zoomout-icon svg { |
| 532 | fill: #f3f4f5 |
| 533 | } |
| 534 | |
| 535 | .apexcharts-canvas .apexcharts-reset-zoom-icon.apexcharts-selected svg, |
| 536 | .apexcharts-canvas .apexcharts-selection-icon.apexcharts-selected svg, |
| 537 | .apexcharts-canvas .apexcharts-zoom-icon.apexcharts-selected svg { |
| 538 | fill: #008ffb |
| 539 | } |
| 540 | |
| 541 | .apexcharts-theme-light .apexcharts-menu-icon:hover svg, |
| 542 | .apexcharts-theme-light .apexcharts-reset-icon:hover svg, |
| 543 | .apexcharts-theme-light .apexcharts-selection-icon:not(.apexcharts-selected):hover svg, |
| 544 | .apexcharts-theme-light .apexcharts-zoom-icon:not(.apexcharts-selected):hover svg, |
| 545 | .apexcharts-theme-light .apexcharts-zoomin-icon:hover svg, |
| 546 | .apexcharts-theme-light .apexcharts-zoomout-icon:hover svg { |
| 547 | fill: #333 |
| 548 | } |
| 549 | |
| 550 | .apexcharts-menu-icon, |
| 551 | .apexcharts-selection-icon { |
| 552 | position: relative |
| 553 | } |
| 554 | |
| 555 | .apexcharts-reset-icon { |
| 556 | margin-left: 5px |
| 557 | } |
| 558 | |
| 559 | .apexcharts-menu-icon, |
| 560 | .apexcharts-reset-icon, |
| 561 | .apexcharts-zoom-icon { |
| 562 | transform: scale(.85) |
| 563 | } |
| 564 | |
| 565 | .apexcharts-zoomin-icon, |
| 566 | .apexcharts-zoomout-icon { |
| 567 | transform: scale(.7) |
| 568 | } |
| 569 | |
| 570 | .apexcharts-zoomout-icon { |
| 571 | margin-right: 3px |
| 572 | } |
| 573 | |
| 574 | .apexcharts-pan-icon { |
| 575 | transform: scale(.62); |
| 576 | position: relative; |
| 577 | left: 1px; |
| 578 | top: 0 |
| 579 | } |
| 580 | |
| 581 | .apexcharts-pan-icon svg { |
| 582 | fill: #fff; |
| 583 | stroke: #6e8192; |
| 584 | stroke-width: 2 |
| 585 | } |
| 586 | |
| 587 | .apexcharts-pan-icon.apexcharts-selected svg { |
| 588 | stroke: #008ffb |
| 589 | } |
| 590 | |
| 591 | .apexcharts-pan-icon:not(.apexcharts-selected):hover svg { |
| 592 | stroke: #333 |
| 593 | } |
| 594 | |
| 595 | .apexcharts-toolbar { |
| 596 | position: absolute; |
| 597 | z-index: 11; |
| 598 | max-width: 176px; |
| 599 | text-align: right; |
| 600 | border-radius: 3px; |
| 601 | padding: 0 6px 2px; |
| 602 | display: flex; |
| 603 | justify-content: space-between; |
| 604 | align-items: center |
| 605 | } |
| 606 | |
| 607 | .apexcharts-menu { |
| 608 | background: #fff; |
| 609 | position: absolute; |
| 610 | top: 100%; |
| 611 | border: 1px solid #ddd; |
| 612 | border-radius: 3px; |
| 613 | padding: 3px; |
| 614 | right: 10px; |
| 615 | opacity: 0; |
| 616 | min-width: 110px; |
| 617 | transition: .15s ease all; |
| 618 | pointer-events: none |
| 619 | } |
| 620 | |
| 621 | .apexcharts-menu.apexcharts-menu-open { |
| 622 | opacity: 1; |
| 623 | pointer-events: all; |
| 624 | transition: .15s ease all |
| 625 | } |
| 626 | |
| 627 | .apexcharts-menu-item { |
| 628 | padding: 6px 7px; |
| 629 | font-size: 12px; |
| 630 | cursor: pointer |
| 631 | } |
| 632 | |
| 633 | .apexcharts-theme-light .apexcharts-menu-item:hover { |
| 634 | background: #eee |
| 635 | } |
| 636 | |
| 637 | .apexcharts-theme-dark .apexcharts-menu { |
| 638 | background: rgba(0, 0, 0, .7); |
| 639 | color: #fff |
| 640 | } |
| 641 | |
| 642 | @media screen and (min-width:768px) { |
| 643 | .apexcharts-canvas:hover .apexcharts-toolbar { |
| 644 | opacity: 1 |
| 645 | } |
| 646 | } |
| 647 | |
| 648 | .apexcharts-canvas .apexcharts-element-hidden, |
| 649 | .apexcharts-datalabel.apexcharts-element-hidden, |
| 650 | .apexcharts-hide .apexcharts-series-points { |
| 651 | opacity: 0; |
| 652 | } |
| 653 | |
| 654 | .apexcharts-hidden-element-shown { |
| 655 | opacity: 1; |
| 656 | transition: 0.25s ease all; |
| 657 | } |
| 658 | |
| 659 | .apexcharts-datalabel, |
| 660 | .apexcharts-datalabel-label, |
| 661 | .apexcharts-datalabel-value, |
| 662 | .apexcharts-datalabels, |
| 663 | .apexcharts-pie-label { |
| 664 | cursor: default; |
| 665 | pointer-events: none |
| 666 | } |
| 667 | |
| 668 | .apexcharts-pie-label-delay { |
| 669 | opacity: 0; |
| 670 | animation-name: opaque; |
| 671 | animation-duration: .3s; |
| 672 | animation-fill-mode: forwards; |
| 673 | animation-timing-function: ease |
| 674 | } |
| 675 | |
| 676 | .apexcharts-radialbar-label { |
| 677 | cursor: pointer; |
| 678 | } |
| 679 | |
| 680 | .apexcharts-annotation-rect, |
| 681 | .apexcharts-area-series .apexcharts-area, |
| 682 | .apexcharts-gridline, |
| 683 | .apexcharts-line, |
| 684 | .apexcharts-point-annotation-label, |
| 685 | .apexcharts-radar-series path:not(.apexcharts-marker), |
| 686 | .apexcharts-radar-series polygon, |
| 687 | .apexcharts-toolbar svg, |
| 688 | .apexcharts-tooltip .apexcharts-marker, |
| 689 | .apexcharts-xaxis-annotation-label, |
| 690 | .apexcharts-yaxis-annotation-label, |
| 691 | .apexcharts-zoom-rect, |
| 692 | .no-pointer-events { |
| 693 | pointer-events: none |
| 694 | } |
| 695 | |
| 696 | .apexcharts-tooltip-active .apexcharts-marker { |
| 697 | transition: .15s ease all |
| 698 | } |
| 699 | |
| 700 | .apexcharts-radar-series .apexcharts-yaxis { |
| 701 | pointer-events: none; |
| 702 | } |
| 703 | |
| 704 | .resize-triggers { |
| 705 | animation: 1ms resizeanim; |
| 706 | visibility: hidden; |
| 707 | opacity: 0; |
| 708 | height: 100%; |
| 709 | width: 100%; |
| 710 | overflow: hidden |
| 711 | } |
| 712 | |
| 713 | .contract-trigger:before, |
| 714 | .resize-triggers, |
| 715 | .resize-triggers>div { |
| 716 | content: " "; |
| 717 | display: block; |
| 718 | position: absolute; |
| 719 | top: 0; |
| 720 | left: 0 |
| 721 | } |
| 722 | |
| 723 | .resize-triggers>div { |
| 724 | height: 100%; |
| 725 | width: 100%; |
| 726 | background: #eee; |
| 727 | overflow: auto |
| 728 | } |
| 729 | |
| 730 | .contract-trigger:before { |
| 731 | overflow: hidden; |
| 732 | width: 200%; |
| 733 | height: 200% |
| 734 | } |
| 735 | |
| 736 | .apexcharts-bar-goals-markers { |
| 737 | pointer-events: none |
| 738 | } |
| 739 | |
| 740 | .apexcharts-bar-shadows { |
| 741 | pointer-events: none |
| 742 | } |
| 743 | |
| 744 | .apexcharts-rangebar-goals-markers { |
| 745 | pointer-events: none |
| 746 | } |