Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Computed columns in charts, view data, etc #88

Open
davidrg opened this issue Jul 15, 2021 · 0 comments
Open

Computed columns in charts, view data, etc #88

davidrg opened this issue Jul 15, 2021 · 0 comments
Labels
charts desktop Desktop client enhancement New feature or request

Comments

@davidrg
Copy link
Owner

davidrg commented Jul 15, 2021

Support computed columns in:

  • Charts
  • View Data
  • Maybe export

Columns would be computed using either JavaScript or a custom expression language. JavaScript would probably be best - especially if additional stuff could be easily loaded into the script context allowing things like sunrise/sunset or THSW to be calculated in this way.

UI would be an extra tab in the chart/view data/etc options dialog with a UI for adding from a list of available columns. Would need a way of defining these columns somehow too - possibly this could just be a js file or maybe something fancier.

Columns would be computed outside of the data source layer unless #41 has been done (in which case ideally this would be a feature of the data source layer).

@davidrg davidrg added enhancement New feature or request desktop Desktop client labels Jul 15, 2021
@davidrg davidrg added the charts label Jan 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
charts desktop Desktop client enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant