Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase limit on allowed number of graphs in split graph widget #2372

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-01-31 12:10:25.587170",
"spec_repo_commit": "52641937"
"regenerated": "2024-01-31 20:51:00.365257",
"spec_repo_commit": "e545b10b"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-01-31 12:10:25.605175",
"spec_repo_commit": "52641937"
"regenerated": "2024-01-31 20:51:00.379953",
"spec_repo_commit": "e545b10b"
}
}
}
4 changes: 2 additions & 2 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12867,7 +12867,7 @@ components:
description: Maximum number of graphs to display in the widget.
example: 24
format: int64
maximum: 100
maximum: 500
minimum: 1
type: integer
sort:
Expand All @@ -12883,7 +12883,7 @@ components:
description: Manual selection of tags making split graph widget static
items:
$ref: '#/components/schemas/SplitVectorEntry'
maxItems: 100
maxItems: 500
type: array
required:
- split_dimensions
Expand Down
Loading