Module

x/vega_lite/examples/specs/stacked_bar_count_corner_radius_config.vl.json

A concise grammar of interactive graphics, built on Vega.
Latest
File
{ "$schema": "https://vega.github.io/schema/vega-lite/v4.json", "data": {"url": "data/seattle-weather.csv"}, "mark": "bar", "encoding": { "x": {"timeUnit": "month", "field": "date", "type": "ordinal"}, "y": {"aggregate": "count"}, "color": {"field": "weather"} }, "config": {"bar": {"cornerRadiusTopLeft": 8, "cornerRadiusTopRight": 8}}}