diff --git a/doc/chart/StyleDoc.vue b/doc/chart/theming/StyledDoc.vue similarity index 100% rename from doc/chart/StyleDoc.vue rename to doc/chart/theming/StyledDoc.vue diff --git a/doc/chart/theming/UnstyledDoc.vue b/doc/chart/theming/UnstyledDoc.vue new file mode 100644 index 000000000..169bc3225 --- /dev/null +++ b/doc/chart/theming/UnstyledDoc.vue @@ -0,0 +1,47 @@ + + + Theming is implemented with the pass through properties in unstyled mode. Example below demonstrates the built-in Tailwind theme. + + + + + diff --git a/doc/chart/theming/index.vue b/doc/chart/theming/index.vue new file mode 100644 index 000000000..03a42d8c6 --- /dev/null +++ b/doc/chart/theming/index.vue @@ -0,0 +1,33 @@ + + + + Chart Theming + + + + + + + diff --git a/pages/chart/index.vue b/pages/chart/index.vue index f466f1c12..d649e7ee8 100755 --- a/pages/chart/index.vue +++ b/pages/chart/index.vue @@ -1,5 +1,13 @@ - +
Theming is implemented with the pass through properties in unstyled mode. Example below demonstrates the built-in Tailwind theme.