From 8e71befc84d4c676d85eb9d00ddb9ff92d69ece6 Mon Sep 17 00:00:00 2001 From: dabeng Date: Mon, 20 Feb 2017 11:00:44 +0800 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6625594f..8e750435 100644 --- a/README.md +++ b/README.md @@ -244,7 +244,9 @@ $('#chart-container').orgchart({ 'exportFileextension': 'pdf' }); ``` -**Note:** if you wanna export something in IE or Edge, please introduce [es6-promise.auto.js](https://github.com/stefanpenner/es6-promise) firstly. +**Note:** +- if you wanna export something in IE or Edge, please introduce [es6-promise.auto.js](https://github.com/stefanpenner/es6-promise) firstly. +- if your OS is windows, please check your display scaling settings. For the perfact exported picture, you'd better adjust "Change the size of text, apps, and other items" to 100%.(thanks for [sayamkrai](https://github.com/sayamkrai)'s [exploration](https://github.com/dabeng/OrgChart/issues/152)) - **[I wanna itegrate organization chart with geographic information](http://dabeng.github.io/OrgChart/integrate-map/)**