Skip to content

Commit ec8678c

Browse files
authored
Update README.md
1 parent 28c8056 commit ec8678c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,7 @@ Images are provided by uifaces.com via [Random User](https://randomuser.me/photo
5050
You can specify an external data source to override the default JS data file. This is accomplished by passing the query string parameter externalDataUrl with the fully qualified url of your CORS enabled data JSON data source.
5151
Ex: [https://jsorgchart.netlify.app/?externalDataUrl=https://jsorgchart.netlify.app/externalData.json](https://jsorgchart.netlify.app/?externalDataUrl=https://jsorgchart.netlify.app/externalData.json)
5252

53-
54-
55-
[Random User][(https://randomuser.me/photos](https://jsorgchart.netlify.app/?externalDataUrl=https://jsorgchart.netlify.app/externalData.json))
56-
57-
58-
53+
Please note that the search (?) portion of the URL always comes before the hash (#) portion of the URL. The current user is shown in the hash because it does not cause the page to navigate/reload. Putting the externalDataUrl parameter in the hash will not work. Observe how the URL changes after the link above is loaded.
5954

6055
The format of the JSON data remains the same. Example below:
6156

0 commit comments

Comments
 (0)