Skip to content

Commit 5597352

Browse files
committed
update plot-schema diff
1 parent e04e652 commit 5597352

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

test/plot-schema.json

+21-7
Original file line numberDiff line numberDiff line change
@@ -4869,7 +4869,7 @@
48694869
"valType": "string"
48704870
},
48714871
"categoryorder": {
4872-
"description": "Specifies the ordering logic for the case of categorical variables. By default, plotly uses *trace*, which specifies the order that is present in the data supplied. Set `categoryorder` to *category ascending* or *category descending* if order should be determined by the alphanumerical order of the category names. Set `categoryorder` to *array* to derive the ordering from the attribute `categoryarray`. If a category is not found in the `categoryarray` array, the sorting behavior for that attribute will be identical to the *trace* mode. The unspecified categories will follow the categories in `categoryarray`. Set `categoryorder` to *total ascending* or *total descending* if order should be determined by the numerical order of the values. Similarly, the order can be determined by the min, max, sum, mean or median of all the values.",
4872+
"description": "Specifies the ordering logic for the case of categorical variables. By default, plotly uses *trace*, which specifies the order that is present in the data supplied. Set `categoryorder` to *category ascending* or *category descending* if order should be determined by the alphanumerical order of the category names. Set `categoryorder` to *array* to derive the ordering from the attribute `categoryarray`. If a category is not found in the `categoryarray` array, the sorting behavior for that attribute will be identical to the *trace* mode. The unspecified categories will follow the categories in `categoryarray`. Set `categoryorder` to *total ascending* or *total descending* if order should be determined by the numerical order of the values. Similarly, the order can be determined by the min, max, sum, mean, geometric mean or median of all the values.",
48734873
"dflt": "trace",
48744874
"editType": "calc",
48754875
"valType": "enumerated",
@@ -4888,6 +4888,8 @@
48884888
"sum descending",
48894889
"mean ascending",
48904890
"mean descending",
4891+
"geometric mean ascending",
4892+
"geometric mean descending",
48914893
"median ascending",
48924894
"median descending"
48934895
]
@@ -5653,7 +5655,7 @@
56535655
"valType": "string"
56545656
},
56555657
"categoryorder": {
5656-
"description": "Specifies the ordering logic for the case of categorical variables. By default, plotly uses *trace*, which specifies the order that is present in the data supplied. Set `categoryorder` to *category ascending* or *category descending* if order should be determined by the alphanumerical order of the category names. Set `categoryorder` to *array* to derive the ordering from the attribute `categoryarray`. If a category is not found in the `categoryarray` array, the sorting behavior for that attribute will be identical to the *trace* mode. The unspecified categories will follow the categories in `categoryarray`. Set `categoryorder` to *total ascending* or *total descending* if order should be determined by the numerical order of the values. Similarly, the order can be determined by the min, max, sum, mean or median of all the values.",
5658+
"description": "Specifies the ordering logic for the case of categorical variables. By default, plotly uses *trace*, which specifies the order that is present in the data supplied. Set `categoryorder` to *category ascending* or *category descending* if order should be determined by the alphanumerical order of the category names. Set `categoryorder` to *array* to derive the ordering from the attribute `categoryarray`. If a category is not found in the `categoryarray` array, the sorting behavior for that attribute will be identical to the *trace* mode. The unspecified categories will follow the categories in `categoryarray`. Set `categoryorder` to *total ascending* or *total descending* if order should be determined by the numerical order of the values. Similarly, the order can be determined by the min, max, sum, mean, geometric mean or median of all the values.",
56575659
"dflt": "trace",
56585660
"editType": "calc",
56595661
"valType": "enumerated",
@@ -5672,6 +5674,8 @@
56725674
"sum descending",
56735675
"mean ascending",
56745676
"mean descending",
5677+
"geometric mean ascending",
5678+
"geometric mean descending",
56755679
"median ascending",
56765680
"median descending"
56775681
]
@@ -7170,7 +7174,7 @@
71707174
"valType": "string"
71717175
},
71727176
"categoryorder": {
7173-
"description": "Specifies the ordering logic for the case of categorical variables. By default, plotly uses *trace*, which specifies the order that is present in the data supplied. Set `categoryorder` to *category ascending* or *category descending* if order should be determined by the alphanumerical order of the category names. Set `categoryorder` to *array* to derive the ordering from the attribute `categoryarray`. If a category is not found in the `categoryarray` array, the sorting behavior for that attribute will be identical to the *trace* mode. The unspecified categories will follow the categories in `categoryarray`. Set `categoryorder` to *total ascending* or *total descending* if order should be determined by the numerical order of the values. Similarly, the order can be determined by the min, max, sum, mean or median of all the values.",
7177+
"description": "Specifies the ordering logic for the case of categorical variables. By default, plotly uses *trace*, which specifies the order that is present in the data supplied. Set `categoryorder` to *category ascending* or *category descending* if order should be determined by the alphanumerical order of the category names. Set `categoryorder` to *array* to derive the ordering from the attribute `categoryarray`. If a category is not found in the `categoryarray` array, the sorting behavior for that attribute will be identical to the *trace* mode. The unspecified categories will follow the categories in `categoryarray`. Set `categoryorder` to *total ascending* or *total descending* if order should be determined by the numerical order of the values. Similarly, the order can be determined by the min, max, sum, mean, geometric mean or median of all the values.",
71747178
"dflt": "trace",
71757179
"editType": "plot",
71767180
"valType": "enumerated",
@@ -7189,6 +7193,8 @@
71897193
"sum descending",
71907194
"mean ascending",
71917195
"mean descending",
7196+
"geometric mean ascending",
7197+
"geometric mean descending",
71927198
"median ascending",
71937199
"median descending"
71947200
]
@@ -8002,7 +8008,7 @@
80028008
"valType": "string"
80038009
},
80048010
"categoryorder": {
8005-
"description": "Specifies the ordering logic for the case of categorical variables. By default, plotly uses *trace*, which specifies the order that is present in the data supplied. Set `categoryorder` to *category ascending* or *category descending* if order should be determined by the alphanumerical order of the category names. Set `categoryorder` to *array* to derive the ordering from the attribute `categoryarray`. If a category is not found in the `categoryarray` array, the sorting behavior for that attribute will be identical to the *trace* mode. The unspecified categories will follow the categories in `categoryarray`. Set `categoryorder` to *total ascending* or *total descending* if order should be determined by the numerical order of the values. Similarly, the order can be determined by the min, max, sum, mean or median of all the values.",
8011+
"description": "Specifies the ordering logic for the case of categorical variables. By default, plotly uses *trace*, which specifies the order that is present in the data supplied. Set `categoryorder` to *category ascending* or *category descending* if order should be determined by the alphanumerical order of the category names. Set `categoryorder` to *array* to derive the ordering from the attribute `categoryarray`. If a category is not found in the `categoryarray` array, the sorting behavior for that attribute will be identical to the *trace* mode. The unspecified categories will follow the categories in `categoryarray`. Set `categoryorder` to *total ascending* or *total descending* if order should be determined by the numerical order of the values. Similarly, the order can be determined by the min, max, sum, mean, geometric mean or median of all the values.",
80068012
"dflt": "trace",
80078013
"editType": "plot",
80088014
"valType": "enumerated",
@@ -8021,6 +8027,8 @@
80218027
"sum descending",
80228028
"mean ascending",
80238029
"mean descending",
8030+
"geometric mean ascending",
8031+
"geometric mean descending",
80248032
"median ascending",
80258033
"median descending"
80268034
]
@@ -8834,7 +8842,7 @@
88348842
"valType": "string"
88358843
},
88368844
"categoryorder": {
8837-
"description": "Specifies the ordering logic for the case of categorical variables. By default, plotly uses *trace*, which specifies the order that is present in the data supplied. Set `categoryorder` to *category ascending* or *category descending* if order should be determined by the alphanumerical order of the category names. Set `categoryorder` to *array* to derive the ordering from the attribute `categoryarray`. If a category is not found in the `categoryarray` array, the sorting behavior for that attribute will be identical to the *trace* mode. The unspecified categories will follow the categories in `categoryarray`. Set `categoryorder` to *total ascending* or *total descending* if order should be determined by the numerical order of the values. Similarly, the order can be determined by the min, max, sum, mean or median of all the values.",
8845+
"description": "Specifies the ordering logic for the case of categorical variables. By default, plotly uses *trace*, which specifies the order that is present in the data supplied. Set `categoryorder` to *category ascending* or *category descending* if order should be determined by the alphanumerical order of the category names. Set `categoryorder` to *array* to derive the ordering from the attribute `categoryarray`. If a category is not found in the `categoryarray` array, the sorting behavior for that attribute will be identical to the *trace* mode. The unspecified categories will follow the categories in `categoryarray`. Set `categoryorder` to *total ascending* or *total descending* if order should be determined by the numerical order of the values. Similarly, the order can be determined by the min, max, sum, mean, geometric mean or median of all the values.",
88388846
"dflt": "trace",
88398847
"editType": "plot",
88408848
"valType": "enumerated",
@@ -8853,6 +8861,8 @@
88538861
"sum descending",
88548862
"mean ascending",
88558863
"mean descending",
8864+
"geometric mean ascending",
8865+
"geometric mean descending",
88568866
"median ascending",
88578867
"median descending"
88588868
]
@@ -14011,7 +14021,7 @@
1401114021
"valType": "string"
1401214022
},
1401314023
"categoryorder": {
14014-
"description": "Specifies the ordering logic for the case of categorical variables. By default, plotly uses *trace*, which specifies the order that is present in the data supplied. Set `categoryorder` to *category ascending* or *category descending* if order should be determined by the alphanumerical order of the category names. Set `categoryorder` to *array* to derive the ordering from the attribute `categoryarray`. If a category is not found in the `categoryarray` array, the sorting behavior for that attribute will be identical to the *trace* mode. The unspecified categories will follow the categories in `categoryarray`. Set `categoryorder` to *total ascending* or *total descending* if order should be determined by the numerical order of the values. Similarly, the order can be determined by the min, max, sum, mean or median of all the values.",
14024+
"description": "Specifies the ordering logic for the case of categorical variables. By default, plotly uses *trace*, which specifies the order that is present in the data supplied. Set `categoryorder` to *category ascending* or *category descending* if order should be determined by the alphanumerical order of the category names. Set `categoryorder` to *array* to derive the ordering from the attribute `categoryarray`. If a category is not found in the `categoryarray` array, the sorting behavior for that attribute will be identical to the *trace* mode. The unspecified categories will follow the categories in `categoryarray`. Set `categoryorder` to *total ascending* or *total descending* if order should be determined by the numerical order of the values. Similarly, the order can be determined by the min, max, sum, mean, geometric mean or median of all the values.",
1401514025
"dflt": "trace",
1401614026
"editType": "calc",
1401714027
"valType": "enumerated",
@@ -14030,6 +14040,8 @@
1403014040
"sum descending",
1403114041
"mean ascending",
1403214042
"mean descending",
14043+
"geometric mean ascending",
14044+
"geometric mean descending",
1403314045
"median ascending",
1403414046
"median descending"
1403514047
]
@@ -15660,7 +15672,7 @@
1566015672
"valType": "string"
1566115673
},
1566215674
"categoryorder": {
15663-
"description": "Specifies the ordering logic for the case of categorical variables. By default, plotly uses *trace*, which specifies the order that is present in the data supplied. Set `categoryorder` to *category ascending* or *category descending* if order should be determined by the alphanumerical order of the category names. Set `categoryorder` to *array* to derive the ordering from the attribute `categoryarray`. If a category is not found in the `categoryarray` array, the sorting behavior for that attribute will be identical to the *trace* mode. The unspecified categories will follow the categories in `categoryarray`. Set `categoryorder` to *total ascending* or *total descending* if order should be determined by the numerical order of the values. Similarly, the order can be determined by the min, max, sum, mean or median of all the values.",
15675+
"description": "Specifies the ordering logic for the case of categorical variables. By default, plotly uses *trace*, which specifies the order that is present in the data supplied. Set `categoryorder` to *category ascending* or *category descending* if order should be determined by the alphanumerical order of the category names. Set `categoryorder` to *array* to derive the ordering from the attribute `categoryarray`. If a category is not found in the `categoryarray` array, the sorting behavior for that attribute will be identical to the *trace* mode. The unspecified categories will follow the categories in `categoryarray`. Set `categoryorder` to *total ascending* or *total descending* if order should be determined by the numerical order of the values. Similarly, the order can be determined by the min, max, sum, mean, geometric mean or median of all the values.",
1566415676
"dflt": "trace",
1566515677
"editType": "calc",
1566615678
"valType": "enumerated",
@@ -15679,6 +15691,8 @@
1567915691
"sum descending",
1568015692
"mean ascending",
1568115693
"mean descending",
15694+
"geometric mean ascending",
15695+
"geometric mean descending",
1568215696
"median ascending",
1568315697
"median descending"
1568415698
]

0 commit comments

Comments
 (0)