Creating a custom vega-template dvc with tool-tip images #8552
Unanswered
ayman-saleh
asked this question in
Help
Replies: 1 comment
-
If you are using the top level
(see the example in the docs: https://dvc.org/doc/user-guide/experiment-management/visualizing-plots#visualizing-plots) For templates stored in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I created a vega plot that is a scatter plot with a tool-tip when you hover over a data point to look at an image.
I want to embed this vega plot into dvc, but it seems that I have to create a dvc template.
In order to render the base64 encoded image when you hover over a datapoint, you need to read data with the key
image
otherwise it will not render correctly.How do i reference a created template within
dvc.yaml
under plots?Beta Was this translation helpful? Give feedback.
All reactions