malloydata / malloy

Malloy is an experimental language for describing data relationships and transformations.
http://www.malloydata.dev
MIT License
1.99k stars 76 forks source link

Date/time types on x-axis of charts break new renderer #1853

Open carlineng opened 2 months ago

carlineng commented 2 months ago

What happens?

Using the new renderer with charts that have date/time types on the x-axis seems to break a few things:

  1. line charts don't respect size tags
  2. bar charts don't appear

To Reproduce

See the examples in this file: https://github.com/malloydata/malloy-samples/blob/ccfc9535b50ce8e6f8fb2dbe7960b3d24a876f09/ecommerce/datetime_render_example.malloy

OS:

macOS

Malloy Client:

VSCode (all)

Malloy Client Version:

pre-release

Database Connection:

DuckDB

bporterfield commented 1 month ago

currently hitting this +1

whscullin commented 1 month ago

cc @skokenes