Skip to content

Commit 029a7d9

Browse files
authored
Data Position (ChartsCSS#53)
1 parent 667f7d4 commit 029a7d9

File tree

3 files changed

+723
-0
lines changed

3 files changed

+723
-0
lines changed

src/.vuepress/config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ module.exports = {
9090
'/components/heading',
9191
'/components/data',
9292
'/components/datasets',
93+
'/components/data-position',
9394
'/components/labels',
9495
'/components/axes',
9596
'/components/spacing',

src/components/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Components add additional visual elements using nothing but CSS classes. You con
1515
* [Heading](/components/heading/)
1616
* [Data](/components/data/)
1717
* [Datasets](/components/datasets/)
18+
* [Data Position](/components/data-position/)
1819
* [Labels](/components/labels/)
1920
* [Axes](/components/axes/)
2021
* [Spacing](/components/spacing/)

0 commit comments

Comments
 (0)