SW 신기술 실행 단계
(단위 : %)
var chart_124;
var chart_type_124 = "stack_column";
jQuery(document).ready(function () {
{"data":{"data":[{"구분":"빅데이터","초기 구축\/실행 단계":"6.1","부문별 실행 단계":"90.8","전사적 실행 단계":"3.1"},{"구분":"클라우드 컴퓨팅","초기 구축\/실행 단계":"14.8","부문별 실행 단계":"79.3","전사적 실행 단계":"5.9"},{"구분":"인공지능","초기 구축\/실행 단계":"51.8","부문별 실행 단계":"47.0","전사적 실행 단계":"1.1"},{"구분":"사물인터넷","초기 구축\/실행 단계":"66.0","부문별 실행 단계":"28.3","전사적 실행 단계":"5.7"},{"구분":"VR\/AR(XR)","초기 구축\/실행 단계":"36.6","부문별 실행 단계":"57.0","전사적 실행 단계":"6.5"},{"구분":"블록체인","초기 구축\/실행 단계":"11.1","부문별 실행 단계":"85.8","전사적 실행 단계":"3.1"}]},"use":{"animate":true,"aCrossLine":true,"multiYAxis":false},"animate":{"speed":100},"format":{ "yAxis": "priceDataFormat" },"func":{
"tip": function(tipElement, data, rect) {
var date = data.xaxis;
var tip = '
' + String(data.yaxisname) + ' / ' + String(data.yaxis) + '
';
tipElement.html(tip).show();
tipElement.html(tipElement.html()).css({
left: rect.x - (tipElement.width() / 2),
top: rect.y - 38
});
}
}}
var style = {
"main": {
"layout": {
"paddingTop": 57,
"paddingRight": 30,
"color": "#ffffff",
"line": {
"color": "#eaeaea",
"width": 1
}
},
"graph": {
"color": "#fff",
"line": {
"top": {
"color": "#cccccc"
},
"left": {
"width": 0
},
"right": {
"width": 0
},
"bottom": {
"color": "#cccccc"
}
}
},
"crossLine": {
"color": "#465866"
},
"xAxis": {
"paddingTop": 13,
"height": 30,
"text": {
"family": "Nanum Gothic",
"size": 12,
"color": "#666"
},
"line": {
"color": "#e3e3e3",
"width": 1
}
},
"yAxis": {
"line": {
"color": "#cccccc",
"width": 1,
"opacity": 1
},
"text": {
"family": "Nanum Gothic",
"size": 12,
"color": "#666",
"align": "right"
},
"baseAtZero": true
},
"tip": {
"className": "tip"
},
"series": {
"s1": {
"area": {
"normal": {
"color": "#1d64ac",
"over": {
"color": {
"src": "/lib/webponent/chart/webPonent-Chart-2.0.6/chart/sample/chart/img/over.png"
}
}
}
}
},
"s2": {
"area": {
"normal": {
"color": "#4abfca",
"over": {
"color": {
"src": "/lib/webponent/chart/webPonent-Chart-2.0.6/chart/sample/chart/img/over.png"
}
}
}
}
},
"s3": {
"area": {
"normal": {
"color": "#f9d33a",
"over": {
"color": {
"src": "/lib/webponent/chart/webPonent-Chart-2.0.6/chart/sample/chart/img/over.png"
}
}
}
}
},
"s4": {
"area": {
"normal": {
"color": "#ff8e1f",
"over": {
"color": {
"src": "/lib/webponent/chart/webPonent-Chart-2.0.6/chart/sample/chart/img/over.png"
}
}
}
}
},
"s5": {
"area": {
"normal": {
"color": "#7badff",
"over": {
"color": {
"src": "/lib/webponent/chart/webPonent-Chart-2.0.6/chart/sample/chart/img/over.png"
}
}
}
}
},
"s6": {
"area": {
"normal": {
"color": "#6763ff",
"over": {
"color": {
"src": "/lib/webponent/chart/webPonent-Chart-2.0.6/chart/sample/chart/img/over.png"
}
}
}
}
},
"s7": {
"area": {
"normal": {
"color": "#ff6e6e",
"over": {
"color": {
"src": "/lib/webponent/chart/webPonent-Chart-2.0.6/chart/sample/chart/img/over.png"
}
}
}
}
},
"s8": {
"area": {
"normal": {
"color": "#c5c5c5",
"over": {
"color": {
"src": "/lib/webponent/chart/webPonent-Chart-2.0.6/chart/sample/chart/img/over.png"
}
}
}
}
},
}
}
};
var data_124 = data;
var style_124 = style;
var series_124 = series;
if(color_style_124 == undefined){
var color_style_124 = [];
}
if(slider_124 == undefined ){
var slider_124 =true;
}
if (chart_type_124 == "pie") {
chart_124 = webponent.visual.pie.init(jQuery('#webponent_chart_124'), style_124, data_124);
jQuery("#chart_controller").remove();
} else if (chart_type_124 == "tree") {
chart_124 = webponent.visual.treemap.init(jQuery('#webponent_chart_124'), style_124, data_124);
jQuery("#chart_controller").remove();
} else if (chart_type_124 == "horizon") {
chart_124 = webponent.visual.horizon.init(jQuery('#webponent_chart_124'), style_124, data_124);
jQuery("#chart_controller").remove();
} else if (chart_type_124 == "scatter") {
chart_124 = webponent.visual.scatterPlot.init(jQuery('#webponent_chart_124'), style_124, data_124);
jQuery("#chart_controller").remove();
} else {
if(chart_type_124 != "hloc"){
var count =0;
jQuery.each(series_124.main, function (index, value) {
if (index != "type") {
if(chart_type_124 == "line"){
legend_count = count %5;
jQuery("#chart_legends_124").append(legend_style[legend_count][0]+legend_color[count] +legend_style[legend_count][1]+ value.yaxis +'');
}else if(chart_type_124 =="multi_series"){
if(value.series=="line"){
legend_count = count %5;
jQuery("#chart_legends_124").append(legend_style[legend_count][0]+legend_color[count] +legend_style[legend_count][1]+ value.yaxis +'');
}else{
jQuery("#chart_legends_124").append('
' + value.yaxis + '');
}
}else{
if(color_style_124.length){
jQuery("#chart_legends_124").append('
' + value.yaxis + '');
}else{
jQuery("#chart_legends_124").append('
' + value.yaxis + '');
}
}
}
count++;
});
}
chart_124= webponent.chart.init(jQuery('#webponent_chart_124'), data_124, style_124, series_124);
if(slider_124){
if(chart_type_124=="line"||chart_type_124=="column"){
var tmp_x=[];
jQuery("#slider_div_124").attr("style","");
jQuery.each(data_124.data.data,function (index,value){
tmp_x.push(value[Object.keys(value)[0]]);
});
jQuery("#slider-range_124").slider({
range: true,
min: 0,
max: tmp_x.length-1,
values: [ 0, tmp_x.length-1 ],
slide: function( event, ui ) {
jQuery( "#slider-text_124" ).text( "범위 : " + tmp_x[ui.values[ 0 ]] + " - " + tmp_x[ui.values[ 1 ]] );
var tmp_data = JSON.parse(JSON.stringify(data_124)); //object 참조 복사 회피
tmp_data.data.data = tmp_data.data.data.splice(ui.values[ 0 ],ui.values[ 1 ]+1-ui.values[0]);
chart_124.inquery( tmp_data,style_124, series_124);
}
});
jQuery("#slider-text_124").text( "범위 : "+tmp_x[0] + " - " + tmp_x[tmp_x.length-1]);
}
}
}
})