From 06fc5c5ae61e7ce1856eddee17c861842f86ab85 Mon Sep 17 00:00:00 2001 From: Robin Hu Date: Sun, 25 Aug 2013 17:50:32 -0400 Subject: [PATCH] Updating README message with stronger emphasis that pie charts will break when updating to 1.1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5824073..7370229 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ project. To enable, set **useInteractiveGuideline** to true. See examples in the **test/** directory for how this tooltip works. * New test pages have been created for various kinds of charts. They live in the **test/** directory. The goal of these test pages is to aid in regression testing coverage when changes are made to charts. -* Pie charts accept data in a different way, and if you update to version 1.1, your pie charts will likely break. See the pie chart examples for how +* Pie charts accept data in a different way, and if you update to version 1.1, **your pie charts will break**. See the pie chart examples for how data should be properly passed in. It's a very simple change. * Pie charts can now accept a 'labelType' property. * Tooltip transitions are **turned off** by default, if you update to the latest nv.d3.css. To bring them back, add a 'with-transitions' CSS class