forked from iterative/dvc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
plots
: standardise across DVC/Studio/VS Code (iterative#9931)
* standardise plot data output * add data required for new anchors to renderer properties * feed dvc-render updates into API output * update --json --split api with new data types (send split anchor definitions as strings) * accomodate zoom and pan anchor * switch anchor_revs to revs_with_datapoints * accomodate height and width anchors * drop terrible idea of holding all data as strings * fix plot having multiple x fields * move inferred properties off vega converter class
- Loading branch information
1 parent
1aed230
commit 5bb72b3
Showing
12 changed files
with
488 additions
and
406 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,8 @@ | ||
INDEX_FIELD = "step" | ||
REVISION_FIELD = "rev" | ||
FILENAME_FIELD = "filename" | ||
VERSION_FIELD = "dvc_data_version_info" | ||
REVISIONS_KEY = "revisions" | ||
INDEX = "step" | ||
REVISION = "rev" | ||
FILENAME = "filename" | ||
FIELD = "field" | ||
REVISIONS = "revisions" | ||
ANCHOR_DEFINITIONS = "anchor_definitions" | ||
TYPE_KEY = "type" | ||
SRC_FIELD = "src" | ||
SRC = "src" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.