You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The magic number 4 is baked into new-pipeline/src/dist.js in several places. It might be a not-insignificant amount of work to extricate the code from its grip.
You're welcome to try, and I'll help you as best I can... but it may be more productive if you told me what your use case was. I might be able to suggest a tool better suited to your needs.
Our usecase is simple: show the user the categorical histograms for 6-8 different keys. In our UI we could put a link to the telemetry dashboard for individual histograms in front of each key, or just have a single link somewhere on top that leads to a dashboard that contains all 6 of them.
Using the pointers you gave us in mozilla-extensions/remote-settings-devtools#15 I think we could directly embed the histograms in our UI instead of having external links. We'll explore that first :)
Feel free to close this issue if its priority is too low, I'll re-open it in the case we reach a dead-end with embedding...
For keyed histograms, there seems to be no way to control the number of displayed histograms (always 4).
If I explicitly set the
?keys=
parameter with two values, the app fills the remaining 2 with some random key.If I set four keys values using the
__none__
keyword (as if I would have selectednone
in the key combobox), it is not taken into account.Ideally, I wish the number histograms would respect the number of keys provided (and even go beyond four if that's reasonable).
I would be interested in contributing a patch if you could guide me through a little bit :)
Thanks !
The text was updated successfully, but these errors were encountered: