JohnUUU / code.pyret.org

Website for serving Pyret to folks.
Other
0 stars 0 forks source link

Sbc error bars #7

Closed eyanje closed 3 years ago

eyanje commented 3 years ago

Implements annotations, intervals, and error bars and adds basic tests for functionality.

Currently intervals render poorly due to layering by Google Charts. That is, annotations for a bar can be covered up by the next bar, which is drawn on top. Fixing this may require a hack or a switch in libraries, which I'm not up to doing.