File tree Expand file tree Collapse file tree 6 files changed +378
-3
lines changed Expand file tree Collapse file tree 6 files changed +378
-3
lines changed Original file line number Diff line number Diff line change @@ -537,6 +537,7 @@ window.examplesResources = {
537
537
"title_widgetsQuery_Vue" : 'Query Widget(Vue)' ,
538
538
"title_widgetsSearch_Vue" : 'Search Widget(Vue)' ,
539
539
"title_widgetsTheme_Vue" : 'Theme Widget' ,
540
+ "title_widgetsDemo_Vue" : 'Landuse demo' ,
540
541
541
542
"text_code" : "Forward Match" ,
542
543
"text_decode" : "Reverse Match" ,
Original file line number Diff line number Diff line change @@ -485,6 +485,7 @@ window.examplesResources = {
485
485
"title_widgetsQuery_Vue" : '查询微件(Vue)' ,
486
486
"title_widgetsSearch_Vue" : '搜索微件(Vue)' ,
487
487
"title_widgetsTheme_Vue" : '主题切换' ,
488
+ "title_widgetsDemo_Vue" : '土地利用示例' ,
488
489
489
490
"text_code" : "正向匹配" ,
490
491
"text_decode" : "反向匹配" ,
Original file line number Diff line number Diff line change @@ -1161,6 +1161,12 @@ var exampleConfig = {
1161
1161
version : "10.X.X" ,
1162
1162
thumbnail : "widgets_theme_vue.png" ,
1163
1163
fileName : "widgets_theme_vue"
1164
+ } , {
1165
+ name : "土地利用示例" ,
1166
+ name_en : "demo_widget_vue" ,
1167
+ version : "10.X.X" ,
1168
+ thumbnail : "widgets_demo_vue.png" ,
1169
+ fileName : "widgets_demo_vue"
1164
1170
}
1165
1171
1166
1172
]
Original file line number Diff line number Diff line change 22
22
< body style =" margin: 0;overflow: hidden;background: #fff;width: 100%;height:100%;position: absolute;top: 0; ">
23
23
< div id ="main ">
24
24
< sm-web-map :web-map-options ="{server: 'http://support.supermap.com.cn:8092/'} " map-id ="1649097980 "> </ sm-web-map >
25
- < sm-chart :style ="chartStyle " icon-class ="" :datasets ="datasets " :chart-options ="chartOptions " ref =" chart1111 " > </ sm-chart >
26
- < sm-chart :style ="chartStyle1 " icon-class ="" chart-type ="line " :datasets ="datasets " :chart-options ="chartOptions1 " ref =" chart1 " > </ sm-chart >
27
- < sm-chart :style ="chartStyle2 " icon-class ="" chart-type ="scatter " :datasets ="datasets " :chart-options ="chartOptions2 " ref =" chart2 " > </ sm-chart >
25
+ < sm-chart :style ="chartStyle " icon-class ="" :datasets ="datasets " :chart-options ="chartOptions "> </ sm-chart >
26
+ < sm-chart :style ="chartStyle1 " icon-class ="" chart-type ="line " :datasets ="datasets " :chart-options ="chartOptions1 "> </ sm-chart >
27
+ < sm-chart :style ="chartStyle2 " icon-class ="" chart-type ="scatter " :datasets ="datasets " :chart-options ="chartOptions2 "> </ sm-chart >
28
28
29
29
</ div >
30
30
You can’t perform that action at this time.
0 commit comments