Commit Graph

404 Commits

Author SHA1 Message Date
Will Charczuk 0cbbd0887a parameterize by index. 2017-04-19 15:27:31 -07:00
Will Charczuk cee1a66a50 cow -> col 2017-04-18 23:53:29 -07:00
Will Charczuk a211e88530 Adds `matrix` sub package & adds polynomial regression series (#36)
* updates

* updates

* tests.

* test coverage

* fixing test

* stride not rows + cols

* lu decomp implementation.

* poly regression!

* poly regression works.

* typo.
2017-04-18 20:20:29 -07:00
Chris Redford b3dc3fef3c Separation of DotColorProvider and ColorProvider Interfaces (#34)
* fully functioning Viridis

* pure functions
2017-04-17 16:21:02 -07:00
Didip Kerabat e53554fb04 Benchmarking the performance of drawing line charts. (#30)
* Another example for benchmarking the performance of drawing line charts.

* Cleanup the code a bit.
2017-04-16 10:37:39 -07:00
Will Charczuk 3f046bbba1 adding jet as a generator 2017-04-15 09:59:37 -07:00
Will Charczuk c599f1a2a2 removing color translator 2017-04-15 09:43:59 -07:00
Will Charczuk 03ac305951 just passing the full range. 2017-04-15 09:07:59 -07:00
Will Charczuk 079c471daf updated example 2017-04-14 17:46:53 -07:00
Will Charczuk 5a9b0753ec spelling is poor 2017-04-14 17:46:34 -07:00
Will Charczuk fdb1b191b2 color maps 2017-04-14 17:43:52 -07:00
Will Charczuk 4f15ced303 adding helper 2017-03-26 16:29:24 -07:00
Will Charczuk fec5be6506 adding helper 2017-03-26 16:27:15 -07:00
Will Charczuk a44401b5ca adding helper 2017-03-26 16:21:52 -07:00
Will Charczuk 66e49377ce adding helper 2017-03-26 16:19:25 -07:00
Will Charczuk 66b99eb8e3 fixing svg circles 2017-03-05 23:52:13 -08:00
Will Charczuk 10de6fa9bf whitespace 2017-03-05 23:39:37 -08:00
Will Charczuk 8e91a3446f wiring up pprof. 2017-03-05 23:37:30 -08:00
Will Charczuk ee78cf8f2f do actually need to check that the ranges are set 2017-03-05 23:28:35 -08:00
Will Charczuk 7a3d6a6915 also do this for the secondary axis 2017-03-05 23:21:39 -08:00
Will Charczuk 182d5a199b potential fix for issue with large deltas rounding the y axis 2017-03-05 23:20:58 -08:00
Will Charczuk b713ff85cc Adds the ability to draw an XY scatter plot. (#27)
* works more or less

* updating comment

* removing debugging printf

* adding output

* tweaks

* missed a couple series validations

* testing auto coloring

* updated output.png

* color tests etc.

* sanity check tests.

* should not use unkeyed fields anyway.
2017-03-05 16:54:40 -08:00
Will Charczuk 17b28beae8 fixing range validation and tests. 2017-03-02 14:39:32 -08:00
Will Charczuk b2de33058f tweaks to range validation. 2017-03-02 14:26:21 -08:00
Will Charczuk 114738a2de can fill values now 2017-02-28 17:55:48 -08:00
Will Charczuk 9a9af15fd4 Merge branch 'master' of github.com:wcharczuk/go-chart 2017-02-26 01:03:53 -08:00
Will Charczuk 5ff6f421d4 max 2017-02-26 01:03:47 -08:00
Will Charczuk 5bcde786bf these tests are not a joke 2017-02-22 17:48:32 -08:00
Will Charczuk 8b967158fd defaults are hard. 2017-02-22 17:47:08 -08:00
Will Charczuk 84e7baf2ef defaults 2017-02-22 17:44:44 -08:00
Will Charczuk 0cbdb3d88c transparent was also zero, needs to have values set. 2017-02-22 17:40:59 -08:00
Will Charczuk f986c3c075 adding some color helpers 2017-02-22 17:34:23 -08:00
Will Charczuk d88ba0ead3 removing exception dep, saving blank canvas on checkRanges err 2017-02-22 17:15:13 -08:00
Will Charczuk a3605addc2 adding output. 2017-02-13 00:28:23 -08:00
Will Charczuk 6db18d540d snapshot. 2017-02-13 00:27:33 -08:00
Will Charczuk 1edf6193b2 slight tweak to legend (adds a new style) and example 2017-02-13 00:27:02 -08:00
Will Charczuk 00799114fa fixing windows est abbr 2017-02-12 14:09:00 -08:00
Will Charczuk 1584e50483 deferring creating market open times. 2017-02-12 09:10:21 -08:00
Will Charczuk b9f2a35a5d fixing windows handling of eastern standard time 2017-02-12 09:02:14 -08:00
Will Charczuk 841f21921e example tweaks. 2017-02-06 14:26:37 -08:00
Will Charczuk 9b804502c0 tweaks 2017-02-06 14:25:09 -08:00
Will Charczuk be0ad5560a chart test. 2017-02-03 11:27:58 -08:00
Will Charczuk e735797037 adding validation. 2017-02-03 11:26:53 -08:00
Will Charczuk 3ea3c9ac10 example tweak. 2017-02-03 10:47:48 -08:00
Will Charczuk 7776c351a8 add custom value formatters for continuous series. 2017-01-13 16:03:45 -08:00
Will Charczuk e4cd38f602 handle zero values 2017-01-13 14:37:08 -08:00
Will Charczuk fc9b6a6d55 Merge branch 'master' of github.com:wcharczuk/go-chart 2017-01-13 14:07:47 -08:00
Will Charczuk 7ae42ee2e1 handle zero values with error. 2017-01-13 14:07:42 -08:00
Will Charczuk f8e80fed56 Merge pull request #18 from relvacode/fix/bar-label-render
Fix multi-line bar chart label positioning
2017-01-10 13:56:09 -08:00
Will Charczuk 47a8a6b463 Merge pull request #17 from relvacode/master
Correct calculated height of bar chart
2017-01-10 13:55:53 -08:00