【发布时间】:2019-01-28 23:53:18
【问题描述】:
如何设置存储在数据字段中的线条颜色? 我在 Vega 做过:
marks :[
{
encode: {
enter: {
...
stroke: {field: "color"}
}
}
}
]
Vega-Lite 有类似的方法吗?
【问题讨论】:
-
我已经重新构建了我的问题并得到了解决方案here。
标签: vega-lite