JohnUUU / code.pyret.org

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

Sbc orientation #6

Closed JohnUUU closed 3 years ago

JohnUUU commented 3 years ago

Implements all the rest of the methods outlined in our documents [Except error-bars, intervals, and annotations]. Specifically axis-format, pointer methods, scaling methods, stacking type, and horizontal.

Also added support for rough-num graphs and fleshed out the test cases. There is a CI error and I'm not sure what's causing it but all the stacked-bar-chart-tests seem to be passing. Also, After we finish combining all the code we should probably remove some of the less critical tests so as not to slow down the build speed for others.

I think after we merge this and the error-bar, intervals, and annotations code we should have something mergeable with the actual library and we can call it for now [Adding Clustered-stacked-bar-charts later if we want, when we have the time].

eyanje commented 3 years ago

I couldn't get the branch to pass Travis CI, but now the errors are all inconsistent timeout errors, so I think it's safe to merge.