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 = {
537537 "title_widgetsQuery_Vue" : 'Query Widget(Vue)' ,
538538 "title_widgetsSearch_Vue" : 'Search Widget(Vue)' ,
539539 "title_widgetsTheme_Vue" : 'Theme Widget' ,
540+ "title_widgetsDemo_Vue" : 'Landuse demo' ,
540541
541542 "text_code" : "Forward Match" ,
542543 "text_decode" : "Reverse Match" ,
Original file line number Diff line number Diff line change @@ -485,6 +485,7 @@ window.examplesResources = {
485485 "title_widgetsQuery_Vue" : '查询微件(Vue)' ,
486486 "title_widgetsSearch_Vue" : '搜索微件(Vue)' ,
487487 "title_widgetsTheme_Vue" : '主题切换' ,
488+ "title_widgetsDemo_Vue" : '土地利用示例' ,
488489
489490 "text_code" : "正向匹配" ,
490491 "text_decode" : "反向匹配" ,
Original file line number Diff line number Diff line change @@ -1161,6 +1161,12 @@ var exampleConfig = {
11611161 version : "10.X.X" ,
11621162 thumbnail : "widgets_theme_vue.png" ,
11631163 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"
11641170 }
11651171
11661172 ]
Original file line number Diff line number Diff line change 2222< body style =" margin: 0;overflow: hidden;background: #fff;width: 100%;height:100%;position: absolute;top: 0; ">
2323 < div id ="main ">
2424 < 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 >
2828
2929 </ div >
3030
You can’t perform that action at this time.
0 commit comments