deneb-viz / deneb

Deneb is a custom visual for Microsoft Power BI, which allows developers to use the declarative JSON syntax of the Vega or Vega-Lite languages to create their own data visualizations.
https://deneb-viz.github.io
MIT License
192 stars 15 forks source link

Feature Request - List Signals in Natural Order #490

Open PBI-David opened 2 months ago

PBI-David commented 2 months ago

Signals are listed in alphabetical order (desc or asc) whilst in the online editor, we also have the option of the natural order they occur in the specification. Not a big deal but a nice to have when you have lots of signals grouped logically together but with non-alphabetical ordering.

dm-p commented 2 months ago

Interesting. I see what you mean, but I'm extracting the signals the same way the editor does. Even before we sort them in the table, the view API sorts them alphabetically in the raw output. I'll have to see if there is a way to get them out in a natural order.