New Score :0
High Score :0
Run Best
NICE BUSINESS TYPE INDICATOR
3. ๊ธ์ ์ ์น๊ตฌ์๊ฒ ๋น๋ ธ๋๋ฐ ์ค๋์ด ๋์ ์ฃผ๊ธฐ๋ก ํ๋ .. ๊ทธ๋ฐ๋ฐ ์นด๋๊ฐ์ ๋ด์ผํ๋ ๋ ๋ ์ค๋์ธ๋ฐ... ์ด๊ฑธ ์ด์ฉ๋...
4. ์ฐ๋ฆฌ ํ์ฌ๋ ์ค์ํ ์์ฌ ๊ฒฐ์ ์ ํ ๋?
5. ์ด์ฌํ ์ผํ ๋๋ฅผ ์ํ ์ ๋ฌผ์ ์ฃผ๊ณ ์ถ๋ค. ์ด๋ค๊ฒ ์ข์๊น?
6. ์ํ์์ ํฌ์์ํ์ ์ถ์ฒ๋ฐ์๋ค. ์ด๋ค๊ฑธ ๊ฐ์ ํ์ง?
7. ํ์ฌ์์์ ๋๋?
8. ๊ฟ์์ ๊นจ์ด๋๋ 20๋ ์ ์ผ๋ก ๋์๊ฐ๋ค. ๋น์ ์ด ์ ์ผ ๋จผ์ ํ๋์ผ์?
9. ๋ด๊ฐ ์ธ์ฌ ๋ด๋น์๋ผ๋ฉด ์ ๊ท ์ ์ฌ์ ์ฑ์ฉ ์ ์ ์ผ ์ค์ํ๊ฒ ๋ณด๋๊ฒ์?
10. ํ์ฌ์ ์ ๋ง ์ซ์ดํ๋ ๋๋ฃ๊ฐ ์๋ค๋ฉด?
11. ๊ฐ๋ํ ์ง์ ๊ฐ์ฅ์ด ๋์๋ค.. ์๋ ์ ์์ผ ๋ ์ ๋ฌผ์?
12. ํ์ ํ์ฌ ์ถ๊ทผ ์คํ์ผ์?
13.ํ์ฌ ์ฒด์ก๋ํ ํ๋ ๋ ์ด๋ค. ์ค๋ ๋ญํ์ง?
14. ๋์ ์ ๋ฌด ์คํ์ผ์?
var c1 = false;
var c2 = false;
var c3 = false;
var c4 = false;
function chart(ch, name) {
var s1 = [[2, 162]]; //ํ์ค
var s2 = [[3, 164]]; //๋ฐ๋ณ๊ท
var s3 = [[4, 163]]; //ํ๊ตํ๊ท
var s4 = [[1, 155]]; //๋
var ticks = [[1, "๋"], [2, "ํ์ค"], [3, "๋ฐํ๊ท "], [4, "ํ๊ตํ๊ท "]];
if (ch == false) { var c = true; } else { var c = false; }
var chart_name = name;
plot1 = $.jqplot(chart_name, [s4, s1, s2, s3], {
// Turns on animatino for all series in this plot.
animate: c,
// Will animate plot on calls to plot1.replot({resetAxes:true})
animateReplot: true,
cursor: {
show: true,
zoom: true,
looseZoom: true,
showTooltip: false
},
series: [
{
pointLabels: {
show: true
},
renderer: $.jqplot.BarRenderer,
showHighlight: false,
yaxis: 'yaxis',
rendererOptions: {
// Speed up the animation a little bit.
// This is a number of milliseconds.
// Default for bar series is 3000.
animation: {
speed: 1500
},
color: '#3fc6f3',
barWidth: 40,
barPadding: -40,
barMargin: 0,
highlightMouseOver: false
}
}, {
pointLabels: {
show: true
},
renderer: $.jqplot.BarRenderer,
showHighlight: false,
yaxis: 'yaxis',
rendererOptions: {
// Speed up the animation a little bit.
// This is a number of milliseconds.
// Default for bar series is 3000.
animation: {
speed: 2000
},
// color: '#afcc12',
barWidth: 40,
barPadding: -40,
barMargin: 0,
highlightMouseOver: false
}
}, {
pointLabels: {
show: true
},
renderer: $.jqplot.BarRenderer,
showHighlight: false,
yaxis: 'yaxis',
rendererOptions: {
// Speed up the animation a little bit.
// This is a number of milliseconds.
// Default for bar series is 3000.
animation: {
speed: 2500
},
// color: '#afcc12',
barWidth: 40,
barPadding: -30,
barMargin: 0,
highlightMouseOver: false
}
}, {
pointLabels: {
show: true
},
renderer: $.jqplot.BarRenderer,
showHighlight: false,
yaxis: 'yaxis',
rendererOptions: {
// Speed up the animation a little bit.
// This is a number of milliseconds.
// Default for bar series is 3000.
animation: {
speed: 3000
},
// color: '#afcc12',
barWidth: 40,
barPadding: -40,
barMargin: 0,
highlightMouseOver: false
}
}
],
axesDefaults: {
pad: 0
},
axes: {
// These options will set up the x axis like a category axis.
xaxis: {
ticks: ticks,
tickInterval: 1,
drawMajorGridlines: false,
drawMinorGridlines: true,
drawMajorTickMarks: false,
rendererOptions: {
tickInset: 0.5,
minorTicks: 1
}
},
yaxis: {
tickOptions: {
formatString: "%'d",
showGridline: false,
},
drawMajorGridlines:false,
rendererOptions: {
forceTickAt0: true
}
},
y2axis: {
tickOptions: {
formatString: "%'d",
showGridline: false
},
drawMajorGridlines:false,
rendererOptions: {
// align the ticks on the y2 axis with the y axis.
alignTicks: true,
forceTickAt0: true
}
}
}
// ,
// highlighter: {
// show: true,
// showLabel: true,
// tooltipAxes: 'y',
// sizeAdjust: 7.5 , tooltipLocation : 'ne'
// }
});
}
function chart2(ch, name) {
var s1 = [[2, 41.3]]; //ํ์ค
var s2 = [[3, 45.7]]; //๋ฐ๋ณ๊ท
var s3 = [[4, 46.2]]; //ํ๊ตํ๊ท
var s4 = [[1, 47]]; //๋
var ticks = [[1, "๋"], [2, "ํ์ค"], [3, "๋ฐํ๊ท "], [4, "ํ๊ตํ๊ท "]];
if (ch == false) { var c = true; } else { var c = false; }
var chart_name = name;
plot1 = $.jqplot(chart_name, [s4, s1, s2, s3], {
// Turns on animatino for all series in this plot.
animate: c,
// Will animate plot on calls to plot1.replot({resetAxes:true})
animateReplot: true,
cursor: {
show: true,
zoom: true,
looseZoom: true,
showTooltip: false
},
series: [
{
pointLabels: {
show: true
},
renderer: $.jqplot.BarRenderer,
showHighlight: false,
yaxis: 'yaxis',
shadow: false,
rendererOptions: {
// Speed up the animation a little bit.
// This is a number of milliseconds.
// Default for bar series is 3000.
animation: {
speed: 1500
},
color: '#3fc6f3',
barWidth: 40,
barPadding: -40,
barMargin: 0,
highlightMouseOver: false
}
}, {
pointLabels: {
show: true
},
renderer: $.jqplot.BarRenderer,
showHighlight: false,
yaxis: 'yaxis',
rendererOptions: {
// Speed up the animation a little bit.
// This is a number of milliseconds.
// Default for bar series is 3000.
animation: {
speed: 2000
},
// color: '#afcc12',
barWidth: 40,
barPadding: -40,
barMargin: 0,
highlightMouseOver: false
}
}, {
pointLabels: {
show: true
},
renderer: $.jqplot.BarRenderer,
showHighlight: false,
yaxis: 'yaxis',
rendererOptions: {
// Speed up the animation a little bit.
// This is a number of milliseconds.
// Default for bar series is 3000.
animation: {
speed: 2500
},
// color: '#afcc12',
barWidth: 40,
barPadding: -30,
barMargin: 0,
highlightMouseOver: false
}
}, {
pointLabels: {
show: true
},
renderer: $.jqplot.BarRenderer,
showHighlight: false,
yaxis: 'yaxis',
rendererOptions: {
// Speed up the animation a little bit.
// This is a number of milliseconds.
// Default for bar series is 3000.
animation: {
speed: 3000
},
// color: '#afcc12',
barWidth: 40,
barPadding: -40,
barMargin: 0,
highlightMouseOver: false
}
}
],
axesDefaults: {
pad: 0
},
axes: {
// These options will set up the x axis like a category axis.
xaxis: {
ticks: ticks,
tickInterval: 1,
drawMajorGridlines: false,
drawMinorGridlines: true,
drawMajorTickMarks: false,
rendererOptions: {
tickInset: 0.5,
minorTicks: 1
}
},
yaxis: {
tickOptions: {
formatString: "%'d",
showGridline: false,
},
drawMajorGridlines:false,
rendererOptions: {
forceTickAt0: true
}
},
y2axis: {
tickOptions: {
formatString: "%'d",
showGridline: false
},
drawMajorGridlines:false,
rendererOptions: {
// align the ticks on the y2 axis with the y axis.
alignTicks: true,
forceTickAt0: true
}
}
}
// ,
// highlighter: {
// show: true,
// showLabel: true,
// tooltipAxes: 'y',
// sizeAdjust: 7.5 , tooltipLocation : 'ne'
// }
});
}
var c11 = false; //์ ์ฅ ๋ญํฌ
var c12 = false; //์ฒด์ค ๋ญํฌ
var c13 = false; //bmi ๋ญํฌ
function chart3(ch, name) {
var s1 = [169,163,161,159,154,150,146,140,135]; //ํ์ค
var ticks = [[1, "1๋ฐ"], [2, "3๋ฐ"], [3, "5๋ฐ"], [4, "9๋ฐ"],[5, "7๋ฐ"], [6, "2๋ฐ"], [7, "4๋ฐ"], [8, "6๋ฐ"]];
if (ch == false) { var c = true; } else { var c = false; }
var chart_name = name;
plot1 = $.jqplot(chart_name, [s1], {
// Turns on animatino for all series in this plot.
animate: c,
// Will animate plot on calls to plot1.replot({resetAxes:true})
animateReplot: true,
cursor: {
show: true,
zoom: true,
looseZoom: true,
showTooltip: false
},
series: [
{
pointLabels: {
show: false
},
renderer: $.jqplot.BarRenderer,
showHighlight: false,
yaxis: 'yaxis',
shadow: false,
rendererOptions: {
// Speed up the animation a little bit.
// This is a number of milliseconds.
// Default for bar series is 3000.
animation: {
speed: 1500
},
color: '#eb2b2a',
barWidth: 30,
barPadding: -40,
barMargin: 0,
highlightMouseOver: false
}
}
],
axesDefaults: {
pad: 0
},grid: {
background: '#ffffff',
borderColor: '#000000',
borderWidth: 0.0,
shadow : false
},
axes: {
// These options will set up the x axis like a category axis.
xaxis: {
ticks: ticks,
tickInterval: 1,
drawMajorGridlines: false,
drawMinorGridlines: true,
drawMajorTickMarks: false,
rendererOptions: {
tickInset: 0.5,
minorTicks: 1
}
},
yaxis: {
tickOptions: {
formatString: "%'d",
showGridline: false,
},
drawMajorGridlines:false,
rendererOptions: {
forceTickAt0: true
},
min : 110,
max : 180
},
y2axis: {
tickOptions: {
formatString: "%'d",
showGridline: false
},
drawMajorGridlines:false,
rendererOptions: {
// align the ticks on the y2 axis with the y axis.
alignTicks: true,
forceTickAt0: true
}
}
}
// ,
// highlighter: {
// show: true,
// showLabel: true,
// tooltipAxes: 'y',
// sizeAdjust: 7.5 , tooltipLocation : 'ne'
// }
});
}
function chart4(ch, name) {
var s1 = [[2, 66]]; //ํ์ค
var s2 = [[3, 63]]; //๋ฐ๋ณ๊ท
var s3 = [[4, 60]]; //ํ๊ตํ๊ท
var s4 = [[1, 67]]; //๋
var ticks = [[1, "1๋ฐ"], [2, "5๋ฐ"], [3, "7๋ฐ"], [4, "8๋ฐ"]];
if (ch == false) { var c = true; } else { var c = false; }
var chart_name = name;
plot1 = $.jqplot(chart_name, [s4, s1, s2, s3], {
// Turns on animatino for all series in this plot.
animate: c,
// Will animate plot on calls to plot1.replot({resetAxes:true})
animateReplot: true,
cursor: {
show: true,
zoom: true,
looseZoom: true,
showTooltip: false
},
series: [
{
pointLabels: {
show: true
},
renderer: $.jqplot.BarRenderer,
showHighlight: false,
yaxis: 'yaxis',
shadow: false,
rendererOptions: {
// Speed up the animation a little bit.
// This is a number of milliseconds.
// Default for bar series is 3000.
animation: {
speed: 1500
},
color: '#3fc6f3',
barWidth: 40,
barPadding: -40,
barMargin: 0,
highlightMouseOver: false
}
}, {
pointLabels: {
show: true
},
renderer: $.jqplot.BarRenderer,
showHighlight: false,
yaxis: 'yaxis',
rendererOptions: {
// Speed up the animation a little bit.
// This is a number of milliseconds.
// Default for bar series is 3000.
animation: {
speed: 2000
},
// color: '#afcc12',
barWidth: 40,
barPadding: -40,
barMargin: 0,
highlightMouseOver: false
}
}, {
pointLabels: {
show: true
},
renderer: $.jqplot.BarRenderer,
showHighlight: false,
yaxis: 'yaxis',
rendererOptions: {
// Speed up the animation a little bit.
// This is a number of milliseconds.
// Default for bar series is 3000.
animation: {
speed: 2500
},
// color: '#afcc12',
barWidth: 40,
barPadding: -30,
barMargin: 0,
highlightMouseOver: false
}
}, {
pointLabels: {
show: true
},
renderer: $.jqplot.BarRenderer,
showHighlight: false,
yaxis: 'yaxis',
rendererOptions: {
// Speed up the animation a little bit.
// This is a number of milliseconds.
// Default for bar series is 3000.
animation: {
speed: 3000
},
// color: '#afcc12',
barWidth: 40,
barPadding: -40,
barMargin: 0,
highlightMouseOver: false
}
}
],
axesDefaults: {
pad: 0
},
axes: {
// These options will set up the x axis like a category axis.
xaxis: {
ticks: ticks,
tickInterval: 1,
drawMajorGridlines: false,
drawMinorGridlines: true,
drawMajorTickMarks: false,
rendererOptions: {
tickInset: 0.5,
minorTicks: 1
}
},
yaxis: {
tickOptions: {
formatString: "%'d",
showGridline: false,
},
drawMajorGridlines:false,
rendererOptions: {
forceTickAt0: true
}
},
y2axis: {
tickOptions: {
formatString: "%'d",
showGridline: false
},
drawMajorGridlines:false,
rendererOptions: {
// align the ticks on the y2 axis with the y axis.
alignTicks: true,
forceTickAt0: true
}
}
}
// ,
// highlighter: {
// show: true,
// showLabel: true,
// tooltipAxes: 'y',
// sizeAdjust: 7.5 , tooltipLocation : 'ne'
// }
});
}
function chart5(ch, name) {
var s1 = [[2, 25.2]]; //ํ์ค
var s2 = [[3, 23.1]]; //๋ฐ๋ณ๊ท
var s3 = [[4, 18.5]]; //ํ๊ตํ๊ท
var s4 = [[1, 27.1]]; //๋
var ticks = [[1, "7๋ฐ"], [2, "1๋ฐ"], [3, "9๋ฐ"], [4, "2๋ฐ"]];
if (ch == false) { var c = true; } else { var c = false; }
var chart_name = name;
plot1 = $.jqplot(chart_name, [s4, s1, s2, s3], {
// Turns on animatino for all series in this plot.
animate: c,
// Will animate plot on calls to plot1.replot({resetAxes:true})
animateReplot: true,
cursor: {
show: true,
zoom: true,
looseZoom: true,
showTooltip: false
},
series: [
{
pointLabels: {
show: true
},
renderer: $.jqplot.BarRenderer,
showHighlight: false,
yaxis: 'yaxis',
shadow: false,
rendererOptions: {
// Speed up the animation a little bit.
// This is a number of milliseconds.
// Default for bar series is 3000.
animation: {
speed: 1500
},
color: '#3fc6f3',
barWidth: 40,
barPadding: -40,
barMargin: 0,
highlightMouseOver: false
}
}, {
pointLabels: {
show: true
},
renderer: $.jqplot.BarRenderer,
showHighlight: false,
yaxis: 'yaxis',
rendererOptions: {
// Speed up the animation a little bit.
// This is a number of milliseconds.
// Default for bar series is 3000.
animation: {
speed: 2000
},
// color: '#afcc12',
barWidth: 40,
barPadding: -40,
barMargin: 0,
highlightMouseOver: false
}
}, {
pointLabels: {
show: true
},
renderer: $.jqplot.BarRenderer,
showHighlight: false,
yaxis: 'yaxis',
rendererOptions: {
// Speed up the animation a little bit.
// This is a number of milliseconds.
// Default for bar series is 3000.
animation: {
speed: 2500
},
// color: '#afcc12',
barWidth: 40,
barPadding: -30,
barMargin: 0,
highlightMouseOver: false
}
}, {
pointLabels: {
show: true
},
renderer: $.jqplot.BarRenderer,
showHighlight: false,
yaxis: 'yaxis',
rendererOptions: {
// Speed up the animation a little bit.
// This is a number of milliseconds.
// Default for bar series is 3000.
animation: {
speed: 3000
},
// color: '#afcc12',
barWidth: 40,
barPadding: -40,
barMargin: 0,
highlightMouseOver: false
}
}
],
axesDefaults: {
pad: 0
},
axes: {
// These options will set up the x axis like a category axis.
xaxis: {
ticks: ticks,
tickInterval: 1,
drawMajorGridlines: false,
drawMinorGridlines: true,
drawMajorTickMarks: false,
rendererOptions: {
tickInset: 0.5,
minorTicks: 1
}
},
yaxis: {
tickOptions: {
formatString: "%'d",
showGridline: false,
},
drawMajorGridlines:false,
rendererOptions: {
forceTickAt0: true
}
},
y2axis: {
tickOptions: {
formatString: "%'d",
showGridline: false
},
drawMajorGridlines:false,
rendererOptions: {
// align the ticks on the y2 axis with the y axis.
alignTicks: true,
forceTickAt0: true
}
}
}
// ,
// highlighter: {
// show: true,
// showLabel: true,
// tooltipAxes: 'y',
// sizeAdjust: 7.5 , tooltipLocation : 'ne'
// }
});
}
var c5 = false;
var c6 = false;
var c7 = false;
var c8 = false;
var c9 = false;
var c10 = false;
function chart_detail(ch, name) {
var s1 = [[2, 162]]; //ํ์ค
var s2 = [[3, 164]]; //๋ฐ๋ณ๊ท
var s3 = [[4, 163]]; //ํ๊ตํ๊ท
var s4 = [[1, 155]]; //๋
var ticks = [[1, "9์"], [2, "10์"], [3, "11์"], [4, "12์"]];
if (ch == false) { var c = true; } else { var c = false; }
var chart_name = name;
plot1 = $.jqplot(chart_name, [s4, s1, s2, s3], {
// Turns on animatino for all series in this plot.
animate: c,
// Will animate plot on calls to plot1.replot({resetAxes:true})
animateReplot: true,
cursor: {
show: true,
zoom: true,
looseZoom: true,
showTooltip: false
},
series: [
{
pointLabels: {
show: true
},
renderer: $.jqplot.BarRenderer,
showHighlight: false,
yaxis: 'yaxis',
rendererOptions: {
// Speed up the animation a little bit.
// This is a number of milliseconds.
// Default for bar series is 3000.
animation: {
speed: 1500
},
color: '#3fc6f3',
barWidth: 40,
barPadding: -40,
barMargin: 0,
highlightMouseOver: false
}
}, {
pointLabels: {
show: true
},
renderer: $.jqplot.BarRenderer,
showHighlight: false,
yaxis: 'yaxis',
rendererOptions: {
// Speed up the animation a little bit.
// This is a number of milliseconds.
// Default for bar series is 3000.
animation: {
speed: 2000
},
color: '#afcc12',
barWidth: 40,
barPadding: -40,
barMargin: 0,
highlightMouseOver: false
}
}, {
pointLabels: {
show: true
},
renderer: $.jqplot.BarRenderer,
showHighlight: false,
yaxis: 'yaxis',
rendererOptions: {
// Speed up the animation a little bit.
// This is a number of milliseconds.
// Default for bar series is 3000.
animation: {
speed: 2500
},
color: '#afcc12',
barWidth: 40,
barPadding: -30,
barMargin: 0,
highlightMouseOver: false
}
}, {
pointLabels: {
show: true
},
renderer: $.jqplot.BarRenderer,
showHighlight: false,
yaxis: 'yaxis',
rendererOptions: {
// Speed up the animation a little bit.
// This is a number of milliseconds.
// Default for bar series is 3000.
animation: {
speed: 3000
},
color: '#afcc12',
barWidth: 40,
barPadding: -40,
barMargin: 0,
highlightMouseOver: false
}
}
],
axesDefaults: {
pad: 0
},
axes: {
// These options will set up the x axis like a category axis.
xaxis: {
ticks: ticks,
tickInterval: 1,
drawMajorGridlines: false,
drawMinorGridlines: true,
drawMajorTickMarks: false,
rendererOptions: {
tickInset: 0.5,
minorTicks: 1
}
},
yaxis: {
tickOptions: {
formatString: "%'d"
},
rendererOptions: {
forceTickAt0: true
}
},
y2axis: {
tickOptions: {
formatString: "%'d"
},
rendererOptions: {
// align the ticks on the y2 axis with the y axis.
alignTicks: true,
forceTickAt0: true
}
}
}
// ,
// highlighter: {
// show: true,
// showLabel: true,
// tooltipAxes: 'y',
// sizeAdjust: 7.5 , tooltipLocation : 'ne'
// }
});
}