-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
97 lines (81 loc) · 3.14 KB
/
config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
####################################################################################################
# Charticulator configuration file
####################################################################################################
#------------------------------------------------
# Configure extensions if any
#------------------------------------------------
#------------------------------------------------
# Allow communication with another domain. It requires for post message.
#------------------------------------------------
# CorsPolicy:
# TargetOrigins: https://charticulator.com
# Extensions:
# - script: extensions/extension.js
# initialize: |
# let extension = new MyExtensionClass(); // defined in extension.js
# application.addExtension(extension);
#------------------------------------------------
# Configure sample datasets if any
#------------------------------------------------
ExternalDatasets:
resourcesDescriptionUrl: https://ilfat-galiev.im/data.json
# SampleDatasets:
# - name: DatasetName
# description: Dataset description
# tables:
# - name: TableName
# type: csv/tsv
# url: "relative/absolute url to the file"
#------------------------------------------------
# Configure the map service
#------------------------------------------------
# MapService:
## Option 1: Use Bing Map Service
## a. Obtain an API key here: https://msdn.microsoft.com/en-us/library/ff428642.aspx
## b. Uncomment the following:
# provider: Bing
# apiKey: "TODO: put your api key here"
## Option 2: Use Google Map Service
## a. Obtain an API key here: https://developers.google.com/maps/documentation/static-maps/
## b. Uncomment the following:
# provider: Google
# apiKey: "TODO: put your api key here"
# CorsPolicy:
# TargetOrigins: https://charticulator.com
CorsPolicy:
Embedded: true
#------------------------------------------------
# Backend configuration
#------------------------------------------------
Backend: "hybrid"
CDNBackend:
resourcesDescriptionUrl: https://ilfat-galiev.im/charts.json
# externalExport: /pbi-upload
#------------------------------------------------
# Configure panels layout
#------------------------------------------------
MainView:
ColumnsPosition: right
EditorPanelsPosition: right
ToolbarPosition: top
ToolbarLabels: true
Name: Charticulator (Community Edition)
MenuBarButtons: right
MenuBarSaveButtons: left
UndoRedoLocation: toolbar
#------------------------------------------------
# Configure the display of legal notices
#------------------------------------------------
LegalNotices:
## The privacy statement and trademark for the "New" panel
## Below is the statement we use in our Microsoft release.
privacyStatementHTML: |
<p>
<b>A note about privacy:</b>
We collect anonymous usage information of Chariculator (launching app).
Except these statistics, your data remains on your machine and is not shared with authors. If you have privacy concerns, Charticulator can be built from source and hosted on your own server.
By using this service, you agree to
</p>
<p>
2024, Ilfat Galiev
</p>