Skip to content

Commit 1f040bd

Browse files
authored
Vesrion 1.0 docs (ChartsCSS#40)
1 parent c793a5c commit 1f040bd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+9267
-7758
lines changed

src/.vuepress/components/code-example.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export default {
7575
let data = {
7676
"title": "Charts.css Example",
7777
"tags": ["charts.css", "charts", "chart"],
78-
"css_external": "https://cdn.jsdelivr.net/npm/charts.css/dist/charts.min.css",
78+
"css_external": "https://cdn.jsdelivr.net/npm/charts.css@1.0.1/dist/charts.min.css",
7979
"editors": "110",
8080
"html": this.html,
8181
"css": this.css,

src/.vuepress/config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = {
1111
description: 'CSS data visualization framework',
1212

1313
head: [
14-
['link', { rel: 'stylesheet', href: 'https://cdn.jsdelivr.net/npm/charts.css@0.9.0/dist/charts.min.css' }],
14+
['link', { rel: 'stylesheet', href: 'https://cdn.jsdelivr.net/npm/charts.css@1.0.1/dist/charts.min.css' }],
1515
['link', { rel: 'icon', href: '/assets/img/logo.svg' }],
1616
['link', { rel: 'manifest', href: '/manifest.json' }],
1717
['link', { rel: 'mask-icon', href: '/assets/img/logo.svg', color: '#f57' }],
@@ -77,6 +77,7 @@ module.exports = {
7777
'/docs/installation',
7878
'/docs/usage',
7979
'/docs/anatomy',
80+
'/docs/migrate-to-v1',
8081
]
8182
},
8283
{
@@ -89,11 +90,10 @@ module.exports = {
8990
'/components/heading',
9091
'/components/data',
9192
'/components/datasets',
92-
'/components/orientation',
9393
'/components/labels',
9494
'/components/axes',
9595
'/components/spacing',
96-
'/components/reverse-order',
96+
'/components/orientation',
9797
'/components/colors',
9898
'/components/stacked',
9999
'/components/tooltips',
@@ -110,8 +110,8 @@ module.exports = {
110110
'/charts/column',
111111
'/charts/area',
112112
'/charts/line',
113-
'/charts/radial',
114113
'/charts/pie',
114+
'/charts/radial',
115115
'/charts/polar',
116116
'/charts/radar',
117117
'/charts/mixed',
1.13 MB
Loading
16.6 MB
Binary file not shown.

src/.vuepress/styles/index.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ div[class*="language-"]
154154
.theme-container.example-page .examples
155155
display grid
156156
grid-template-columns 1fr 1fr
157-
column-gap 50px
157+
gap 50px
158158

159159
@media (max-width: 959px)
160160
.theme-container.example-page .examples

src/charts/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Before using charts, check the **development status** in the table below. If a c
1717
| [Column](./column/) | <Badge type="tip" vertical="middle" text="Released" /> | `charts-css column` |
1818
| [Area](./area/) | <Badge type="tip" vertical="middle" text="Released" /> | `charts-css area ` |
1919
| [Line](./line/) | <Badge type="tip" vertical="middle" text="Released" /> | `charts-css line` |
20+
| [Pie](./pie/) | <Badge type="tip" vertical="middle" text="Released" /> | `charts-css pie` |
2021
| [Radial](./radial/) | <Badge type="warning" vertical="middle" text="Under Development" /> | `charts-css radial` |
21-
| [Pie](./pie/) | <Badge type="warning" vertical="middle" text="Under Development" /> | `charts-css pie` |
2222
| [Radar](./radar/) | <Badge type="warning" vertical="middle" text="Under Development" /> | `charts-css radar` |
2323
| [Polar](./polar/) | <Badge type="warning" vertical="middle" text="Under Development" /> | `charts-css polar` |
2424

0 commit comments

Comments
 (0)