diff --git a/README.md b/README.md index c20ae54..5e52e40 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ The extension is based on [Zoomable Sunburst with Labels](http://bl.ocks.org/met ### Options * Tooltip format - QV string formated html. For example: `node & '
' & sum(value) & ''` -* Color Expression - QV string representation of color. For example: `if(value > 10, 'blue', 'green')` +* Color Expression - QV string representation of color. For example: `if(value > 10, 'blue', 'green')`. Instead `blue`, RGB or HEX color formats are accepted * Font size * Font family * Color scheme - thanks to Cynthia Brewer you can pick from one of many coloring options diff --git a/ZoomableSunburst.qar b/ZoomableSunburst.qar index 295417b..8899593 100644 Binary files a/ZoomableSunburst.qar and b/ZoomableSunburst.qar differ