timothyrenner / svl

A declarative language for dashboards and reports
https://timothyrenner.github.io/svl
MIT License
8 stars 1 forks source link

Stack Trace with Histogram + Bins + Label #58

Closed timothyrenner closed 5 years ago

timothyrenner commented 5 years ago

Example:

HISTOGRAM ds X col BINS 100 LABEL "my_column"

This, however, works:

HISTOGRAM ds X col LABEL "my_column" BINS 100
timothyrenner commented 5 years ago

Oh this is a fun one. putting BINS in the axis definition is not valid SVL syntax. I should have read the docs.

That I wrote.