@@ -79,153 +79,6 @@ const GraphSubplotsPanel = (props, {localize: _}) => (
7979 < NumericFraction label = { _ ( 'Bar Padding' ) } attr = "bargap" showSlider />
8080 </ PlotlySection >
8181
82- < PlotlySection name = { _ ( 'Map Style' ) } >
83- < Dropdown
84- label = { _ ( 'Mapbox Style' ) }
85- attr = "style"
86- options = { [
87- { label : _ ( 'Basic' ) , value : 'basic' } ,
88- { label : _ ( 'Outdoors' ) , value : 'outdoors' } ,
89- { label : _ ( 'Light' ) , value : 'light' } ,
90- { label : _ ( 'Dark' ) , value : 'dark' } ,
91- { label : _ ( 'Satellite' ) , value : 'satellite' } ,
92- { label : _ ( 'Satellite with Streets' ) , value : 'satellite-streets' } ,
93- ] }
94- clearable = { false }
95- />
96- </ PlotlySection >
97- < PlotlySection name = { _ ( 'Map Positioning' ) } >
98- < Numeric label = { _ ( 'Center Latitude' ) } attr = "center.lat" />
99- < Numeric label = { _ ( 'Center Longitude' ) } attr = "center.lon" />
100- < Numeric label = { _ ( 'Zoom Level' ) } attr = "zoom" min = { 0 } />
101- < Numeric label = { _ ( 'Bearing' ) } attr = "bearing" />
102- < Numeric label = { _ ( 'Pitch' ) } attr = "pitch" min = { 0 } />
103- </ PlotlySection >
104-
105- < PlotlySection name = { _ ( 'Map Projection' ) } >
106- < Dropdown
107- label = { _ ( 'Region' ) }
108- attr = "scope"
109- options = { [
110- { label : _ ( 'World' ) , value : 'world' } ,
111- { label : _ ( 'USA' ) , value : 'usa' } ,
112- { label : _ ( 'Europe' ) , value : 'europe' } ,
113- { label : _ ( 'Asia' ) , value : 'asia' } ,
114- { label : _ ( 'Africa' ) , value : 'africa' } ,
115- { label : _ ( 'North America' ) , value : 'north america' } ,
116- { label : _ ( 'South America' ) , value : 'south america' } ,
117- ] }
118- clearable = { false }
119- />
120- < Dropdown
121- label = { _ ( 'Projection' ) }
122- attr = "projection.type"
123- clearable = { false }
124- options = { [
125- { label : _ ( 'Equirectangular' ) , value : 'equirectangular' } ,
126- { label : _ ( 'Mercator' ) , value : 'mercator' } ,
127- { label : _ ( 'Orthographic' ) , value : 'orthographic' } ,
128- { label : _ ( 'Natural Earth' ) , value : 'natural earth' } ,
129- { label : _ ( 'Albers USA' ) , value : 'albers usa' } ,
130- { label : _ ( 'Winkel Tripel' ) , value : 'winkel tripel' } ,
131- { label : _ ( 'Robinson' ) , value : 'robinson' } ,
132- { label : _ ( 'Miller' ) , value : 'miller' } ,
133- { label : _ ( 'Kavrayskiy 7' ) , value : 'kavrayskiy7' } ,
134- { label : _ ( 'Eckert 4' ) , value : 'eckert4' } ,
135- { label : _ ( 'Azimuthal Equal Area' ) , value : 'azimuthal equal area' } ,
136- {
137- label : _ ( 'Azimuthal Equidistant' ) ,
138- value : 'azimuthal equidistant' ,
139- } ,
140- { label : _ ( 'Conic Equal Area' ) , value : 'conic equal area' } ,
141- { label : _ ( 'Conic Conformal' ) , value : 'conic conformal' } ,
142- { label : _ ( 'Conic Equidistant' ) , value : 'conic equidistant' } ,
143- { label : _ ( 'Gnomonic' ) , value : 'gnomonic' } ,
144- { label : _ ( 'Stereographic' ) , value : 'stereographic' } ,
145- { label : _ ( 'Mollweide' ) , value : 'mollweide' } ,
146- { label : _ ( 'Hammer' ) , value : 'hammer' } ,
147- { label : _ ( 'Transverse Mercator' ) , value : 'transverse mercator' } ,
148- { label : _ ( 'Aitoff' ) , value : 'aitoff' } ,
149- { label : _ ( 'Sinusoidal' ) , value : 'sinusoidal' } ,
150- ] }
151- />
152- </ PlotlySection >
153-
154- < PlotlySection name = { _ ( 'Country Borders' ) } attr = "showcountries" >
155- < Radio
156- attr = "showcountries"
157- options = { [ { label : _ ( 'Show' ) , value : true } , { label : _ ( 'Hide' ) , value : false } ] }
158- />
159- < Numeric label = { _ ( 'Border Width' ) } attr = "countrywidth" units = "px" />
160- < ColorPicker label = { _ ( 'Border Color' ) } attr = "countrycolor" />
161- </ PlotlySection >
162- < PlotlySection name = { _ ( 'Sub-Country Unit Borders' ) } attr = "showsubunits" >
163- < Radio
164- attr = "showsubunits"
165- options = { [ { label : _ ( 'Show' ) , value : true } , { label : _ ( 'Hide' ) , value : false } ] }
166- />
167- < Numeric label = { _ ( 'Border Width' ) } attr = "subunitwidth" units = "px" />
168- < ColorPicker label = { _ ( 'Border Color' ) } attr = "subunitcolor" />
169- </ PlotlySection >
170- < PlotlySection name = { _ ( 'Coastlines' ) } attr = "showcoastlines" >
171- < Radio
172- attr = "showcoastlines"
173- options = { [ { label : _ ( 'Show' ) , value : true } , { label : _ ( 'Hide' ) , value : false } ] }
174- />
175- < Numeric label = { _ ( 'Width' ) } attr = "coastlinewidth" units = "px" />
176- < ColorPicker label = { _ ( 'Color' ) } attr = "coastlinecolor" />
177- </ PlotlySection >
178- < PlotlySection name = { _ ( 'Oceans' ) } attr = "showocean" >
179- < Radio
180- attr = "showocean"
181- options = { [ { label : _ ( 'Show' ) , value : true } , { label : _ ( 'Hide' ) , value : false } ] }
182- />
183- < ColorPicker label = { _ ( 'Color' ) } attr = "oceancolor" />
184- </ PlotlySection >
185- < PlotlySection name = { _ ( 'Land' ) } attr = "showland" >
186- < Radio
187- attr = "showland"
188- options = { [ { label : _ ( 'Show' ) , value : true } , { label : _ ( 'Hide' ) , value : false } ] }
189- />
190- < ColorPicker label = { _ ( 'Color' ) } attr = "landcolor" />
191- </ PlotlySection >
192- < PlotlySection name = { _ ( 'Lakes' ) } attr = "showlakes" >
193- < Radio
194- attr = "showlakes"
195- options = { [ { label : _ ( 'Show' ) , value : true } , { label : _ ( 'Hide' ) , value : false } ] }
196- />
197- < ColorPicker label = { _ ( 'Color' ) } attr = "lakecolor" />
198- </ PlotlySection >
199- < PlotlySection name = { _ ( 'Rivers' ) } attr = "showrivers" >
200- < Radio
201- attr = "showrivers"
202- options = { [ { label : _ ( 'Show' ) , value : true } , { label : _ ( 'Hide' ) , value : false } ] }
203- />
204- < Numeric label = { _ ( 'Width' ) } attr = "riverwidth" units = "px" />
205- < ColorPicker label = { _ ( 'Color' ) } attr = "rivercolor" />
206- </ PlotlySection >
207-
208- < PlotlySection name = { _ ( 'Map Frame' ) } attr = "showframe" >
209- < Radio
210- attr = "showframe"
211- options = { [ { label : _ ( 'Show' ) , value : true } , { label : _ ( 'Hide' ) , value : false } ] }
212- />
213- < Numeric label = { _ ( 'Width' ) } attr = "framewidth" units = "px" />
214- < ColorPicker label = { _ ( 'Color' ) } attr = "framecolor" />
215- </ PlotlySection >
216-
217- < PlotlySection name = { _ ( 'Map Options' ) } >
218- < Radio
219- label = { _ ( 'Resolution' ) }
220- attr = "resolution"
221- options = { [ { label : _ ( '1:110,000,000' ) , value : 110 } , { label : _ ( '1:50,000,000' ) , value : 50 } ] }
222- />
223- < Numeric label = { _ ( 'Scale' ) } attr = "projection.scale" min = { 0 } />
224- < Numeric label = { _ ( 'Latitude' ) } attr = "projection.rotation.lon" min = { 0 } />
225- < Numeric label = { _ ( 'Longitude' ) } attr = "projection.rotation.lat" min = { 0 } />
226- < Numeric label = { _ ( 'Roll' ) } attr = "projection.rotation.roll" min = { 0 } />
227- </ PlotlySection >
228-
22982 < PlotlySection name = { _ ( 'Ternary' ) } >
23083 < Numeric label = { _ ( 'Sum' ) } attr = "sum" />
23184 </ PlotlySection >
0 commit comments