You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The example "Cumulative Wikipedia Donations" is broken, and goes against the Contributing guidelines, namely Example code should not require downloading external datasets, so I'd suggest replacing it with another chart.
Issue 2
I spent more than an hour yesterday reading through a number of StackOverflow questions trying to style a facet plot (anchoring of titles and order of plots). Believing that my issue was not unique and that finding the solution was not straightforward, I wanted to post a question with my own answer on StackOverflow, to consolidate the information in one place, but maybe I can include it into the new chart?
Suggested solution
The following code provides an illustration of a cumulative sum (to replace the broken chart), but also clarifies the styling of titles, headers, order, and marks of a facet plot, and gives an example of combining predicates with the filter transform.
I've submitted a pull request (#3440) to resolve this issue. The work on this fix was done by @harabat. I made the final tweaks to complete the solution.
Issue 1
The example "Cumulative Wikipedia Donations" is broken, and goes against the Contributing guidelines, namely Example code should not require downloading external datasets, so I'd suggest replacing it with another chart.
Issue 2
I spent more than an hour yesterday reading through a number of StackOverflow questions trying to style a facet plot (anchoring of titles and order of plots). Believing that my issue was not unique and that finding the solution was not straightforward, I wanted to post a question with my own answer on StackOverflow, to consolidate the information in one place, but maybe I can include it into the new chart?
Suggested solution
The following code provides an illustration of a cumulative sum (to replace the broken chart), but also clarifies the styling of titles, headers, order, and marks of a facet plot, and gives an example of combining predicates with the filter transform.
Can I make a PR, including this into Other Charts maybe, with the title
Faceted plot of cumulative sums with custom order and title styling
?The text was updated successfully, but these errors were encountered: