go-chart/drawing
2016-07-28 02:34:44 -07:00
..
color.go with alpha. 2016-07-09 11:26:28 -07:00
color_test.go a color type that actually works. 2016-07-09 11:23:35 -07:00
constants.go need to be very specific about points vs. pixels. 2016-07-09 09:04:30 -07:00
curve.go removing 3rd party deps. 2016-07-08 17:57:14 -07:00
dasher.go removing 3rd party deps. 2016-07-08 17:57:14 -07:00
demux_flattener.go removing 3rd party deps. 2016-07-08 17:57:14 -07:00
drawing.go removing 3rd party deps. 2016-07-08 17:57:14 -07:00
flattener.go some report card feedback. 2016-07-15 13:40:24 -07:00
free_type_path.go removing 3rd party deps. 2016-07-08 17:57:14 -07:00
graphic_context.go removing 3rd party deps. 2016-07-08 17:57:14 -07:00
image_filter.go removing 3rd party deps. 2016-07-08 17:57:14 -07:00
line.go removing 3rd party deps. 2016-07-08 17:57:14 -07:00
matrix.go some report card feedback. 2016-07-15 13:40:24 -07:00
painter.go removing 3rd party deps. 2016-07-08 17:57:14 -07:00
path.go pie charts! 2016-07-28 02:34:44 -07:00
raster_graphic_context.go worked without scaling!! 2016-07-10 23:55:57 -07:00
README.md readme. 2016-07-09 09:15:18 -07:00
stack_graphic_context.go pie charts! 2016-07-28 02:34:44 -07:00
stroker.go removing 3rd party deps. 2016-07-08 17:57:14 -07:00
text.go removing 3rd party deps. 2016-07-08 17:57:14 -07:00
transformer.go removing 3rd party deps. 2016-07-08 17:57:14 -07:00
util.go need to be very specific about points vs. pixels. 2016-07-09 09:04:30 -07:00

go-chart > drawing

The bulk of the code in this package is based on draw2d, but with significant modifications to make the APIs more golang friendly and careful about units (points vs. pixels).