@@ -52,22 +52,22 @@ export default function Provider({ story }) {
5252Theme . type = 'entry' ;
5353storiesOf ( 'Popup' , module )
5454 . addDecorator ( ( story ) => < Provider story = { story ( ) } /> )
55- . add ( '오브젝트 선택 팝업' , ( ) => < Sample SampleState = ' ObjectSelect' /> )
56- . add ( '파일 올리기 팝업' , ( ) => < Sample SampleState = ' FileUpload' /> )
57- . add ( '그리기 팝업' , ( ) => < Sample SampleState = ' Drawing' /> )
58- . add ( '짧은 글상자 팝업' , ( ) => < Sample SampleState = ' ShortWrite' /> )
59- . add ( '여러줄 글상자 팝업' , ( ) => < Sample SampleState = ' MultiWrite' /> )
60- . add ( '확장블럭 팝업' , ( ) => < Sample SampleState = ' ExpandBlock' /> )
61- . add ( '소리선택 팝업' , ( ) => < Sample SampleState = ' SoundSelect' /> )
62- . add ( '소리 올리기' , ( ) => < Sample SampleState = ' SoundUpload' /> )
63- . add ( '회원가입1' , ( ) => < Sample SampleState = ' SignUp1' /> )
64- . add ( '회원가입2' , ( ) => < Sample SampleState = ' SignUp2' /> )
65- . add ( '회원가입3' , ( ) => < Sample SampleState = ' SignUp3' /> )
66- . add ( '회원가입4' , ( ) => < Sample SampleState = ' SignUp4' /> )
67- . add ( '회원가입5' , ( ) => < Sample SampleState = ' SignUp5' /> )
68- . add ( '로그인' , ( ) => < Sample SampleState = ' Login' /> )
69- . add ( '툴팁' , ( ) => < Sample SampleState = ' Tooltip' /> )
70- . add ( '나의 작품 - 리스트' , ( ) => < Sample SampleState = ' MyProduct' /> )
55+ . add ( '오브젝트 선택 팝업' , ( ) => < Sample SampleState = " ObjectSelect" /> )
56+ . add ( '파일 올리기 팝업' , ( ) => < Sample SampleState = " FileUpload" /> )
57+ . add ( '그리기 팝업' , ( ) => < Sample SampleState = " Drawing" /> )
58+ . add ( '짧은 글상자 팝업' , ( ) => < Sample SampleState = " ShortWrite" /> )
59+ . add ( '여러줄 글상자 팝업' , ( ) => < Sample SampleState = " MultiWrite" /> )
60+ . add ( '확장블럭 팝업' , ( ) => < Sample SampleState = " ExpandBlock" /> )
61+ . add ( '소리선택 팝업' , ( ) => < Sample SampleState = " SoundSelect" /> )
62+ . add ( '소리 올리기' , ( ) => < Sample SampleState = " SoundUpload" /> )
63+ . add ( '회원가입1' , ( ) => < Sample SampleState = " SignUp1" /> )
64+ . add ( '회원가입2' , ( ) => < Sample SampleState = " SignUp2" /> )
65+ . add ( '회원가입3' , ( ) => < Sample SampleState = " SignUp3" /> )
66+ . add ( '회원가입4' , ( ) => < Sample SampleState = " SignUp4" /> )
67+ . add ( '회원가입5' , ( ) => < Sample SampleState = " SignUp5" /> )
68+ . add ( '로그인' , ( ) => < Sample SampleState = " Login" /> )
69+ . add ( '툴팁' , ( ) => < Sample SampleState = " Tooltip" /> )
70+ . add ( '나의 작품 - 리스트' , ( ) => < Sample SampleState = " MyProduct" /> )
7171 . add ( '나의 작품 - 작품 없음' , ( ) => < Sample /> )
7272 . add ( '툴팁' , ( ) => < Tooltips /> )
7373 . add ( '확장블록' , ( ) => < Popup type = "expansion" data = { EXPANSION_SAMPLE } /> )
@@ -416,8 +416,10 @@ storiesOf('AiLayout', module)
416416 < TableChart ChartState = "DepthHistogram" NoResultText = "계열을 선택해 주세요." />
417417 ) )
418418 . add ( '데이터 차트 - 히스토그램 그래프' , ( ) => < TableChart ChartState = "DepthHistogramGraph" /> )
419+ . add ( '데이터 차트 - 테이블 없음' , ( ) => < TableChart ChartState = "NoTable" /> )
419420 . add ( '데이터 차트 - 요약' , ( ) => < TableSummary /> )
420421 . add ( '데이터 차트 - 요약 모두' , ( ) => < TableSummary SummaryState = "Total" /> )
422+ . add ( '데이터 차트 - test' , ( ) => < DataAnalytics /> )
421423 . add ( '차트' , ( ) => (
422424 < Chart table = { [ TABLE_SAMPLE2 . fields , ...TABLE_SAMPLE2 . origin ] } type = "line" />
423425 ) )
@@ -547,7 +549,7 @@ storiesOf('AiLayout', module)
547549 maxDepth : 8 ,
548550 gainThreshold : 0.01 ,
549551 distribution : [ [ 0.9907407407407424 , 0.009259259259259259 ] ] ,
550- }
552+ } ,
551553 } ,
552554 right : {
553555 kind : 'classifier' ,
0 commit comments