{ "transform": [ { "window": [ { "op": "count", "as": "cumulativeCount", "field": "count" } ], "sort": [ { "field": "IMDB_Rating", "order": "ascending" } ], "frame": [ null, 0 ] } ], "mark": "area", "data": { "url": "https://vega.github.io/vega-lite/data/movies.json" }, "$schema": "https://vega.github.io/schema/vega-lite/v4.json", "encoding": { "x": { "field": "IMDB_Rating", "type": "quantitative" }, "y": { "field": "cumulativeCount", "type": "quantitative" } }, "description": "Cumulative frequency distribution" }