Andrew Gree

Results 34 issues of Andrew Gree

now as we have data cache - we can deal with uneven updates by calculating average data rate and setting the next point to the correct x-axis position

enhancement

As we are dealing with real-time data we need to make sure that we have the feeder attached. Some visual indication of data update status is required - [ ]...

enhancement

EventSource is not supported by MS currently, but there are still some users of IE out there so would be nice to have them too; ![statcounter-browser-ww-monthly-201502-201602](https://cloud.githubusercontent.com/assets/243218/13878112/198acd3a-ed20-11e5-92ac-b64c47c2518c.png) see this solution: -...

enhancement

scales like `0-80` or `0-90` should not exist; they usually indicate that the data wants something like `0-100` instead also if an outlier spikes so that we wanted to set...

enhancement
question

currently there is no feedback from the feeder url in case of errors; need to add like 403, 404

enhancement

``` 0.15 0.023 ``` or maybe switch to scientific like 2 10-3 ?

question

![screenshot 2016-03-17 at 8 20 06 pm](https://cloud.githubusercontent.com/assets/243218/13854659/a8f78ede-ec7d-11e5-8454-b6eaa978a81d.png) it is possible to not scale the text in SVG (or scale responsively), and this should be implemented

enhancement

![screenshot 2016-03-17 at 8 20 06 pm](https://cloud.githubusercontent.com/assets/243218/13854659/a8f78ede-ec7d-11e5-8454-b6eaa978a81d.png) an artifact line is always drawn from 0,0 point

bug

"time estimation" may jump due to estimation errors, need smoothing to disable too much jitter ![te2](https://cloud.githubusercontent.com/assets/243218/13796442/ceedc07a-eb17-11e5-9acb-9958ae8b0090.png) ![te3](https://cloud.githubusercontent.com/assets/243218/13796441/ced1b48e-eb17-11e5-94db-647b4f0010bb.png) ![te1](https://cloud.githubusercontent.com/assets/243218/13796443/cefccc96-eb17-11e5-9fa7-09663db783c2.png)

enhancement

like so: ``` pip install jira-taskjuggler-python pip install airtable-taskjuggler-python pip install google-calendar-python pip install andrews-taskjuggler-strategy tjp-client --api airtable --api google-calendar --strategy andrews ``` where `andrews` strategy will take all the...

enhancement