-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
16 lines (16 loc) · 1.5 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"CorsPolicy": { "Embedded": true },
"MainView": {
"ColumnsPosition": "right",
"EditorPanelsPosition": "right",
"ToolbarPosition": "top",
"ToolbarLabels": true,
"Name": "Microsoft Charticulator (Community Edition)",
"MenuBarButtons": "right",
"MenuBarSaveButtons": "left",
"UndoRedoLocation": "toolbar"
},
"LegalNotices": {
"privacyStatementHTML": "<p>\n <b>A note about privacy:</b>\n We collect anonymous usage information such as the number of charts you create, the number of components in each chart, and the size of imported datasets. \n Except these statistics, your data remains on your machine and is not shared with <a title=\"Microsoft\" href=\"http://microsoft.com\">Microsoft</a>. If you have privacy concerns, Charticulator can be built from source and hosted on your own server.\n By using this service, you agree to\n <a title=\"Microsoft\" href=\"http://microsoft.com\">Microsoft</a>'s\n <a title=\"Privacy\" href=\"https://go.microsoft.com/fwlink/?LinkId=521839\">Privacy Statement</a>\n and\n <a title=\"Terms of Use\" href=\"https://go.microsoft.com/fwlink/?LinkID=760869\">Terms of Use</a>.\n</p>\n<p>\n <a href=\"https://go.microsoft.com/fwlink/?LinkId=521839\">Privacy & cookies</a> |\n <a href=\"https://go.microsoft.com/fwlink/?LinkID=760869\">Terms of use</a> |\n <a href=\"http://go.microsoft.com/fwlink/?LinkId=506942\">Trademarks</a> |\n <a href=\"http://choice.microsoft.com/\">About our ads</a> |\n Copyright 2021 Microsoft Corporation\n</p>\n"
}
}