From 9fde60f5ff2c59605d047b9f1bdbf6c42bbce4d6 Mon Sep 17 00:00:00 2001 From: Robin Hu Date: Sun, 25 Aug 2013 13:12:26 -0400 Subject: [PATCH] Updating README with some more notes. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e9e4f2..5824073 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ to the containing chart DIV. * Issue #216: Exposing xRange and yRange overrides for all charts. * Issue #168: Adding legend.radioButtonMode(). When set to true, legend click behavior will match those of radio buttons. * Line stroke-width has been reduced to 1.5px, from 2.5px. -* Multibar charts no longer have a transition delay set for each bar. * Added Multibar chart property "groupSpacing". - +* Charts now have a method called "options()", where you can pass in chart configurations via an object. +* examples/index.html page created, for quick access to all NVD3 examples and test pages. ## Overview A reusable chart library for d3.js.