Dominik Moritz

Results 1544 comments of Dominik Moritz

[Open the Chart in the Vega Editor](https://vega.github.io/editor/#/url/vega-lite/N4Igxg9gdgZglgcxALlANzgUwO4tJKAFzigFcJSBnAdTgBNCALFAZgAY2AacaYsiygAlMiRoVYcAvpO50AhoTl4QUOQFtMKEPMUBaABxz9AdgBsc4wCYYcy2YCsATnumYMS5jZyALDcdhjFnslGRA1OQAnAGtlQgBPAAdNZBAAGxJNUMwoSDoSJFQeVIgI5XhMVLotKJIq7kowOVTk0DoIcJIUAG0QJW4AIxAAXW4IuSgEZJ6IzDqQftTSTSHQ+KStKHaSJpBQykIIiCjMABE5SmZC8srq2pBuNeSVLdVU3e4ADzKsG5Svh8STwAjqRxsRFMQ0JluHFvhUqilYQD1ikQWC4BC4FDdqEZpQIKlsYUGk0WkUSlpapgklA6NlxPUDkdTudLiAqTS6UQcdwACQNRiYcJaMSEBKUZAAeklUIQcgAdAgMYxSP15XAIJKBUK5DLMHLdOlCJgZfZ5ZY2PKAIzygBW+Kg920CnOmEIlGUOjkBiMZgs1lsDmcrncnh8fgCQSUyC6oC+yC4IFhCe4NVpWhCnDjKCtMJzqbuKUz2eQljzpYL6aL7xLLHLdZAaYRvRrIHjieTDabWkGMhLuaTKDLjcL81b8eHyYH3ZSvazbdY5cTM7HkhWkiAA)

Stacked areas stack on 0 so that's why this is happening. I'd have to dig deeper into how we can address this. Would you like to look into it and...

Let's make sure this is actually your code. I saw weird test failures in https://github.com/vega/vega/pull/3967.

That feels like something that could happen because of UTC vs local time. Can you look into that?

You could patch it before passing it in. Alternatively, happy to review a pull request.

Closing since there wasn't any further activity.

What's left here or shall we close this?

I think a general refactor of the docs would be good to make it cleaner and more friendly for LLMs. You can leave the pull request open since it's on...

That's somewhat by design since we don't have more than 10 colors anyway. Can you not map the annotations to color and instead label differently?

You can make a separate chart to see the other values. The legend can only have so many values because of the number of colors we can use. Happy to...