```vega-lite { "data": { "values": [ {"障害への配慮": "小", "昇進可能性": "大", "会社":"一般企業"}, {"障害への配慮": "大", "昇進可能性": "小", "会社":"特例子会社"} ] }, "mark": "circle", "encoding": { "x": {"field": "障害への配慮", "type": "ordinal"}, "y": {"field": "昇進可能性", "type": "ordinal"}, "color": {"field": "会社", "type": "nominal"} } }