1.17.0 (2016-07-01)
- xAxis,yAxis invert option (d73e78f86e566301f4619be942e1da4de457203d), closes #69
1.16.5 (2016-04-24)
1.16.4 (2016-03-23)
1.16.3 (2016-02-06)
1.16.2 (2015-12-31)
- whenever there's a zoom operation the translate/scale properties are dispatched instead of the scales (28c90691c0f8a5e4147e7df0e1527e57925acfc8), closes #50
1.16.1 (2015-12-23)
1.16.0 (2015-12-23)
- logarithmic axes (50b9271bd0a298cbe301127764d5b7a622448e77)
1.15.0 (2015-12-10)
- playground script updated (bf2164945dd9236ea876974295c1b5dc79678425)
- vector now uses offset instead of displacement (83f7dce2cd9ac939de35c7e64476465ae471c481)
- graphOptions is now flattened into each datum (e0108c906273f6c7a03fcbdedacafea6949ece3a)
1.12.4 (2015-10-12)
- style selectors (0e6c0688ade8d6468d17382070adc06a0e952971)
- style selectors (c99d722db69a955c8ac5d7e90e5b9678b887e4e9)
- style selectors (c69f46e818d78872ef408e78ab66ef3ba26e95de)
- standard check (7365a0a23982efaf6700bfd7c443fbde526e4762)
- top margin modification because of the title computed before calculating the width/height of the graph (f1f62670852ccdaa832b9ca10081910b4cc5b687), closes #41
1.12.3 (2015-10-02)
- path d attribute clamped to the viewport dimensions (9ed5711d77160027a546b41f3caa3e75877443b3)
1.12.2 (2015-09-07)
- vector graphOptions are now correctly populated (555dc4ea2c88edfc8363e881c8a80fe945b22986)
1.12.1 (2015-09-07)
- vector no longer needs the graphOptions configuration options (7a2f09e4a9a4b2bd46a2e48cacc783944c541d0a)
1.12.0 (2015-09-06)
- added tickFormat recipe (e622df80dc9317c3a04cb6a82898bb50d60a2f98)
- 2d vector plot (78c503b49c4335ec84329d4f4c606550deb8a729)
1.11.2 (2015-09-05)
- dist files generated (b4a64420b82d550eb1fb8cecfb9145932810970a)
- Custom format the ticks based on the value (0a6941e70c5237f8219cd68771e54b52f9166b3c), closes #38
1.11.1 (2015-09-05)
- Content is drawn before the tips (487f1221a02faf32d7cc734970d4f7c91d750491), closes #37
- tip color now matches data[i].color (867c31ff2a16e23a8b6e981d27bb81d39a99b9dd), closes #36
1.11.0 (2015-09-04)
functionPlot.constants
renamed tofunctionPlot.globals
(5c23552d582c565eae537080678f64a9a9b2c72d)
- added option
grid
(353d4c2e0f38d27721b6f3243369d171639ff954)
- color retrieval function moved from index.js to lib/utils.js (fa530477a4ad9921192c6f8e5718a69dbaf0b24e)
1.10.1 (2015-09-04)
instance.update
replaced withinstance.build
(15f94f4ef9d1d89a94ee376229f2b2a2f90414bf)
1.10.0 (2015-09-03)
- Added the option grid (71bcf950e3c68ab180ff464abb114118a4f870bf)
1.9.5 (2015-09-03)
- Graph colors are now updated in selection.update instead of selection.enter (4f7b7c9572d0165d273d1d07750edc94627aa042), closes #34