* Histogram Simulator link added to the landing/Home Page Page under Other DashBoards Section
Appropriate Description Added For Histogram Simulator Link in Home Page
* evoBucketIndex property added to param object to be passed into evoTime in wrapper js for generation of evolution
* Update generator.js
* Update generator.js
* evoBucketIndex parameter usage description added
* Update README.md
* Necessary formatting implemented
* configurable bucket index identifier name modified
* evoBucketIndex usage description modified
* bucketIndex validation added and description value modified for boolean type bucket values
This way you can get to a dist.html or evo.html from a plot if you want to
change the params a bit.
The dashes' application filter does not support 'no filter', so translate that
to 'Firefox!Fennec' to get most of the way there.
Make sure keyed histograms' plots appear next to each other, even when other
plots' telemetry calls return interleaved.
Slot errors into the correct places instead of just at the end.
starts and ends shouldn't be trimmed as they are indexed to the graph
and histogram values (0th start is the start of the 0th column on the graph
and 0th bucket in the hist).
To transform from x to index, we need to add trimLeft in the mouseover handlers.
- Actually populate element instead of just dumping in document.body
- Generate the elements synchronously wrt the API call
so multiple calls will generate plots in order.
Introducing telemetry-wrapper, a .js and .css pair that provide an easy and
efficient way to generate plots like the ones seen on https://telemetry.mozilla.org
Documentation can be found in the README.md