-
Notifications
You must be signed in to change notification settings - Fork 0
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
cb-ceiling - merge middleware code for multiple plot types #1036
Comments
Note to myself: this is partially implemented in matsMiddle_ts_dieoff.js |
This issue is stale because it has been open 90 days with no activity. |
I've made some progress towards this by enabling averaging support in the timeseries middleware. They're now all aggregating over a query-dependent field, so we can combine them into one function that aggregates over a generic "independentVar". |
This issue is stale because it has been open 90 days with no activity. |
This issue is stale because it has been open 90 days with no activity. |
The various middleware codes are now all in the same format as one another, so the only thing that remains is to actually combine them. |
Currently each plot type is handled by separate modules, with some shared code in matsMiddle_common.js
There is potential to merge 2 or more of these modules into a single module.
The text was updated successfully, but these errors were encountered: