Skip to content

Commit

Permalink
目录调整
Browse files Browse the repository at this point in the history
目录调整 版本号为组件入口目录
  • Loading branch information
huxiaoqi567 committed Apr 10, 2013
1 parent 48e8f03 commit 4b8d216
Show file tree
Hide file tree
Showing 105 changed files with 9,391 additions and 31 deletions.
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8"/>
<title>KCharts doc 1.0</title>
<link rel="stylesheet" href="../custom/index.css" type="text/css" media="screen" />
<link rel="stylesheet" href="./custom/index.css" type="text/css" media="screen" />
</head>
<body>
<xmp theme="spacelab" style="display:none;">
Expand Down Expand Up @@ -200,10 +200,10 @@
----
demo
----
[bar-chart.html](../../demo/1.0/barchart/bar-chart.html) 柱形图<br/>
[bar-chart-multi.html](../../demo/1.0/barchart/bar-chart-multi.html) 多柱形图<br/>
[bar-chart.html](../demo/barchart/bar-chart.html) 柱形图<br/>
[bar-chart-multi.html](../demo/barchart/bar-chart-multi.html) 多柱形图<br/>
</xmp>

<script src="../strapdown.js"></script>
<script src="./strapdown.js"></script>
</body>
</html>
File renamed without changes.
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8"/>
<title>KCharts doc 1.0</title>
<link rel="stylesheet" href="../custom/index.css" type="text/css" media="screen" />
<link rel="stylesheet" href="./custom/index.css" type="text/css" media="screen" />
</head>
<body>
<xmp theme="spacelab" style="display:none;">
Expand Down Expand Up @@ -67,6 +67,6 @@
- [barchart](barchart.html)
</xmp>

<script src="../strapdown.js"></script>
<script src="./strapdown.js"></script>
</body>
</html>
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8"/>
<title>KCharts doc 1.0</title>
<link rel="stylesheet" href="../custom/index.css" type="text/css" media="screen" />
<link rel="stylesheet" href="./custom/index.css" type="text/css" media="screen" />
</head>
<body>
<xmp theme="spacelab" style="display:none;">
Expand Down Expand Up @@ -232,11 +232,11 @@
----
demo
----
[line-chart](../../demo/1.0/linechart/line-chart.html) 直线<br/>
[line-chart-compare](../../demo/1.0/linechart/line-chart-compare.html) 多线比较<br/>
[line-chart](../demo/linechart/line-chart.html) 直线<br/>
[line-chart-compare](../demo/linechart/line-chart-compare.html) 多线比较<br/>

</xmp>

