Closed brucala closed 1 year ago
For some reason the cumulative frequency distribution example stopped working:
However, if I open the chart in the Vega editor, or if I run the plot locally, it works well.
https://github.com/vega/vega-lite/pull/9018#pullrequestreview-1537977403
Solution: either move to max(IMDB Rating):Q, or add an aggregate transformation before calling window
max(IMDB Rating):Q
For some reason the cumulative frequency distribution example stopped working:
However, if I open the chart in the Vega editor, or if I run the plot locally, it works well.