次の不自然な例を考えてみましょう:
{
"data": {"url": "data/cars.json"},
"mark": "point",
"encoding": {
"x": {"field": "Horsepower","type": "quantitative"},
"y": {"field": "Origin","type": "nominal"},
"color": {"field": "Miles_per_Gallon","type": "ordinal"}
}
}
データセットには多くの値がMiles_per_Gallon
あるため、color
凡例には多くの要素が含まれ、プロット自体よりもかなり大きくなります。
この凡例を単一の列ではなく、複数の列で表示する方法はありますか?