<script src="../strapdown.js"></script>
<script src="./strapdown.js"></script>
</body>
</html>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Expand Up @@ -9,7 +9,7 @@
<body>
<div class="J_banner">
KCharts <span>1.0</span>
<span><a href="../../doc/1.0/index.html" target="_blank" style="color:orange;font-weight:bolder">参考文档</a></span>
<span><a href="./doc/index.html" target="_blank" style="color:orange;font-weight:bolder">参考文档</a></span>
</div>
<div class="J_container">
<div class="ks-chart-wrapper" id="J_line1">
Expand Down
File renamed without changes.
Expand Up @@ -23,7 +23,6 @@
{
name:"gallery",
path:"http://a.tbcdn.cn/s/kissy/",
// path:"../../../../../",
charset:"utf-8"
}
]
Expand All @@ -32,8 +31,6 @@
S.use('gallery/kcharts/1.1/barchart/index',function(S,BarChart){

var barChart = new BarChart({

themeCls:"ks-chart-rainbow",
renderTo:"#demo1",
title:{
content:"Monthly Average Rainfall",
Expand Down
File renamed without changes.
File renamed without changes.
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8"/>
<title>KCharts doc 1.1</title>
<link rel="stylesheet" href="../custom/index.css" type="text/css" media="screen" />
<link rel="stylesheet" href="./custom/index.css" type="text/css" media="screen" />
</head>
<body>
<xmp theme="spacelab" style="display:none;">
Expand Down Expand Up @@ -210,6 +210,6 @@
柱之间的切换 (可以用来触发tip的移动和数据渲染)
</xmp>

<script src="../strapdown.js"></script>
<script src="./strapdown.js"></script>
</body>
</html>
11 changes: 11 additions & 0 deletions gallery/kcharts/1.1/doc/custom/index.css
@@ -0,0 +1,11 @@
ul li{
margin-bottom:5px;
}
.high-light{
color:orange;
font-weight: bolder;
}




Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8"/>
<title>KCharts doc 1.1</title>
<link rel="stylesheet" href="../custom/index.css" type="text/css" media="screen" />
<link rel="stylesheet" href="./custom/index.css" type="text/css" media="screen" />
</head>
<body>
<xmp theme="spacelab" style="display:none;">
Expand Down Expand Up @@ -69,8 +69,9 @@
- [scatterchart](scatterchart.html)
- [ratiochart](ratiochart.html)
- [sumdetailchart](sumdetailchart.html)
- [tip](tip.html)
</xmp>

<script src="../strapdown.js"></script>
<script src="./strapdown.js"></script>
</body>
</html>
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8"/>
<title>KCharts doc 1.1</title>
<link rel="stylesheet" href="../custom/index.css" type="text/css" media="screen" />
<link rel="stylesheet" href="./custom/index.css" type="text/css" media="screen" />
</head>
<body>
<xmp theme="spacelab" style="display:none;">
Expand Down Expand Up @@ -230,6 +230,6 @@
点之间的切换 (可以用来触发tip的移动和数据渲染)
</xmp>

<script src="../strapdown.js"></script>
<script src="./strapdown.js"></script>
</body>
</html>
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8"/>
<title>KCharts doc 1.1</title>
<link rel="stylesheet" href="../custom/index.css" type="text/css" media="screen" />
<link rel="stylesheet" href="./custom/index.css" type="text/css" media="screen" />
</head>
<body>
<xmp theme="spacelab" style="display:none;">
Expand Down Expand Up @@ -84,6 +84,6 @@

</xmp>

<script src="../strapdown.js"></script>
<script src="./strapdown.js"></script>
</body>
</html>
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8"/>
<title>KCharts doc 1.1</title>
<link rel="stylesheet" href="../custom/index.css" type="text/css" media="screen" />
<link rel="stylesheet" href="./custom/index.css" type="text/css" media="screen" />
</head>
<body>
<xmp theme="spacelab" style="display:none;">
Expand Down Expand Up @@ -194,6 +194,6 @@

</xmp>

<script src="../strapdown.js"></script>
<script src="./strapdown.js"></script>
</body>
</html>
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8"/>
<title>KCharts doc 1.1</title>
<link rel="stylesheet" href="../custom/index.css" type="text/css" media="screen" />
<link rel="stylesheet" href="./custom/index.css" type="text/css" media="screen" />
</head>
<body>
<xmp theme="spacelab" style="display:none;">
Expand Down Expand Up @@ -233,6 +233,6 @@

</xmp>

<script src="../strapdown.js"></script>
<script src="./strapdown.js"></script>
</body>
</html>
96 changes: 96 additions & 0 deletions gallery/kcharts/1.1/doc/strapdown.css
@@ -0,0 +1,96 @@

/*******************************************************************
This chunk is to fix Bootstrap so that the Markdown output looks good
*******************************************************************/

body {
padding-top: 60px;
padding-bottom: 40px;
font-size: 15px;
line-height: 150%;
}

xmp, textarea {
display: none;
}

h1,h2,h3,h4 {
margin: 15px 0;
}

pre {
margin: 20px 0;
}

img {
margin: 10px 0;
}

.navbar {
z-index: 1;
}


/*******************************************************************
This chunk is for Google's Code Prettify:
http://google-code-prettify.googlecode.com
*******************************************************************/


/* Pretty printing styles. Used with prettify.js. */

/* SPAN elements with the classes below are added by prettyprint. */
.pln { color: #000 } /* plain text */

@media screen {
.str { color: #080 } /* string content */
.kwd { color: #008 } /* a keyword */
.com { color: #800 } /* a comment */
.typ { color: #606 } /* a type name */
.lit { color: #066 } /* a literal value */
/* punctuation, lisp open bracket, lisp close bracket */
.pun, .opn, .clo { color: #660 }
.tag { color: #008 } /* a markup tag name */
.atn { color: #606 } /* a markup attribute name */
.atv { color: #080 } /* a markup attribute value */
.dec, .var { color: #606 } /* a declaration; a variable name */
.fun { color: red } /* a function name */
}

/* Use higher contrast and text-weight for printable form. */
@media print, projection {
.str { color: #060 }
.kwd { color: #006; font-weight: bold }
.com { color: #600; font-style: italic }
.typ { color: #404; font-weight: bold }
.lit { color: #044 }
.pun, .opn, .clo { color: #440 }
.tag { color: #006; font-weight: bold }
.atn { color: #404 }
.atv { color: #060 }
}

/* Put a border around prettyprinted code snippets. */
pre.prettyprint { padding: 2px; border: 1px solid #888 }

/* Specify class=linenums on a pre to get line numbering */
ol.linenums { margin-top: 0; margin-bottom: 0 } /* IE indents via margin-left */
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 { list-style-type: none }
/* Alternate shading for lines */
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 { background: #eee }

0 comments on commit 4b8d216

Please sign in to comment.