File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -575,13 +575,15 @@ BarChartPremium.propTypes = {
575575 max : PropTypes . oneOfType ( [ PropTypes . instanceOf ( Date ) , PropTypes . number ] ) ,
576576 min : PropTypes . oneOfType ( [ PropTypes . instanceOf ( Date ) , PropTypes . number ] ) ,
577577 type : PropTypes . oneOf ( [ 'continuous' ] ) . isRequired ,
578+ unknownColor : PropTypes . string ,
578579 } ) ,
579580 PropTypes . shape ( {
580581 colors : PropTypes . arrayOf ( PropTypes . string ) . isRequired ,
581582 thresholds : PropTypes . arrayOf (
582583 PropTypes . oneOfType ( [ PropTypes . instanceOf ( Date ) , PropTypes . number ] ) . isRequired ,
583584 ) . isRequired ,
584585 type : PropTypes . oneOf ( [ 'piecewise' ] ) . isRequired ,
586+ unknownColor : PropTypes . string ,
585587 } ) ,
586588 PropTypes . shape ( {
587589 colors : PropTypes . arrayOf ( PropTypes . string ) . isRequired ,
Original file line number Diff line number Diff line change @@ -370,13 +370,15 @@ HeatmapPremium.propTypes = {
370370 max : PropTypes . oneOfType ( [ PropTypes . instanceOf ( Date ) , PropTypes . number ] ) ,
371371 min : PropTypes . oneOfType ( [ PropTypes . instanceOf ( Date ) , PropTypes . number ] ) ,
372372 type : PropTypes . oneOf ( [ 'continuous' ] ) . isRequired ,
373+ unknownColor : PropTypes . string ,
373374 } ) ,
374375 PropTypes . shape ( {
375376 colors : PropTypes . arrayOf ( PropTypes . string ) . isRequired ,
376377 thresholds : PropTypes . arrayOf (
377378 PropTypes . oneOfType ( [ PropTypes . instanceOf ( Date ) , PropTypes . number ] ) . isRequired ,
378379 ) . isRequired ,
379380 type : PropTypes . oneOf ( [ 'piecewise' ] ) . isRequired ,
381+ unknownColor : PropTypes . string ,
380382 } ) ,
381383 PropTypes . shape ( {
382384 colors : PropTypes . arrayOf ( PropTypes . string ) . isRequired ,
Original file line number Diff line number Diff line change @@ -558,13 +558,15 @@ ScatterChartPremium.propTypes = {
558558 max : PropTypes . oneOfType ( [ PropTypes . instanceOf ( Date ) , PropTypes . number ] ) ,
559559 min : PropTypes . oneOfType ( [ PropTypes . instanceOf ( Date ) , PropTypes . number ] ) ,
560560 type : PropTypes . oneOf ( [ 'continuous' ] ) . isRequired ,
561+ unknownColor : PropTypes . string ,
561562 } ) ,
562563 PropTypes . shape ( {
563564 colors : PropTypes . arrayOf ( PropTypes . string ) . isRequired ,
564565 thresholds : PropTypes . arrayOf (
565566 PropTypes . oneOfType ( [ PropTypes . instanceOf ( Date ) , PropTypes . number ] ) . isRequired ,
566567 ) . isRequired ,
567568 type : PropTypes . oneOf ( [ 'piecewise' ] ) . isRequired ,
569+ unknownColor : PropTypes . string ,
568570 } ) ,
569571 PropTypes . shape ( {
570572 colors : PropTypes . arrayOf ( PropTypes . string ) . isRequired ,
Original file line number Diff line number Diff line change @@ -533,13 +533,15 @@ BarChartPro.propTypes = {
533533 max : PropTypes . oneOfType ( [ PropTypes . instanceOf ( Date ) , PropTypes . number ] ) ,
534534 min : PropTypes . oneOfType ( [ PropTypes . instanceOf ( Date ) , PropTypes . number ] ) ,
535535 type : PropTypes . oneOf ( [ 'continuous' ] ) . isRequired ,
536+ unknownColor : PropTypes . string ,
536537 } ) ,
537538 PropTypes . shape ( {
538539 colors : PropTypes . arrayOf ( PropTypes . string ) . isRequired ,
539540 thresholds : PropTypes . arrayOf (
540541 PropTypes . oneOfType ( [ PropTypes . instanceOf ( Date ) , PropTypes . number ] ) . isRequired ,
541542 ) . isRequired ,
542543 type : PropTypes . oneOf ( [ 'piecewise' ] ) . isRequired ,
544+ unknownColor : PropTypes . string ,
543545 } ) ,
544546 PropTypes . shape ( {
545547 colors : PropTypes . arrayOf ( PropTypes . string ) . isRequired ,
Original file line number Diff line number Diff line change @@ -458,13 +458,15 @@ Heatmap.propTypes = {
458458 max : PropTypes . oneOfType ( [ PropTypes . instanceOf ( Date ) , PropTypes . number ] ) ,
459459 min : PropTypes . oneOfType ( [ PropTypes . instanceOf ( Date ) , PropTypes . number ] ) ,
460460 type : PropTypes . oneOf ( [ 'continuous' ] ) . isRequired ,
461+ unknownColor : PropTypes . string ,
461462 } ) ,
462463 PropTypes . shape ( {
463464 colors : PropTypes . arrayOf ( PropTypes . string ) . isRequired ,
464465 thresholds : PropTypes . arrayOf (
465466 PropTypes . oneOfType ( [ PropTypes . instanceOf ( Date ) , PropTypes . number ] ) . isRequired ,
466467 ) . isRequired ,
467468 type : PropTypes . oneOf ( [ 'piecewise' ] ) . isRequired ,
469+ unknownColor : PropTypes . string ,
468470 } ) ,
469471 PropTypes . shape ( {
470472 colors : PropTypes . arrayOf ( PropTypes . string ) . isRequired ,
Original file line number Diff line number Diff line change @@ -536,13 +536,15 @@ LineChartPro.propTypes = {
536536 max : PropTypes . oneOfType ( [ PropTypes . instanceOf ( Date ) , PropTypes . number ] ) ,
537537 min : PropTypes . oneOfType ( [ PropTypes . instanceOf ( Date ) , PropTypes . number ] ) ,
538538 type : PropTypes . oneOf ( [ 'continuous' ] ) . isRequired ,
539+ unknownColor : PropTypes . string ,
539540 } ) ,
540541 PropTypes . shape ( {
541542 colors : PropTypes . arrayOf ( PropTypes . string ) . isRequired ,
542543 thresholds : PropTypes . arrayOf (
543544 PropTypes . oneOfType ( [ PropTypes . instanceOf ( Date ) , PropTypes . number ] ) . isRequired ,
544545 ) . isRequired ,
545546 type : PropTypes . oneOf ( [ 'piecewise' ] ) . isRequired ,
547+ unknownColor : PropTypes . string ,
546548 } ) ,
547549 PropTypes . shape ( {
548550 colors : PropTypes . arrayOf ( PropTypes . string ) . isRequired ,
Original file line number Diff line number Diff line change @@ -544,13 +544,15 @@ ScatterChartPro.propTypes = {
544544 max : PropTypes . oneOfType ( [ PropTypes . instanceOf ( Date ) , PropTypes . number ] ) ,
545545 min : PropTypes . oneOfType ( [ PropTypes . instanceOf ( Date ) , PropTypes . number ] ) ,
546546 type : PropTypes . oneOf ( [ 'continuous' ] ) . isRequired ,
547+ unknownColor : PropTypes . string ,
547548 } ) ,
548549 PropTypes . shape ( {
549550 colors : PropTypes . arrayOf ( PropTypes . string ) . isRequired ,
550551 thresholds : PropTypes . arrayOf (
551552 PropTypes . oneOfType ( [ PropTypes . instanceOf ( Date ) , PropTypes . number ] ) . isRequired ,
552553 ) . isRequired ,
553554 type : PropTypes . oneOf ( [ 'piecewise' ] ) . isRequired ,
555+ unknownColor : PropTypes . string ,
554556 } ) ,
555557 PropTypes . shape ( {
556558 colors : PropTypes . arrayOf ( PropTypes . string ) . isRequired ,
Original file line number Diff line number Diff line change @@ -395,13 +395,15 @@ ChartsContainer.propTypes = {
395395 max : PropTypes . oneOfType ( [ PropTypes . instanceOf ( Date ) , PropTypes . number ] ) ,
396396 min : PropTypes . oneOfType ( [ PropTypes . instanceOf ( Date ) , PropTypes . number ] ) ,
397397 type : PropTypes . oneOf ( [ 'continuous' ] ) . isRequired ,
398+ unknownColor : PropTypes . string ,
398399 } ) ,
399400 PropTypes . shape ( {
400401 colors : PropTypes . arrayOf ( PropTypes . string ) . isRequired ,
401402 thresholds : PropTypes . arrayOf (
402403 PropTypes . oneOfType ( [ PropTypes . instanceOf ( Date ) , PropTypes . number ] ) . isRequired ,
403404 ) . isRequired ,
404405 type : PropTypes . oneOf ( [ 'piecewise' ] ) . isRequired ,
406+ unknownColor : PropTypes . string ,
405407 } ) ,
406408 PropTypes . shape ( {
407409 colors : PropTypes . arrayOf ( PropTypes . string ) . isRequired ,
Original file line number Diff line number Diff line change @@ -542,13 +542,15 @@ ScatterChart.propTypes = {
542542 max : PropTypes . oneOfType ( [ PropTypes . instanceOf ( Date ) , PropTypes . number ] ) ,
543543 min : PropTypes . oneOfType ( [ PropTypes . instanceOf ( Date ) , PropTypes . number ] ) ,
544544 type : PropTypes . oneOf ( [ 'continuous' ] ) . isRequired ,
545+ unknownColor : PropTypes . string ,
545546 } ) ,
546547 PropTypes . shape ( {
547548 colors : PropTypes . arrayOf ( PropTypes . string ) . isRequired ,
548549 thresholds : PropTypes . arrayOf (
549550 PropTypes . oneOfType ( [ PropTypes . instanceOf ( Date ) , PropTypes . number ] ) . isRequired ,
550551 ) . isRequired ,
551552 type : PropTypes . oneOf ( [ 'piecewise' ] ) . isRequired ,
553+ unknownColor : PropTypes . string ,
552554 } ) ,
553555 PropTypes . shape ( {
554556 colors : PropTypes . arrayOf ( PropTypes . string ) . isRequired ,
You can’t perform that action at this time.
0 commit comments