@sap/ux-specification 1.84.84 → 1.84.86
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +68 -0
- package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
- package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
- package/dist/documentation/v2/v2-ListReport.html +2 -2
- package/dist/documentation/v2/v2-ObjectPage.html +2 -2
- package/dist/documentation/v2/v2-OverviewPage.html +2 -2
- package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
- package/dist/documentation/v4/v4-ListReport.html +2 -2
- package/dist/documentation/v4/v4-ObjectPage.html +2 -2
- package/dist/index-min.js +44 -45
- package/dist/index-min.js.map +4 -4
- package/dist/package.json +12 -12
- package/dist/schemas/v2/OverviewPageConfig.json +1158 -88
- package/dist/src/api.js +1 -1
- package/dist/src/api.js.map +1 -1
- package/dist/src/extensionLogger.js.map +1 -1
- package/dist/src/project.js.map +1 -1
- package/dist/src/specification/schemaAccess.js.map +1 -1
- package/dist/src/sync/common/appProvider.js.map +1 -1
- package/dist/src/sync/common/decoration/control.js +1 -1
- package/dist/src/sync/common/decoration/control.js.map +1 -1
- package/dist/src/sync/common/decoration/decorators.js.map +1 -1
- package/dist/src/sync/common/decoration/factory.js.map +1 -1
- package/dist/src/sync/common/distTagEvaluator.js.map +1 -1
- package/dist/src/sync/common/flexUtils.js +2 -2
- package/dist/src/sync/common/flexUtils.js.map +1 -1
- package/dist/src/sync/common/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/common/generate/objectPage.js +6 -3
- package/dist/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/src/sync/common/generate/utils.js +1 -1
- package/dist/src/sync/common/generate/utils.js.map +1 -1
- package/dist/src/sync/common/import/utils.js.map +1 -1
- package/dist/src/sync/common/importProject.js.map +1 -1
- package/dist/src/sync/common/utils.d.ts +7 -0
- package/dist/src/sync/common/utils.d.ts.map +1 -1
- package/dist/src/sync/common/utils.js +11 -1
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/v2/application.js +2 -2
- package/dist/src/sync/v2/application.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Action.js +10 -10
- package/dist/src/sync/v2/export/controls/Action.js.map +1 -1
- package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js +1 -1
- package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js.map +1 -1
- package/dist/src/sync/v2/export/controls/AnalyticalListPageKPI.js +1 -1
- package/dist/src/sync/v2/export/controls/AnalyticalListPageKPI.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Card.d.ts +4 -7
- package/dist/src/sync/v2/export/controls/Card.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/Card.js +61 -17
- package/dist/src/sync/v2/export/controls/Card.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Field.js +1 -1
- package/dist/src/sync/v2/export/controls/Field.js.map +1 -1
- package/dist/src/sync/v2/export/controls/FilterBar.js +4 -4
- package/dist/src/sync/v2/export/controls/FilterBar.js.map +1 -1
- package/dist/src/sync/v2/export/controls/FormAction.js +2 -2
- package/dist/src/sync/v2/export/controls/FormAction.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageChart.js +2 -2
- package/dist/src/sync/v2/export/controls/ObjectPageChart.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.js +3 -3
- package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeader.js +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeader.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderSection.js +5 -5
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderSection.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageLayout.js +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageLayout.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js +11 -11
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js +8 -8
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Table.js +12 -12
- package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
- package/dist/src/sync/v2/export/controls/TableColumn.js +3 -3
- package/dist/src/sync/v2/export/controls/TableColumn.js.map +1 -1
- package/dist/src/sync/v2/export/export.js.map +1 -1
- package/dist/src/sync/v2/export/exportPage.js.map +1 -1
- package/dist/src/sync/v2/export/factory.js +1 -1
- package/dist/src/sync/v2/export/factory.js.map +1 -1
- package/dist/src/sync/v2/export/manifest.js.map +1 -1
- package/dist/src/sync/v2/export/pages/AnalyticalListPage.js +2 -2
- package/dist/src/sync/v2/export/pages/AnalyticalListPage.js.map +1 -1
- package/dist/src/sync/v2/export/pages/ListReport.js +2 -2
- package/dist/src/sync/v2/export/pages/ListReport.js.map +1 -1
- package/dist/src/sync/v2/export/pages/ObjectPage.js +2 -2
- package/dist/src/sync/v2/export/pages/ObjectPage.js.map +1 -1
- package/dist/src/sync/v2/export/pages/OverviewPage.js +2 -2
- package/dist/src/sync/v2/export/pages/OverviewPage.js.map +1 -1
- package/dist/src/sync/v2/export/view-controller-generator.js +1 -1
- package/dist/src/sync/v2/export/view-controller-generator.js.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.js +2 -1
- package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/src/sync/v2/generate/generate.js.map +1 -1
- package/dist/src/sync/v2/generate/listReport.js.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.js +8 -4
- package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v2/generate/overviewPage.d.ts +2 -1
- package/dist/src/sync/v2/generate/overviewPage.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/overviewPage.js +1 -1
- package/dist/src/sync/v2/generate/overviewPage.js.map +1 -1
- package/dist/src/sync/v2/generate/utils.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/utils.js +4 -2
- package/dist/src/sync/v2/generate/utils.js.map +1 -1
- package/dist/src/sync/v2/import/app/appProvider.js.map +1 -1
- package/dist/src/sync/v2/import/app/ovpProvider.d.ts.map +1 -1
- package/dist/src/sync/v2/import/app/ovpProvider.js +2 -1
- package/dist/src/sync/v2/import/app/ovpProvider.js.map +1 -1
- package/dist/src/sync/v2/import/common/index.js.map +1 -1
- package/dist/src/sync/v2/import/controls/table.js.map +1 -1
- package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
- package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v2/import/pages/overviewPage.d.ts +2 -4
- package/dist/src/sync/v2/import/pages/overviewPage.d.ts.map +1 -1
- package/dist/src/sync/v2/import/pages/overviewPage.js +41 -31
- package/dist/src/sync/v2/import/pages/overviewPage.js.map +1 -1
- package/dist/src/sync/v2/import/utils.js.map +1 -1
- package/dist/src/sync/v2/types.js +2 -2
- package/dist/src/sync/v2/types.js.map +1 -1
- package/dist/src/sync/v4/application.js +2 -2
- package/dist/src/sync/v4/application.js.map +1 -1
- package/dist/src/sync/v4/export/controls/FilterBar.js +1 -1
- package/dist/src/sync/v4/export/controls/FilterBar.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.js +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageHeader.js +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageHeader.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.js +2 -2
- package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageLayout.js +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageLayout.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageTable.js +3 -3
- package/dist/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js +3 -3
- package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.js +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.js.map +1 -1
- package/dist/src/sync/v4/export/controls/Table.js +11 -11
- package/dist/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/src/sync/v4/export/controls/TableColumn.js +9 -9
- package/dist/src/sync/v4/export/controls/TableColumn.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ToolBarAction.js +2 -2
- package/dist/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
- package/dist/src/sync/v4/export/export.js.map +1 -1
- package/dist/src/sync/v4/export/flexibleColumnLayout.js.map +1 -1
- package/dist/src/sync/v4/export/manifest.js +1 -1
- package/dist/src/sync/v4/export/manifest.js.map +1 -1
- package/dist/src/sync/v4/export/pages/ListReport.js +2 -2
- package/dist/src/sync/v4/export/pages/ListReport.js.map +1 -1
- package/dist/src/sync/v4/export/pages/ObjectPage.js +2 -2
- package/dist/src/sync/v4/export/pages/ObjectPage.js.map +1 -1
- package/dist/src/sync/v4/export/utils.js.map +1 -1
- package/dist/src/sync/v4/generate/generate.js.map +1 -1
- package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/listReport.js +4 -2
- package/dist/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.js +8 -4
- package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/app/appProvider.js +1 -1
- package/dist/src/sync/v4/import/app/appProvider.js.map +1 -1
- package/dist/src/sync/v4/import/fragment.js.map +1 -1
- package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/utils.js.map +1 -1
- package/dist/src/sync/v4/utils/StableIdHelper.js.map +1 -1
- package/dist/src/sync/v4/utils/utils.js.map +1 -1
- package/package.json +12 -12
|
@@ -580,7 +580,126 @@
|
|
|
580
580
|
"description": "Represents the card with view switch control.",
|
|
581
581
|
"type": "array",
|
|
582
582
|
"items": {
|
|
583
|
-
"
|
|
583
|
+
"additionalProperties": false,
|
|
584
|
+
"type": "object",
|
|
585
|
+
"properties": {
|
|
586
|
+
"annotationPath": {
|
|
587
|
+
"description": "Represents the annotation path",
|
|
588
|
+
"type": "string"
|
|
589
|
+
},
|
|
590
|
+
"selectionAnnotationPath": {
|
|
591
|
+
"description": "Represents the selection annotation path",
|
|
592
|
+
"type": "string"
|
|
593
|
+
},
|
|
594
|
+
"chartAnnotationPath": {
|
|
595
|
+
"description": "Represents the chart annotation path",
|
|
596
|
+
"type": "string"
|
|
597
|
+
},
|
|
598
|
+
"presentationAnnotationPath": {
|
|
599
|
+
"description": "Represents the presentation annotation path",
|
|
600
|
+
"type": "string"
|
|
601
|
+
},
|
|
602
|
+
"dataPointAnnotationPath": {
|
|
603
|
+
"description": "Represents the data point annotation path",
|
|
604
|
+
"type": "string"
|
|
605
|
+
},
|
|
606
|
+
"identificationAnnotationPath": {
|
|
607
|
+
"description": "Represents the identification annotation path",
|
|
608
|
+
"type": "string"
|
|
609
|
+
},
|
|
610
|
+
"dynamicSubtitleAnnotationPath": {
|
|
611
|
+
"description": "Represents the dynamic subtitle annotation path",
|
|
612
|
+
"type": "string"
|
|
613
|
+
},
|
|
614
|
+
"value": {
|
|
615
|
+
"description": "Represents the drop down value to be shown",
|
|
616
|
+
"type": "string"
|
|
617
|
+
},
|
|
618
|
+
"chartProperties": {
|
|
619
|
+
"description": "This property is responsible for setting specific chart settings",
|
|
620
|
+
"type": "object",
|
|
621
|
+
"properties": {
|
|
622
|
+
"plotArea": {
|
|
623
|
+
"$ref": "#/definitions/PlotAreaDef"
|
|
624
|
+
},
|
|
625
|
+
"timeAxis": {
|
|
626
|
+
"$ref": "#/definitions/TimeAxisDef"
|
|
627
|
+
}
|
|
628
|
+
},
|
|
629
|
+
"additionalProperties": false
|
|
630
|
+
},
|
|
631
|
+
"colorPalette": {
|
|
632
|
+
"anyOf": [
|
|
633
|
+
{
|
|
634
|
+
"$ref": "#/definitions/ColorPaletteSemanticColoringType"
|
|
635
|
+
},
|
|
636
|
+
{
|
|
637
|
+
"description": "For donut charts, a specific color can be mapped to a particular dimension value, so that a stable coloring can be enabled",
|
|
638
|
+
"type": "object",
|
|
639
|
+
"properties": {
|
|
640
|
+
"colorPaletteType": {
|
|
641
|
+
"type": "string",
|
|
642
|
+
"const": "StableColoring"
|
|
643
|
+
},
|
|
644
|
+
"dimensionValueToColor": {
|
|
645
|
+
"type": "object",
|
|
646
|
+
"additionalProperties": {
|
|
647
|
+
"type": "string"
|
|
648
|
+
}
|
|
649
|
+
}
|
|
650
|
+
},
|
|
651
|
+
"additionalProperties": false,
|
|
652
|
+
"required": [
|
|
653
|
+
"colorPaletteType",
|
|
654
|
+
"dimensionValueToColor"
|
|
655
|
+
]
|
|
656
|
+
},
|
|
657
|
+
{
|
|
658
|
+
"description": "For columnn stack charts, rules can be defined to map a specific color to a particular dimension value",
|
|
659
|
+
"type": "object",
|
|
660
|
+
"properties": {
|
|
661
|
+
"colorPaletteType": {
|
|
662
|
+
"type": "string",
|
|
663
|
+
"const": "MapDimensionValues"
|
|
664
|
+
},
|
|
665
|
+
"dimensionSettings": {
|
|
666
|
+
"description": "For each dimension value to be colored, color and dimensionValue needs to be customized as a rule",
|
|
667
|
+
"type": "object",
|
|
668
|
+
"additionalProperties": {
|
|
669
|
+
"type": "object",
|
|
670
|
+
"additionalProperties": {
|
|
671
|
+
"type": "object",
|
|
672
|
+
"properties": {
|
|
673
|
+
"color": {
|
|
674
|
+
"$ref": "#/definitions/ChartColor",
|
|
675
|
+
"description": "color contains the value of the color for the particular state"
|
|
676
|
+
},
|
|
677
|
+
"dimensionValue": {
|
|
678
|
+
"type": "string"
|
|
679
|
+
},
|
|
680
|
+
"index": {
|
|
681
|
+
"description": "If the index property is maintained, legends will be positioned in that order",
|
|
682
|
+
"type": "number"
|
|
683
|
+
}
|
|
684
|
+
},
|
|
685
|
+
"additionalProperties": false,
|
|
686
|
+
"required": [
|
|
687
|
+
"color",
|
|
688
|
+
"dimensionValue"
|
|
689
|
+
]
|
|
690
|
+
}
|
|
691
|
+
}
|
|
692
|
+
}
|
|
693
|
+
},
|
|
694
|
+
"additionalProperties": false,
|
|
695
|
+
"required": [
|
|
696
|
+
"colorPaletteType",
|
|
697
|
+
"dimensionSettings"
|
|
698
|
+
]
|
|
699
|
+
}
|
|
700
|
+
]
|
|
701
|
+
}
|
|
702
|
+
}
|
|
584
703
|
},
|
|
585
704
|
"artifactType": "Manifest"
|
|
586
705
|
},
|
|
@@ -669,74 +788,6 @@
|
|
|
669
788
|
"rows"
|
|
670
789
|
]
|
|
671
790
|
},
|
|
672
|
-
"TabSetting": {
|
|
673
|
-
"description": "Represents the tab specific properties - properties that are passed to a particular tab in a card",
|
|
674
|
-
"type": "object",
|
|
675
|
-
"additionalProperties": {},
|
|
676
|
-
"properties": {
|
|
677
|
-
"annotationPath": {
|
|
678
|
-
"description": "Represents the annotation path",
|
|
679
|
-
"type": "string"
|
|
680
|
-
},
|
|
681
|
-
"selectionAnnotationPath": {
|
|
682
|
-
"description": "Represents the selection annotation path",
|
|
683
|
-
"type": "string"
|
|
684
|
-
},
|
|
685
|
-
"chartAnnotationPath": {
|
|
686
|
-
"description": "Represents the chart annotation path",
|
|
687
|
-
"type": "string"
|
|
688
|
-
},
|
|
689
|
-
"presentationAnnotationPath": {
|
|
690
|
-
"description": "Represents the presentation annotation path",
|
|
691
|
-
"type": "string"
|
|
692
|
-
},
|
|
693
|
-
"dataPointAnnotationPath": {
|
|
694
|
-
"description": "Represents the data point annotation path",
|
|
695
|
-
"type": "string"
|
|
696
|
-
},
|
|
697
|
-
"identificationAnnotationPath": {
|
|
698
|
-
"description": "Represents the identification annotation path",
|
|
699
|
-
"type": "string"
|
|
700
|
-
},
|
|
701
|
-
"dynamicSubtitleAnnotationPath": {
|
|
702
|
-
"description": "Represents the dynamic subtitle annotation path",
|
|
703
|
-
"type": "string"
|
|
704
|
-
},
|
|
705
|
-
"value": {
|
|
706
|
-
"description": "Represents the drop down value to be shown",
|
|
707
|
-
"type": "string"
|
|
708
|
-
},
|
|
709
|
-
"chartProperties": {
|
|
710
|
-
"description": "This property is responsible for setting specific chart settings",
|
|
711
|
-
"type": "object",
|
|
712
|
-
"properties": {
|
|
713
|
-
"plotArea": {
|
|
714
|
-
"$ref": "#/definitions/PlotAreaDef"
|
|
715
|
-
},
|
|
716
|
-
"timeAxis": {
|
|
717
|
-
"$ref": "#/definitions/TimeAxisDef"
|
|
718
|
-
}
|
|
719
|
-
},
|
|
720
|
-
"additionalProperties": false
|
|
721
|
-
},
|
|
722
|
-
"colorPalette": {
|
|
723
|
-
"description": "Represents the configuration to customize the column stacked chart",
|
|
724
|
-
"anyOf": [
|
|
725
|
-
{
|
|
726
|
-
"type": "array",
|
|
727
|
-
"items": {
|
|
728
|
-
"type": "object",
|
|
729
|
-
"additionalProperties": {}
|
|
730
|
-
}
|
|
731
|
-
},
|
|
732
|
-
{
|
|
733
|
-
"type": "object",
|
|
734
|
-
"additionalProperties": {}
|
|
735
|
-
}
|
|
736
|
-
]
|
|
737
|
-
}
|
|
738
|
-
}
|
|
739
|
-
},
|
|
740
791
|
"PlotAreaDef": {
|
|
741
792
|
"description": "Plot area is a parent property which defines multiple other properties for smoothness and marker size",
|
|
742
793
|
"type": "object",
|
|
@@ -779,6 +830,187 @@
|
|
|
779
830
|
}
|
|
780
831
|
}
|
|
781
832
|
},
|
|
833
|
+
"ColorPaletteSemanticColoringType": {
|
|
834
|
+
"description": "Semantic coloring, up to four colors can be defined",
|
|
835
|
+
"type": "object",
|
|
836
|
+
"properties": {
|
|
837
|
+
"0": {
|
|
838
|
+
"type": "object",
|
|
839
|
+
"properties": {
|
|
840
|
+
"color": {
|
|
841
|
+
"$ref": "#/definitions/ChartColor",
|
|
842
|
+
"description": "color contains the value of the color for the particular state"
|
|
843
|
+
},
|
|
844
|
+
"legendText": {
|
|
845
|
+
"description": "The legend text for the color",
|
|
846
|
+
"type": "string"
|
|
847
|
+
}
|
|
848
|
+
},
|
|
849
|
+
"additionalProperties": false,
|
|
850
|
+
"required": [
|
|
851
|
+
"color",
|
|
852
|
+
"legendText"
|
|
853
|
+
]
|
|
854
|
+
},
|
|
855
|
+
"1": {
|
|
856
|
+
"type": "object",
|
|
857
|
+
"properties": {
|
|
858
|
+
"color": {
|
|
859
|
+
"$ref": "#/definitions/ChartColor",
|
|
860
|
+
"description": "color contains the value of the color for the particular state"
|
|
861
|
+
},
|
|
862
|
+
"legendText": {
|
|
863
|
+
"description": "The legend text for the color",
|
|
864
|
+
"type": "string"
|
|
865
|
+
}
|
|
866
|
+
},
|
|
867
|
+
"additionalProperties": false,
|
|
868
|
+
"required": [
|
|
869
|
+
"color",
|
|
870
|
+
"legendText"
|
|
871
|
+
]
|
|
872
|
+
},
|
|
873
|
+
"2": {
|
|
874
|
+
"type": "object",
|
|
875
|
+
"properties": {
|
|
876
|
+
"color": {
|
|
877
|
+
"$ref": "#/definitions/ChartColor",
|
|
878
|
+
"description": "color contains the value of the color for the particular state"
|
|
879
|
+
},
|
|
880
|
+
"legendText": {
|
|
881
|
+
"description": "The legend text for the color",
|
|
882
|
+
"type": "string"
|
|
883
|
+
}
|
|
884
|
+
},
|
|
885
|
+
"additionalProperties": false,
|
|
886
|
+
"required": [
|
|
887
|
+
"color",
|
|
888
|
+
"legendText"
|
|
889
|
+
]
|
|
890
|
+
},
|
|
891
|
+
"3": {
|
|
892
|
+
"type": "object",
|
|
893
|
+
"properties": {
|
|
894
|
+
"color": {
|
|
895
|
+
"$ref": "#/definitions/ChartColor",
|
|
896
|
+
"description": "color contains the value of the color for the particular state"
|
|
897
|
+
},
|
|
898
|
+
"legendText": {
|
|
899
|
+
"description": "The legend text for the color",
|
|
900
|
+
"type": "string"
|
|
901
|
+
}
|
|
902
|
+
},
|
|
903
|
+
"additionalProperties": false,
|
|
904
|
+
"required": [
|
|
905
|
+
"color",
|
|
906
|
+
"legendText"
|
|
907
|
+
]
|
|
908
|
+
},
|
|
909
|
+
"colorPaletteType": {
|
|
910
|
+
"type": "string",
|
|
911
|
+
"const": "SemanticColoring"
|
|
912
|
+
}
|
|
913
|
+
},
|
|
914
|
+
"additionalProperties": false,
|
|
915
|
+
"required": [
|
|
916
|
+
"0",
|
|
917
|
+
"1",
|
|
918
|
+
"colorPaletteType"
|
|
919
|
+
]
|
|
920
|
+
},
|
|
921
|
+
"ChartColor": {
|
|
922
|
+
"enum": [
|
|
923
|
+
"sapUiChartPaletteNoSemDiv1",
|
|
924
|
+
"sapUiChartPaletteNoSemDiv1Dark1",
|
|
925
|
+
"sapUiChartPaletteNoSemDiv1Dark2",
|
|
926
|
+
"sapUiChartPaletteNoSemDiv1Light1",
|
|
927
|
+
"sapUiChartPaletteNoSemDiv1Light2",
|
|
928
|
+
"sapUiChartPaletteNoSemDiv1Light3",
|
|
929
|
+
"sapUiChartPaletteQualitativeHue1",
|
|
930
|
+
"sapUiChartPaletteQualitativeHue10",
|
|
931
|
+
"sapUiChartPaletteQualitativeHue11",
|
|
932
|
+
"sapUiChartPaletteQualitativeHue12",
|
|
933
|
+
"sapUiChartPaletteQualitativeHue13",
|
|
934
|
+
"sapUiChartPaletteQualitativeHue14",
|
|
935
|
+
"sapUiChartPaletteQualitativeHue15",
|
|
936
|
+
"sapUiChartPaletteQualitativeHue16",
|
|
937
|
+
"sapUiChartPaletteQualitativeHue17",
|
|
938
|
+
"sapUiChartPaletteQualitativeHue18",
|
|
939
|
+
"sapUiChartPaletteQualitativeHue19",
|
|
940
|
+
"sapUiChartPaletteQualitativeHue2",
|
|
941
|
+
"sapUiChartPaletteQualitativeHue20",
|
|
942
|
+
"sapUiChartPaletteQualitativeHue21",
|
|
943
|
+
"sapUiChartPaletteQualitativeHue22",
|
|
944
|
+
"sapUiChartPaletteQualitativeHue3",
|
|
945
|
+
"sapUiChartPaletteQualitativeHue4",
|
|
946
|
+
"sapUiChartPaletteQualitativeHue5",
|
|
947
|
+
"sapUiChartPaletteQualitativeHue6",
|
|
948
|
+
"sapUiChartPaletteQualitativeHue7",
|
|
949
|
+
"sapUiChartPaletteQualitativeHue8",
|
|
950
|
+
"sapUiChartPaletteQualitativeHue9",
|
|
951
|
+
"sapUiChartPaletteSemanticBad",
|
|
952
|
+
"sapUiChartPaletteSemanticBadDark1",
|
|
953
|
+
"sapUiChartPaletteSemanticBadDark2",
|
|
954
|
+
"sapUiChartPaletteSemanticBadLight1",
|
|
955
|
+
"sapUiChartPaletteSemanticBadLight2",
|
|
956
|
+
"sapUiChartPaletteSemanticBadLight3",
|
|
957
|
+
"sapUiChartPaletteSemanticCritical",
|
|
958
|
+
"sapUiChartPaletteSemanticCriticalDark1",
|
|
959
|
+
"sapUiChartPaletteSemanticCriticalDark2",
|
|
960
|
+
"sapUiChartPaletteSemanticCriticalLight1",
|
|
961
|
+
"sapUiChartPaletteSemanticCriticalLight2",
|
|
962
|
+
"sapUiChartPaletteSemanticCriticalLight3",
|
|
963
|
+
"sapUiChartPaletteSemanticGood",
|
|
964
|
+
"sapUiChartPaletteSemanticGoodDark1",
|
|
965
|
+
"sapUiChartPaletteSemanticGoodDark2",
|
|
966
|
+
"sapUiChartPaletteSemanticGoodLight1",
|
|
967
|
+
"sapUiChartPaletteSemanticGoodLight2",
|
|
968
|
+
"sapUiChartPaletteSemanticGoodLight3",
|
|
969
|
+
"sapUiChartPaletteSemanticNeutral",
|
|
970
|
+
"sapUiChartPaletteSemanticNeutralDark1",
|
|
971
|
+
"sapUiChartPaletteSemanticNeutralDark2",
|
|
972
|
+
"sapUiChartPaletteSemanticNeutralLight1",
|
|
973
|
+
"sapUiChartPaletteSemanticNeutralLight2",
|
|
974
|
+
"sapUiChartPaletteSemanticNeutralLight3",
|
|
975
|
+
"sapUiChartPaletteSequentialHue1",
|
|
976
|
+
"sapUiChartPaletteSequentialHue1Dark1",
|
|
977
|
+
"sapUiChartPaletteSequentialHue1Dark2",
|
|
978
|
+
"sapUiChartPaletteSequentialHue1Light1",
|
|
979
|
+
"sapUiChartPaletteSequentialHue1Light2",
|
|
980
|
+
"sapUiChartPaletteSequentialHue1Light3",
|
|
981
|
+
"sapUiChartPaletteSequentialHue2",
|
|
982
|
+
"sapUiChartPaletteSequentialHue2Dark1",
|
|
983
|
+
"sapUiChartPaletteSequentialHue2Dark2",
|
|
984
|
+
"sapUiChartPaletteSequentialHue2Light1",
|
|
985
|
+
"sapUiChartPaletteSequentialHue2Light2",
|
|
986
|
+
"sapUiChartPaletteSequentialHue2Light3",
|
|
987
|
+
"sapUiChartPaletteSequentialHue3",
|
|
988
|
+
"sapUiChartPaletteSequentialHue3Dark1",
|
|
989
|
+
"sapUiChartPaletteSequentialHue3Dark2",
|
|
990
|
+
"sapUiChartPaletteSequentialHue3Light1",
|
|
991
|
+
"sapUiChartPaletteSequentialHue3Light2",
|
|
992
|
+
"sapUiChartPaletteSequentialHue3Light3",
|
|
993
|
+
"sapUiChartPaletteSequentialHue6",
|
|
994
|
+
"sapUiChartPaletteSequentialHue6Dark1",
|
|
995
|
+
"sapUiChartPaletteSequentialHue6Dark2",
|
|
996
|
+
"sapUiChartPaletteSequentialHue6Light1",
|
|
997
|
+
"sapUiChartPaletteSequentialHue6Light2",
|
|
998
|
+
"sapUiChartPaletteSequentialHue6Light3",
|
|
999
|
+
"sapUiChartPaletteSequentialNeutral",
|
|
1000
|
+
"sapUiChartPaletteSequentialNeutralDark1",
|
|
1001
|
+
"sapUiChartPaletteSequentialNeutralDark2",
|
|
1002
|
+
"sapUiChartPaletteSequentialNeutralLight1",
|
|
1003
|
+
"sapUiChartPaletteSequentialNeutralLight2",
|
|
1004
|
+
"sapUiChartPaletteSequentialNeutralLight3",
|
|
1005
|
+
"sapUiChartZeroAxisColor",
|
|
1006
|
+
"sapUiChoroplethRegionBG",
|
|
1007
|
+
"sapUiCriticalElement",
|
|
1008
|
+
"sapUiNegativeElement",
|
|
1009
|
+
"sapUiNeutralElement",
|
|
1010
|
+
"sapUiPositiveElement"
|
|
1011
|
+
],
|
|
1012
|
+
"type": "string"
|
|
1013
|
+
},
|
|
782
1014
|
"ListCard": {
|
|
783
1015
|
"description": "List Card",
|
|
784
1016
|
"isViewNode": true,
|
|
@@ -917,7 +1149,126 @@
|
|
|
917
1149
|
"description": "Represents the card with view switch control.",
|
|
918
1150
|
"type": "array",
|
|
919
1151
|
"items": {
|
|
920
|
-
"
|
|
1152
|
+
"additionalProperties": false,
|
|
1153
|
+
"type": "object",
|
|
1154
|
+
"properties": {
|
|
1155
|
+
"annotationPath": {
|
|
1156
|
+
"description": "Represents the annotation path",
|
|
1157
|
+
"type": "string"
|
|
1158
|
+
},
|
|
1159
|
+
"selectionAnnotationPath": {
|
|
1160
|
+
"description": "Represents the selection annotation path",
|
|
1161
|
+
"type": "string"
|
|
1162
|
+
},
|
|
1163
|
+
"chartAnnotationPath": {
|
|
1164
|
+
"description": "Represents the chart annotation path",
|
|
1165
|
+
"type": "string"
|
|
1166
|
+
},
|
|
1167
|
+
"presentationAnnotationPath": {
|
|
1168
|
+
"description": "Represents the presentation annotation path",
|
|
1169
|
+
"type": "string"
|
|
1170
|
+
},
|
|
1171
|
+
"dataPointAnnotationPath": {
|
|
1172
|
+
"description": "Represents the data point annotation path",
|
|
1173
|
+
"type": "string"
|
|
1174
|
+
},
|
|
1175
|
+
"identificationAnnotationPath": {
|
|
1176
|
+
"description": "Represents the identification annotation path",
|
|
1177
|
+
"type": "string"
|
|
1178
|
+
},
|
|
1179
|
+
"dynamicSubtitleAnnotationPath": {
|
|
1180
|
+
"description": "Represents the dynamic subtitle annotation path",
|
|
1181
|
+
"type": "string"
|
|
1182
|
+
},
|
|
1183
|
+
"value": {
|
|
1184
|
+
"description": "Represents the drop down value to be shown",
|
|
1185
|
+
"type": "string"
|
|
1186
|
+
},
|
|
1187
|
+
"chartProperties": {
|
|
1188
|
+
"description": "This property is responsible for setting specific chart settings",
|
|
1189
|
+
"type": "object",
|
|
1190
|
+
"properties": {
|
|
1191
|
+
"plotArea": {
|
|
1192
|
+
"$ref": "#/definitions/PlotAreaDef"
|
|
1193
|
+
},
|
|
1194
|
+
"timeAxis": {
|
|
1195
|
+
"$ref": "#/definitions/TimeAxisDef"
|
|
1196
|
+
}
|
|
1197
|
+
},
|
|
1198
|
+
"additionalProperties": false
|
|
1199
|
+
},
|
|
1200
|
+
"colorPalette": {
|
|
1201
|
+
"anyOf": [
|
|
1202
|
+
{
|
|
1203
|
+
"$ref": "#/definitions/ColorPaletteSemanticColoringType"
|
|
1204
|
+
},
|
|
1205
|
+
{
|
|
1206
|
+
"description": "For donut charts, a specific color can be mapped to a particular dimension value, so that a stable coloring can be enabled",
|
|
1207
|
+
"type": "object",
|
|
1208
|
+
"properties": {
|
|
1209
|
+
"colorPaletteType": {
|
|
1210
|
+
"type": "string",
|
|
1211
|
+
"const": "StableColoring"
|
|
1212
|
+
},
|
|
1213
|
+
"dimensionValueToColor": {
|
|
1214
|
+
"type": "object",
|
|
1215
|
+
"additionalProperties": {
|
|
1216
|
+
"type": "string"
|
|
1217
|
+
}
|
|
1218
|
+
}
|
|
1219
|
+
},
|
|
1220
|
+
"additionalProperties": false,
|
|
1221
|
+
"required": [
|
|
1222
|
+
"colorPaletteType",
|
|
1223
|
+
"dimensionValueToColor"
|
|
1224
|
+
]
|
|
1225
|
+
},
|
|
1226
|
+
{
|
|
1227
|
+
"description": "For columnn stack charts, rules can be defined to map a specific color to a particular dimension value",
|
|
1228
|
+
"type": "object",
|
|
1229
|
+
"properties": {
|
|
1230
|
+
"colorPaletteType": {
|
|
1231
|
+
"type": "string",
|
|
1232
|
+
"const": "MapDimensionValues"
|
|
1233
|
+
},
|
|
1234
|
+
"dimensionSettings": {
|
|
1235
|
+
"description": "For each dimension value to be colored, color and dimensionValue needs to be customized as a rule",
|
|
1236
|
+
"type": "object",
|
|
1237
|
+
"additionalProperties": {
|
|
1238
|
+
"type": "object",
|
|
1239
|
+
"additionalProperties": {
|
|
1240
|
+
"type": "object",
|
|
1241
|
+
"properties": {
|
|
1242
|
+
"color": {
|
|
1243
|
+
"$ref": "#/definitions/ChartColor",
|
|
1244
|
+
"description": "color contains the value of the color for the particular state"
|
|
1245
|
+
},
|
|
1246
|
+
"dimensionValue": {
|
|
1247
|
+
"type": "string"
|
|
1248
|
+
},
|
|
1249
|
+
"index": {
|
|
1250
|
+
"description": "If the index property is maintained, legends will be positioned in that order",
|
|
1251
|
+
"type": "number"
|
|
1252
|
+
}
|
|
1253
|
+
},
|
|
1254
|
+
"additionalProperties": false,
|
|
1255
|
+
"required": [
|
|
1256
|
+
"color",
|
|
1257
|
+
"dimensionValue"
|
|
1258
|
+
]
|
|
1259
|
+
}
|
|
1260
|
+
}
|
|
1261
|
+
}
|
|
1262
|
+
},
|
|
1263
|
+
"additionalProperties": false,
|
|
1264
|
+
"required": [
|
|
1265
|
+
"colorPaletteType",
|
|
1266
|
+
"dimensionSettings"
|
|
1267
|
+
]
|
|
1268
|
+
}
|
|
1269
|
+
]
|
|
1270
|
+
}
|
|
1271
|
+
}
|
|
921
1272
|
},
|
|
922
1273
|
"artifactType": "Manifest"
|
|
923
1274
|
},
|
|
@@ -1111,7 +1462,126 @@
|
|
|
1111
1462
|
"description": "Represents the card with view switch control.",
|
|
1112
1463
|
"type": "array",
|
|
1113
1464
|
"items": {
|
|
1114
|
-
"
|
|
1465
|
+
"additionalProperties": false,
|
|
1466
|
+
"type": "object",
|
|
1467
|
+
"properties": {
|
|
1468
|
+
"annotationPath": {
|
|
1469
|
+
"description": "Represents the annotation path",
|
|
1470
|
+
"type": "string"
|
|
1471
|
+
},
|
|
1472
|
+
"selectionAnnotationPath": {
|
|
1473
|
+
"description": "Represents the selection annotation path",
|
|
1474
|
+
"type": "string"
|
|
1475
|
+
},
|
|
1476
|
+
"chartAnnotationPath": {
|
|
1477
|
+
"description": "Represents the chart annotation path",
|
|
1478
|
+
"type": "string"
|
|
1479
|
+
},
|
|
1480
|
+
"presentationAnnotationPath": {
|
|
1481
|
+
"description": "Represents the presentation annotation path",
|
|
1482
|
+
"type": "string"
|
|
1483
|
+
},
|
|
1484
|
+
"dataPointAnnotationPath": {
|
|
1485
|
+
"description": "Represents the data point annotation path",
|
|
1486
|
+
"type": "string"
|
|
1487
|
+
},
|
|
1488
|
+
"identificationAnnotationPath": {
|
|
1489
|
+
"description": "Represents the identification annotation path",
|
|
1490
|
+
"type": "string"
|
|
1491
|
+
},
|
|
1492
|
+
"dynamicSubtitleAnnotationPath": {
|
|
1493
|
+
"description": "Represents the dynamic subtitle annotation path",
|
|
1494
|
+
"type": "string"
|
|
1495
|
+
},
|
|
1496
|
+
"value": {
|
|
1497
|
+
"description": "Represents the drop down value to be shown",
|
|
1498
|
+
"type": "string"
|
|
1499
|
+
},
|
|
1500
|
+
"chartProperties": {
|
|
1501
|
+
"description": "This property is responsible for setting specific chart settings",
|
|
1502
|
+
"type": "object",
|
|
1503
|
+
"properties": {
|
|
1504
|
+
"plotArea": {
|
|
1505
|
+
"$ref": "#/definitions/PlotAreaDef"
|
|
1506
|
+
},
|
|
1507
|
+
"timeAxis": {
|
|
1508
|
+
"$ref": "#/definitions/TimeAxisDef"
|
|
1509
|
+
}
|
|
1510
|
+
},
|
|
1511
|
+
"additionalProperties": false
|
|
1512
|
+
},
|
|
1513
|
+
"colorPalette": {
|
|
1514
|
+
"anyOf": [
|
|
1515
|
+
{
|
|
1516
|
+
"$ref": "#/definitions/ColorPaletteSemanticColoringType"
|
|
1517
|
+
},
|
|
1518
|
+
{
|
|
1519
|
+
"description": "For donut charts, a specific color can be mapped to a particular dimension value, so that a stable coloring can be enabled",
|
|
1520
|
+
"type": "object",
|
|
1521
|
+
"properties": {
|
|
1522
|
+
"colorPaletteType": {
|
|
1523
|
+
"type": "string",
|
|
1524
|
+
"const": "StableColoring"
|
|
1525
|
+
},
|
|
1526
|
+
"dimensionValueToColor": {
|
|
1527
|
+
"type": "object",
|
|
1528
|
+
"additionalProperties": {
|
|
1529
|
+
"type": "string"
|
|
1530
|
+
}
|
|
1531
|
+
}
|
|
1532
|
+
},
|
|
1533
|
+
"additionalProperties": false,
|
|
1534
|
+
"required": [
|
|
1535
|
+
"colorPaletteType",
|
|
1536
|
+
"dimensionValueToColor"
|
|
1537
|
+
]
|
|
1538
|
+
},
|
|
1539
|
+
{
|
|
1540
|
+
"description": "For columnn stack charts, rules can be defined to map a specific color to a particular dimension value",
|
|
1541
|
+
"type": "object",
|
|
1542
|
+
"properties": {
|
|
1543
|
+
"colorPaletteType": {
|
|
1544
|
+
"type": "string",
|
|
1545
|
+
"const": "MapDimensionValues"
|
|
1546
|
+
},
|
|
1547
|
+
"dimensionSettings": {
|
|
1548
|
+
"description": "For each dimension value to be colored, color and dimensionValue needs to be customized as a rule",
|
|
1549
|
+
"type": "object",
|
|
1550
|
+
"additionalProperties": {
|
|
1551
|
+
"type": "object",
|
|
1552
|
+
"additionalProperties": {
|
|
1553
|
+
"type": "object",
|
|
1554
|
+
"properties": {
|
|
1555
|
+
"color": {
|
|
1556
|
+
"$ref": "#/definitions/ChartColor",
|
|
1557
|
+
"description": "color contains the value of the color for the particular state"
|
|
1558
|
+
},
|
|
1559
|
+
"dimensionValue": {
|
|
1560
|
+
"type": "string"
|
|
1561
|
+
},
|
|
1562
|
+
"index": {
|
|
1563
|
+
"description": "If the index property is maintained, legends will be positioned in that order",
|
|
1564
|
+
"type": "number"
|
|
1565
|
+
}
|
|
1566
|
+
},
|
|
1567
|
+
"additionalProperties": false,
|
|
1568
|
+
"required": [
|
|
1569
|
+
"color",
|
|
1570
|
+
"dimensionValue"
|
|
1571
|
+
]
|
|
1572
|
+
}
|
|
1573
|
+
}
|
|
1574
|
+
}
|
|
1575
|
+
},
|
|
1576
|
+
"additionalProperties": false,
|
|
1577
|
+
"required": [
|
|
1578
|
+
"colorPaletteType",
|
|
1579
|
+
"dimensionSettings"
|
|
1580
|
+
]
|
|
1581
|
+
}
|
|
1582
|
+
]
|
|
1583
|
+
}
|
|
1584
|
+
}
|
|
1115
1585
|
},
|
|
1116
1586
|
"artifactType": "Manifest"
|
|
1117
1587
|
},
|
|
@@ -1335,7 +1805,126 @@
|
|
|
1335
1805
|
"description": "Represents the card with view switch control.",
|
|
1336
1806
|
"type": "array",
|
|
1337
1807
|
"items": {
|
|
1338
|
-
"
|
|
1808
|
+
"additionalProperties": false,
|
|
1809
|
+
"type": "object",
|
|
1810
|
+
"properties": {
|
|
1811
|
+
"annotationPath": {
|
|
1812
|
+
"description": "Represents the annotation path",
|
|
1813
|
+
"type": "string"
|
|
1814
|
+
},
|
|
1815
|
+
"selectionAnnotationPath": {
|
|
1816
|
+
"description": "Represents the selection annotation path",
|
|
1817
|
+
"type": "string"
|
|
1818
|
+
},
|
|
1819
|
+
"chartAnnotationPath": {
|
|
1820
|
+
"description": "Represents the chart annotation path",
|
|
1821
|
+
"type": "string"
|
|
1822
|
+
},
|
|
1823
|
+
"presentationAnnotationPath": {
|
|
1824
|
+
"description": "Represents the presentation annotation path",
|
|
1825
|
+
"type": "string"
|
|
1826
|
+
},
|
|
1827
|
+
"dataPointAnnotationPath": {
|
|
1828
|
+
"description": "Represents the data point annotation path",
|
|
1829
|
+
"type": "string"
|
|
1830
|
+
},
|
|
1831
|
+
"identificationAnnotationPath": {
|
|
1832
|
+
"description": "Represents the identification annotation path",
|
|
1833
|
+
"type": "string"
|
|
1834
|
+
},
|
|
1835
|
+
"dynamicSubtitleAnnotationPath": {
|
|
1836
|
+
"description": "Represents the dynamic subtitle annotation path",
|
|
1837
|
+
"type": "string"
|
|
1838
|
+
},
|
|
1839
|
+
"value": {
|
|
1840
|
+
"description": "Represents the drop down value to be shown",
|
|
1841
|
+
"type": "string"
|
|
1842
|
+
},
|
|
1843
|
+
"chartProperties": {
|
|
1844
|
+
"description": "This property is responsible for setting specific chart settings",
|
|
1845
|
+
"type": "object",
|
|
1846
|
+
"properties": {
|
|
1847
|
+
"plotArea": {
|
|
1848
|
+
"$ref": "#/definitions/PlotAreaDef"
|
|
1849
|
+
},
|
|
1850
|
+
"timeAxis": {
|
|
1851
|
+
"$ref": "#/definitions/TimeAxisDef"
|
|
1852
|
+
}
|
|
1853
|
+
},
|
|
1854
|
+
"additionalProperties": false
|
|
1855
|
+
},
|
|
1856
|
+
"colorPalette": {
|
|
1857
|
+
"anyOf": [
|
|
1858
|
+
{
|
|
1859
|
+
"$ref": "#/definitions/ColorPaletteSemanticColoringType"
|
|
1860
|
+
},
|
|
1861
|
+
{
|
|
1862
|
+
"description": "For donut charts, a specific color can be mapped to a particular dimension value, so that a stable coloring can be enabled",
|
|
1863
|
+
"type": "object",
|
|
1864
|
+
"properties": {
|
|
1865
|
+
"colorPaletteType": {
|
|
1866
|
+
"type": "string",
|
|
1867
|
+
"const": "StableColoring"
|
|
1868
|
+
},
|
|
1869
|
+
"dimensionValueToColor": {
|
|
1870
|
+
"type": "object",
|
|
1871
|
+
"additionalProperties": {
|
|
1872
|
+
"type": "string"
|
|
1873
|
+
}
|
|
1874
|
+
}
|
|
1875
|
+
},
|
|
1876
|
+
"additionalProperties": false,
|
|
1877
|
+
"required": [
|
|
1878
|
+
"colorPaletteType",
|
|
1879
|
+
"dimensionValueToColor"
|
|
1880
|
+
]
|
|
1881
|
+
},
|
|
1882
|
+
{
|
|
1883
|
+
"description": "For columnn stack charts, rules can be defined to map a specific color to a particular dimension value",
|
|
1884
|
+
"type": "object",
|
|
1885
|
+
"properties": {
|
|
1886
|
+
"colorPaletteType": {
|
|
1887
|
+
"type": "string",
|
|
1888
|
+
"const": "MapDimensionValues"
|
|
1889
|
+
},
|
|
1890
|
+
"dimensionSettings": {
|
|
1891
|
+
"description": "For each dimension value to be colored, color and dimensionValue needs to be customized as a rule",
|
|
1892
|
+
"type": "object",
|
|
1893
|
+
"additionalProperties": {
|
|
1894
|
+
"type": "object",
|
|
1895
|
+
"additionalProperties": {
|
|
1896
|
+
"type": "object",
|
|
1897
|
+
"properties": {
|
|
1898
|
+
"color": {
|
|
1899
|
+
"$ref": "#/definitions/ChartColor",
|
|
1900
|
+
"description": "color contains the value of the color for the particular state"
|
|
1901
|
+
},
|
|
1902
|
+
"dimensionValue": {
|
|
1903
|
+
"type": "string"
|
|
1904
|
+
},
|
|
1905
|
+
"index": {
|
|
1906
|
+
"description": "If the index property is maintained, legends will be positioned in that order",
|
|
1907
|
+
"type": "number"
|
|
1908
|
+
}
|
|
1909
|
+
},
|
|
1910
|
+
"additionalProperties": false,
|
|
1911
|
+
"required": [
|
|
1912
|
+
"color",
|
|
1913
|
+
"dimensionValue"
|
|
1914
|
+
]
|
|
1915
|
+
}
|
|
1916
|
+
}
|
|
1917
|
+
}
|
|
1918
|
+
},
|
|
1919
|
+
"additionalProperties": false,
|
|
1920
|
+
"required": [
|
|
1921
|
+
"colorPaletteType",
|
|
1922
|
+
"dimensionSettings"
|
|
1923
|
+
]
|
|
1924
|
+
}
|
|
1925
|
+
]
|
|
1926
|
+
}
|
|
1927
|
+
}
|
|
1339
1928
|
},
|
|
1340
1929
|
"artifactType": "Manifest"
|
|
1341
1930
|
},
|
|
@@ -1563,7 +2152,126 @@
|
|
|
1563
2152
|
"description": "Represents the card with view switch control.",
|
|
1564
2153
|
"type": "array",
|
|
1565
2154
|
"items": {
|
|
1566
|
-
"
|
|
2155
|
+
"additionalProperties": false,
|
|
2156
|
+
"type": "object",
|
|
2157
|
+
"properties": {
|
|
2158
|
+
"annotationPath": {
|
|
2159
|
+
"description": "Represents the annotation path",
|
|
2160
|
+
"type": "string"
|
|
2161
|
+
},
|
|
2162
|
+
"selectionAnnotationPath": {
|
|
2163
|
+
"description": "Represents the selection annotation path",
|
|
2164
|
+
"type": "string"
|
|
2165
|
+
},
|
|
2166
|
+
"chartAnnotationPath": {
|
|
2167
|
+
"description": "Represents the chart annotation path",
|
|
2168
|
+
"type": "string"
|
|
2169
|
+
},
|
|
2170
|
+
"presentationAnnotationPath": {
|
|
2171
|
+
"description": "Represents the presentation annotation path",
|
|
2172
|
+
"type": "string"
|
|
2173
|
+
},
|
|
2174
|
+
"dataPointAnnotationPath": {
|
|
2175
|
+
"description": "Represents the data point annotation path",
|
|
2176
|
+
"type": "string"
|
|
2177
|
+
},
|
|
2178
|
+
"identificationAnnotationPath": {
|
|
2179
|
+
"description": "Represents the identification annotation path",
|
|
2180
|
+
"type": "string"
|
|
2181
|
+
},
|
|
2182
|
+
"dynamicSubtitleAnnotationPath": {
|
|
2183
|
+
"description": "Represents the dynamic subtitle annotation path",
|
|
2184
|
+
"type": "string"
|
|
2185
|
+
},
|
|
2186
|
+
"value": {
|
|
2187
|
+
"description": "Represents the drop down value to be shown",
|
|
2188
|
+
"type": "string"
|
|
2189
|
+
},
|
|
2190
|
+
"chartProperties": {
|
|
2191
|
+
"description": "This property is responsible for setting specific chart settings",
|
|
2192
|
+
"type": "object",
|
|
2193
|
+
"properties": {
|
|
2194
|
+
"plotArea": {
|
|
2195
|
+
"$ref": "#/definitions/PlotAreaDef"
|
|
2196
|
+
},
|
|
2197
|
+
"timeAxis": {
|
|
2198
|
+
"$ref": "#/definitions/TimeAxisDef"
|
|
2199
|
+
}
|
|
2200
|
+
},
|
|
2201
|
+
"additionalProperties": false
|
|
2202
|
+
},
|
|
2203
|
+
"colorPalette": {
|
|
2204
|
+
"anyOf": [
|
|
2205
|
+
{
|
|
2206
|
+
"$ref": "#/definitions/ColorPaletteSemanticColoringType"
|
|
2207
|
+
},
|
|
2208
|
+
{
|
|
2209
|
+
"description": "For donut charts, a specific color can be mapped to a particular dimension value, so that a stable coloring can be enabled",
|
|
2210
|
+
"type": "object",
|
|
2211
|
+
"properties": {
|
|
2212
|
+
"colorPaletteType": {
|
|
2213
|
+
"type": "string",
|
|
2214
|
+
"const": "StableColoring"
|
|
2215
|
+
},
|
|
2216
|
+
"dimensionValueToColor": {
|
|
2217
|
+
"type": "object",
|
|
2218
|
+
"additionalProperties": {
|
|
2219
|
+
"type": "string"
|
|
2220
|
+
}
|
|
2221
|
+
}
|
|
2222
|
+
},
|
|
2223
|
+
"additionalProperties": false,
|
|
2224
|
+
"required": [
|
|
2225
|
+
"colorPaletteType",
|
|
2226
|
+
"dimensionValueToColor"
|
|
2227
|
+
]
|
|
2228
|
+
},
|
|
2229
|
+
{
|
|
2230
|
+
"description": "For columnn stack charts, rules can be defined to map a specific color to a particular dimension value",
|
|
2231
|
+
"type": "object",
|
|
2232
|
+
"properties": {
|
|
2233
|
+
"colorPaletteType": {
|
|
2234
|
+
"type": "string",
|
|
2235
|
+
"const": "MapDimensionValues"
|
|
2236
|
+
},
|
|
2237
|
+
"dimensionSettings": {
|
|
2238
|
+
"description": "For each dimension value to be colored, color and dimensionValue needs to be customized as a rule",
|
|
2239
|
+
"type": "object",
|
|
2240
|
+
"additionalProperties": {
|
|
2241
|
+
"type": "object",
|
|
2242
|
+
"additionalProperties": {
|
|
2243
|
+
"type": "object",
|
|
2244
|
+
"properties": {
|
|
2245
|
+
"color": {
|
|
2246
|
+
"$ref": "#/definitions/ChartColor",
|
|
2247
|
+
"description": "color contains the value of the color for the particular state"
|
|
2248
|
+
},
|
|
2249
|
+
"dimensionValue": {
|
|
2250
|
+
"type": "string"
|
|
2251
|
+
},
|
|
2252
|
+
"index": {
|
|
2253
|
+
"description": "If the index property is maintained, legends will be positioned in that order",
|
|
2254
|
+
"type": "number"
|
|
2255
|
+
}
|
|
2256
|
+
},
|
|
2257
|
+
"additionalProperties": false,
|
|
2258
|
+
"required": [
|
|
2259
|
+
"color",
|
|
2260
|
+
"dimensionValue"
|
|
2261
|
+
]
|
|
2262
|
+
}
|
|
2263
|
+
}
|
|
2264
|
+
}
|
|
2265
|
+
},
|
|
2266
|
+
"additionalProperties": false,
|
|
2267
|
+
"required": [
|
|
2268
|
+
"colorPaletteType",
|
|
2269
|
+
"dimensionSettings"
|
|
2270
|
+
]
|
|
2271
|
+
}
|
|
2272
|
+
]
|
|
2273
|
+
}
|
|
2274
|
+
}
|
|
1567
2275
|
},
|
|
1568
2276
|
"artifactType": "Manifest"
|
|
1569
2277
|
},
|
|
@@ -1658,7 +2366,6 @@
|
|
|
1658
2366
|
"AnalyticalCardSettings": {
|
|
1659
2367
|
"displayName": "settings",
|
|
1660
2368
|
"type": "object",
|
|
1661
|
-
"additionalProperties": {},
|
|
1662
2369
|
"properties": {
|
|
1663
2370
|
"chartAnnotationPath": {
|
|
1664
2371
|
"description": "Represents the chart annotation path.",
|
|
@@ -1696,20 +2403,82 @@
|
|
|
1696
2403
|
},
|
|
1697
2404
|
"colorPalette": {
|
|
1698
2405
|
"description": "Color palette for semantic coloring.",
|
|
2406
|
+
"controlProperty": "colorPaletteType",
|
|
1699
2407
|
"anyOf": [
|
|
1700
2408
|
{
|
|
1701
|
-
"
|
|
1702
|
-
"items": {
|
|
1703
|
-
"type": "object",
|
|
1704
|
-
"additionalProperties": {}
|
|
1705
|
-
}
|
|
2409
|
+
"$ref": "#/definitions/ColorPaletteSemanticColoringType"
|
|
1706
2410
|
},
|
|
1707
2411
|
{
|
|
2412
|
+
"description": "For donut charts, a specific color can be mapped to a particular dimension value, so that a stable coloring can be enabled",
|
|
1708
2413
|
"type": "object",
|
|
1709
|
-
"
|
|
2414
|
+
"properties": {
|
|
2415
|
+
"colorPaletteType": {
|
|
2416
|
+
"type": "string",
|
|
2417
|
+
"const": "StableColoring"
|
|
2418
|
+
},
|
|
2419
|
+
"dimensionValueToColor": {
|
|
2420
|
+
"type": "object",
|
|
2421
|
+
"additionalProperties": {
|
|
2422
|
+
"type": "string"
|
|
2423
|
+
}
|
|
2424
|
+
}
|
|
2425
|
+
},
|
|
2426
|
+
"additionalProperties": false,
|
|
2427
|
+
"required": [
|
|
2428
|
+
"colorPaletteType",
|
|
2429
|
+
"dimensionValueToColor"
|
|
2430
|
+
]
|
|
2431
|
+
},
|
|
2432
|
+
{
|
|
2433
|
+
"description": "For columnn stack charts, rules can be defined to map a specific color to a particular dimension value",
|
|
2434
|
+
"type": "object",
|
|
2435
|
+
"properties": {
|
|
2436
|
+
"colorPaletteType": {
|
|
2437
|
+
"type": "string",
|
|
2438
|
+
"const": "MapDimensionValues"
|
|
2439
|
+
},
|
|
2440
|
+
"dimensionSettings": {
|
|
2441
|
+
"description": "For each dimension value to be colored, color and dimensionValue needs to be customized as a rule",
|
|
2442
|
+
"type": "object",
|
|
2443
|
+
"additionalProperties": {
|
|
2444
|
+
"type": "object",
|
|
2445
|
+
"additionalProperties": {
|
|
2446
|
+
"type": "object",
|
|
2447
|
+
"properties": {
|
|
2448
|
+
"color": {
|
|
2449
|
+
"$ref": "#/definitions/ChartColor",
|
|
2450
|
+
"description": "color contains the value of the color for the particular state"
|
|
2451
|
+
},
|
|
2452
|
+
"dimensionValue": {
|
|
2453
|
+
"type": "string"
|
|
2454
|
+
},
|
|
2455
|
+
"index": {
|
|
2456
|
+
"description": "If the index property is maintained, legends will be positioned in that order",
|
|
2457
|
+
"type": "number"
|
|
2458
|
+
}
|
|
2459
|
+
},
|
|
2460
|
+
"additionalProperties": false,
|
|
2461
|
+
"required": [
|
|
2462
|
+
"color",
|
|
2463
|
+
"dimensionValue"
|
|
2464
|
+
]
|
|
2465
|
+
}
|
|
2466
|
+
}
|
|
2467
|
+
}
|
|
2468
|
+
},
|
|
2469
|
+
"additionalProperties": false,
|
|
2470
|
+
"required": [
|
|
2471
|
+
"colorPaletteType",
|
|
2472
|
+
"dimensionSettings"
|
|
2473
|
+
]
|
|
1710
2474
|
}
|
|
1711
2475
|
]
|
|
1712
2476
|
},
|
|
2477
|
+
"bEnableStableColors": {
|
|
2478
|
+
"description": "Enables the configuration of an analytical card with column stack chart, to map the dimension values to specific colors",
|
|
2479
|
+
"type": "boolean",
|
|
2480
|
+
"artifactType": "Manifest"
|
|
2481
|
+
},
|
|
1713
2482
|
"entitySet": {
|
|
1714
2483
|
"description": "Represents the dominant entity set that will be displayed in the given card.",
|
|
1715
2484
|
"type": "string",
|
|
@@ -1788,7 +2557,126 @@
|
|
|
1788
2557
|
"description": "Represents the card with view switch control.",
|
|
1789
2558
|
"type": "array",
|
|
1790
2559
|
"items": {
|
|
1791
|
-
"
|
|
2560
|
+
"additionalProperties": false,
|
|
2561
|
+
"type": "object",
|
|
2562
|
+
"properties": {
|
|
2563
|
+
"annotationPath": {
|
|
2564
|
+
"description": "Represents the annotation path",
|
|
2565
|
+
"type": "string"
|
|
2566
|
+
},
|
|
2567
|
+
"selectionAnnotationPath": {
|
|
2568
|
+
"description": "Represents the selection annotation path",
|
|
2569
|
+
"type": "string"
|
|
2570
|
+
},
|
|
2571
|
+
"chartAnnotationPath": {
|
|
2572
|
+
"description": "Represents the chart annotation path",
|
|
2573
|
+
"type": "string"
|
|
2574
|
+
},
|
|
2575
|
+
"presentationAnnotationPath": {
|
|
2576
|
+
"description": "Represents the presentation annotation path",
|
|
2577
|
+
"type": "string"
|
|
2578
|
+
},
|
|
2579
|
+
"dataPointAnnotationPath": {
|
|
2580
|
+
"description": "Represents the data point annotation path",
|
|
2581
|
+
"type": "string"
|
|
2582
|
+
},
|
|
2583
|
+
"identificationAnnotationPath": {
|
|
2584
|
+
"description": "Represents the identification annotation path",
|
|
2585
|
+
"type": "string"
|
|
2586
|
+
},
|
|
2587
|
+
"dynamicSubtitleAnnotationPath": {
|
|
2588
|
+
"description": "Represents the dynamic subtitle annotation path",
|
|
2589
|
+
"type": "string"
|
|
2590
|
+
},
|
|
2591
|
+
"value": {
|
|
2592
|
+
"description": "Represents the drop down value to be shown",
|
|
2593
|
+
"type": "string"
|
|
2594
|
+
},
|
|
2595
|
+
"chartProperties": {
|
|
2596
|
+
"description": "This property is responsible for setting specific chart settings",
|
|
2597
|
+
"type": "object",
|
|
2598
|
+
"properties": {
|
|
2599
|
+
"plotArea": {
|
|
2600
|
+
"$ref": "#/definitions/PlotAreaDef"
|
|
2601
|
+
},
|
|
2602
|
+
"timeAxis": {
|
|
2603
|
+
"$ref": "#/definitions/TimeAxisDef"
|
|
2604
|
+
}
|
|
2605
|
+
},
|
|
2606
|
+
"additionalProperties": false
|
|
2607
|
+
},
|
|
2608
|
+
"colorPalette": {
|
|
2609
|
+
"anyOf": [
|
|
2610
|
+
{
|
|
2611
|
+
"$ref": "#/definitions/ColorPaletteSemanticColoringType"
|
|
2612
|
+
},
|
|
2613
|
+
{
|
|
2614
|
+
"description": "For donut charts, a specific color can be mapped to a particular dimension value, so that a stable coloring can be enabled",
|
|
2615
|
+
"type": "object",
|
|
2616
|
+
"properties": {
|
|
2617
|
+
"colorPaletteType": {
|
|
2618
|
+
"type": "string",
|
|
2619
|
+
"const": "StableColoring"
|
|
2620
|
+
},
|
|
2621
|
+
"dimensionValueToColor": {
|
|
2622
|
+
"type": "object",
|
|
2623
|
+
"additionalProperties": {
|
|
2624
|
+
"type": "string"
|
|
2625
|
+
}
|
|
2626
|
+
}
|
|
2627
|
+
},
|
|
2628
|
+
"additionalProperties": false,
|
|
2629
|
+
"required": [
|
|
2630
|
+
"colorPaletteType",
|
|
2631
|
+
"dimensionValueToColor"
|
|
2632
|
+
]
|
|
2633
|
+
},
|
|
2634
|
+
{
|
|
2635
|
+
"description": "For columnn stack charts, rules can be defined to map a specific color to a particular dimension value",
|
|
2636
|
+
"type": "object",
|
|
2637
|
+
"properties": {
|
|
2638
|
+
"colorPaletteType": {
|
|
2639
|
+
"type": "string",
|
|
2640
|
+
"const": "MapDimensionValues"
|
|
2641
|
+
},
|
|
2642
|
+
"dimensionSettings": {
|
|
2643
|
+
"description": "For each dimension value to be colored, color and dimensionValue needs to be customized as a rule",
|
|
2644
|
+
"type": "object",
|
|
2645
|
+
"additionalProperties": {
|
|
2646
|
+
"type": "object",
|
|
2647
|
+
"additionalProperties": {
|
|
2648
|
+
"type": "object",
|
|
2649
|
+
"properties": {
|
|
2650
|
+
"color": {
|
|
2651
|
+
"$ref": "#/definitions/ChartColor",
|
|
2652
|
+
"description": "color contains the value of the color for the particular state"
|
|
2653
|
+
},
|
|
2654
|
+
"dimensionValue": {
|
|
2655
|
+
"type": "string"
|
|
2656
|
+
},
|
|
2657
|
+
"index": {
|
|
2658
|
+
"description": "If the index property is maintained, legends will be positioned in that order",
|
|
2659
|
+
"type": "number"
|
|
2660
|
+
}
|
|
2661
|
+
},
|
|
2662
|
+
"additionalProperties": false,
|
|
2663
|
+
"required": [
|
|
2664
|
+
"color",
|
|
2665
|
+
"dimensionValue"
|
|
2666
|
+
]
|
|
2667
|
+
}
|
|
2668
|
+
}
|
|
2669
|
+
}
|
|
2670
|
+
},
|
|
2671
|
+
"additionalProperties": false,
|
|
2672
|
+
"required": [
|
|
2673
|
+
"colorPaletteType",
|
|
2674
|
+
"dimensionSettings"
|
|
2675
|
+
]
|
|
2676
|
+
}
|
|
2677
|
+
]
|
|
2678
|
+
}
|
|
2679
|
+
}
|
|
1792
2680
|
},
|
|
1793
2681
|
"artifactType": "Manifest"
|
|
1794
2682
|
},
|
|
@@ -1837,6 +2725,7 @@
|
|
|
1837
2725
|
"artifactType": "Manifest"
|
|
1838
2726
|
}
|
|
1839
2727
|
},
|
|
2728
|
+
"additionalProperties": false,
|
|
1840
2729
|
"required": [
|
|
1841
2730
|
"title"
|
|
1842
2731
|
]
|
|
@@ -1894,20 +2783,82 @@
|
|
|
1894
2783
|
},
|
|
1895
2784
|
"colorPalette": {
|
|
1896
2785
|
"description": "Color palette for semantic coloring.",
|
|
2786
|
+
"controlProperty": "colorPaletteType",
|
|
1897
2787
|
"anyOf": [
|
|
1898
2788
|
{
|
|
1899
|
-
"
|
|
1900
|
-
"items": {
|
|
1901
|
-
"type": "object",
|
|
1902
|
-
"additionalProperties": {}
|
|
1903
|
-
}
|
|
2789
|
+
"$ref": "#/definitions/ColorPaletteSemanticColoringType"
|
|
1904
2790
|
},
|
|
1905
2791
|
{
|
|
2792
|
+
"description": "For donut charts, a specific color can be mapped to a particular dimension value, so that a stable coloring can be enabled",
|
|
1906
2793
|
"type": "object",
|
|
1907
|
-
"
|
|
2794
|
+
"properties": {
|
|
2795
|
+
"colorPaletteType": {
|
|
2796
|
+
"type": "string",
|
|
2797
|
+
"const": "StableColoring"
|
|
2798
|
+
},
|
|
2799
|
+
"dimensionValueToColor": {
|
|
2800
|
+
"type": "object",
|
|
2801
|
+
"additionalProperties": {
|
|
2802
|
+
"type": "string"
|
|
2803
|
+
}
|
|
2804
|
+
}
|
|
2805
|
+
},
|
|
2806
|
+
"additionalProperties": false,
|
|
2807
|
+
"required": [
|
|
2808
|
+
"colorPaletteType",
|
|
2809
|
+
"dimensionValueToColor"
|
|
2810
|
+
]
|
|
2811
|
+
},
|
|
2812
|
+
{
|
|
2813
|
+
"description": "For columnn stack charts, rules can be defined to map a specific color to a particular dimension value",
|
|
2814
|
+
"type": "object",
|
|
2815
|
+
"properties": {
|
|
2816
|
+
"colorPaletteType": {
|
|
2817
|
+
"type": "string",
|
|
2818
|
+
"const": "MapDimensionValues"
|
|
2819
|
+
},
|
|
2820
|
+
"dimensionSettings": {
|
|
2821
|
+
"description": "For each dimension value to be colored, color and dimensionValue needs to be customized as a rule",
|
|
2822
|
+
"type": "object",
|
|
2823
|
+
"additionalProperties": {
|
|
2824
|
+
"type": "object",
|
|
2825
|
+
"additionalProperties": {
|
|
2826
|
+
"type": "object",
|
|
2827
|
+
"properties": {
|
|
2828
|
+
"color": {
|
|
2829
|
+
"$ref": "#/definitions/ChartColor",
|
|
2830
|
+
"description": "color contains the value of the color for the particular state"
|
|
2831
|
+
},
|
|
2832
|
+
"dimensionValue": {
|
|
2833
|
+
"type": "string"
|
|
2834
|
+
},
|
|
2835
|
+
"index": {
|
|
2836
|
+
"description": "If the index property is maintained, legends will be positioned in that order",
|
|
2837
|
+
"type": "number"
|
|
2838
|
+
}
|
|
2839
|
+
},
|
|
2840
|
+
"additionalProperties": false,
|
|
2841
|
+
"required": [
|
|
2842
|
+
"color",
|
|
2843
|
+
"dimensionValue"
|
|
2844
|
+
]
|
|
2845
|
+
}
|
|
2846
|
+
}
|
|
2847
|
+
}
|
|
2848
|
+
},
|
|
2849
|
+
"additionalProperties": false,
|
|
2850
|
+
"required": [
|
|
2851
|
+
"colorPaletteType",
|
|
2852
|
+
"dimensionSettings"
|
|
2853
|
+
]
|
|
1908
2854
|
}
|
|
1909
2855
|
]
|
|
1910
2856
|
},
|
|
2857
|
+
"bEnableStableColors": {
|
|
2858
|
+
"description": "Enables the configuration of an analytical card with column stack chart, to map the dimension values to specific colors",
|
|
2859
|
+
"type": "boolean",
|
|
2860
|
+
"artifactType": "Manifest"
|
|
2861
|
+
},
|
|
1911
2862
|
"entitySet": {
|
|
1912
2863
|
"description": "Represents the dominant entity set that will be displayed in the given card.",
|
|
1913
2864
|
"type": "string",
|
|
@@ -1986,7 +2937,126 @@
|
|
|
1986
2937
|
"description": "Represents the card with view switch control.",
|
|
1987
2938
|
"type": "array",
|
|
1988
2939
|
"items": {
|
|
1989
|
-
"
|
|
2940
|
+
"additionalProperties": false,
|
|
2941
|
+
"type": "object",
|
|
2942
|
+
"properties": {
|
|
2943
|
+
"annotationPath": {
|
|
2944
|
+
"description": "Represents the annotation path",
|
|
2945
|
+
"type": "string"
|
|
2946
|
+
},
|
|
2947
|
+
"selectionAnnotationPath": {
|
|
2948
|
+
"description": "Represents the selection annotation path",
|
|
2949
|
+
"type": "string"
|
|
2950
|
+
},
|
|
2951
|
+
"chartAnnotationPath": {
|
|
2952
|
+
"description": "Represents the chart annotation path",
|
|
2953
|
+
"type": "string"
|
|
2954
|
+
},
|
|
2955
|
+
"presentationAnnotationPath": {
|
|
2956
|
+
"description": "Represents the presentation annotation path",
|
|
2957
|
+
"type": "string"
|
|
2958
|
+
},
|
|
2959
|
+
"dataPointAnnotationPath": {
|
|
2960
|
+
"description": "Represents the data point annotation path",
|
|
2961
|
+
"type": "string"
|
|
2962
|
+
},
|
|
2963
|
+
"identificationAnnotationPath": {
|
|
2964
|
+
"description": "Represents the identification annotation path",
|
|
2965
|
+
"type": "string"
|
|
2966
|
+
},
|
|
2967
|
+
"dynamicSubtitleAnnotationPath": {
|
|
2968
|
+
"description": "Represents the dynamic subtitle annotation path",
|
|
2969
|
+
"type": "string"
|
|
2970
|
+
},
|
|
2971
|
+
"value": {
|
|
2972
|
+
"description": "Represents the drop down value to be shown",
|
|
2973
|
+
"type": "string"
|
|
2974
|
+
},
|
|
2975
|
+
"chartProperties": {
|
|
2976
|
+
"description": "This property is responsible for setting specific chart settings",
|
|
2977
|
+
"type": "object",
|
|
2978
|
+
"properties": {
|
|
2979
|
+
"plotArea": {
|
|
2980
|
+
"$ref": "#/definitions/PlotAreaDef"
|
|
2981
|
+
},
|
|
2982
|
+
"timeAxis": {
|
|
2983
|
+
"$ref": "#/definitions/TimeAxisDef"
|
|
2984
|
+
}
|
|
2985
|
+
},
|
|
2986
|
+
"additionalProperties": false
|
|
2987
|
+
},
|
|
2988
|
+
"colorPalette": {
|
|
2989
|
+
"anyOf": [
|
|
2990
|
+
{
|
|
2991
|
+
"$ref": "#/definitions/ColorPaletteSemanticColoringType"
|
|
2992
|
+
},
|
|
2993
|
+
{
|
|
2994
|
+
"description": "For donut charts, a specific color can be mapped to a particular dimension value, so that a stable coloring can be enabled",
|
|
2995
|
+
"type": "object",
|
|
2996
|
+
"properties": {
|
|
2997
|
+
"colorPaletteType": {
|
|
2998
|
+
"type": "string",
|
|
2999
|
+
"const": "StableColoring"
|
|
3000
|
+
},
|
|
3001
|
+
"dimensionValueToColor": {
|
|
3002
|
+
"type": "object",
|
|
3003
|
+
"additionalProperties": {
|
|
3004
|
+
"type": "string"
|
|
3005
|
+
}
|
|
3006
|
+
}
|
|
3007
|
+
},
|
|
3008
|
+
"additionalProperties": false,
|
|
3009
|
+
"required": [
|
|
3010
|
+
"colorPaletteType",
|
|
3011
|
+
"dimensionValueToColor"
|
|
3012
|
+
]
|
|
3013
|
+
},
|
|
3014
|
+
{
|
|
3015
|
+
"description": "For columnn stack charts, rules can be defined to map a specific color to a particular dimension value",
|
|
3016
|
+
"type": "object",
|
|
3017
|
+
"properties": {
|
|
3018
|
+
"colorPaletteType": {
|
|
3019
|
+
"type": "string",
|
|
3020
|
+
"const": "MapDimensionValues"
|
|
3021
|
+
},
|
|
3022
|
+
"dimensionSettings": {
|
|
3023
|
+
"description": "For each dimension value to be colored, color and dimensionValue needs to be customized as a rule",
|
|
3024
|
+
"type": "object",
|
|
3025
|
+
"additionalProperties": {
|
|
3026
|
+
"type": "object",
|
|
3027
|
+
"additionalProperties": {
|
|
3028
|
+
"type": "object",
|
|
3029
|
+
"properties": {
|
|
3030
|
+
"color": {
|
|
3031
|
+
"$ref": "#/definitions/ChartColor",
|
|
3032
|
+
"description": "color contains the value of the color for the particular state"
|
|
3033
|
+
},
|
|
3034
|
+
"dimensionValue": {
|
|
3035
|
+
"type": "string"
|
|
3036
|
+
},
|
|
3037
|
+
"index": {
|
|
3038
|
+
"description": "If the index property is maintained, legends will be positioned in that order",
|
|
3039
|
+
"type": "number"
|
|
3040
|
+
}
|
|
3041
|
+
},
|
|
3042
|
+
"additionalProperties": false,
|
|
3043
|
+
"required": [
|
|
3044
|
+
"color",
|
|
3045
|
+
"dimensionValue"
|
|
3046
|
+
]
|
|
3047
|
+
}
|
|
3048
|
+
}
|
|
3049
|
+
}
|
|
3050
|
+
},
|
|
3051
|
+
"additionalProperties": false,
|
|
3052
|
+
"required": [
|
|
3053
|
+
"colorPaletteType",
|
|
3054
|
+
"dimensionSettings"
|
|
3055
|
+
]
|
|
3056
|
+
}
|
|
3057
|
+
]
|
|
3058
|
+
}
|
|
3059
|
+
}
|
|
1990
3060
|
},
|
|
1991
3061
|
"artifactType": "Manifest"
|
|
1992
3062
|
},
|