Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

scatter.json 654 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
  1. {
  2. "$schema": "https://vega.github.io/schema/vega-lite/v4.json",
  3. "data": {
  4. "values": "<DVC_METRIC_DATA>"
  5. },
  6. "title": "<DVC_METRIC_TITLE>",
  7. "mark": "point",
  8. "encoding": {
  9. "x": {
  10. "field": "<DVC_METRIC_X>",
  11. "type": "quantitative",
  12. "title": "<DVC_METRIC_X_LABEL>"
  13. },
  14. "y": {
  15. "field": "<DVC_METRIC_Y>",
  16. "type": "quantitative",
  17. "title": "<DVC_METRIC_Y_LABEL>",
  18. "scale": {
  19. "zero": false
  20. }
  21. },
  22. "color": {
  23. "field": "rev",
  24. "type": "nominal"
  25. }
  26. }
  27. }
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...