From d539fd3a9495fb0451df7468b4654f4664a3143b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szymon=20=C5=BBur?= Date: Tue, 26 Nov 2024 16:02:04 +0100 Subject: [PATCH] docs: move g2plot chart to top-level PTL-0 --- .../03_client-capabilities/006_charts/_category_.yml | 3 --- .../03_client-capabilities/006_charts/index.mdx | 12 ------------ .../01_chart-types.mdx | 0 .../02_chart-datasource.mdx | 0 .../03_chart_html_api.mdx | 2 +- .../_category_.yml | 0 .../docs/_category_.yml | 0 .../docs/api/g2plot-chart.chartconfig.md | 0 .../api/g2plot-chart.chartdatasource.chartfields.md | 0 .../api/g2plot-chart.chartdatasource.criteria.md | 0 .../docs/api/g2plot-chart.chartdatasource.data.md | 0 .../docs/api/g2plot-chart.chartdatasource.isgroup.md | 0 .../api/g2plot-chart.chartdatasource.issnapshot.md | 0 .../docs/api/g2plot-chart.chartdatasource.isstack.md | 0 .../docs/api/g2plot-chart.chartdatasource.maxrows.md | 0 .../docs/api/g2plot-chart.chartdatasource.maxview.md | 0 .../docs/api/g2plot-chart.chartdatasource.md | 0 .../docs/api/g2plot-chart.chartdatasource.orderby.md | 0 .../docs/api/g2plot-chart.chartdatasource.reduced.md | 0 .../docs/api/g2plot-chart.chartdatasource.request.md | 0 .../api/g2plot-chart.chartdatasource.resourcename.md | 0 .../docs/api/g2plot-chart.chartdatasource.reverse.md | 0 .../docs/api/g2plot-chart.chartdatasource.rowid.md | 0 .../api/g2plot-chart.chartdatasource.serverfields.md | 0 ...g2plot-chart.chartdatasource.showformattedtime.md | 0 ...-chart.chartdatasource.withtimestampformatting.md | 0 .../api/g2plot-chart.chartdatasourceerrorevent.md | 0 .../g2plot-chart.chartdatasourceerroreventdetail.md | 0 .../api/g2plot-chart.chartdatasourceeventnames.md | 0 .../docs/api/g2plot-chart.charterrorevent.md | 0 .../docs/api/g2plot-chart.charterroritem.detail.md | 0 .../docs/api/g2plot-chart.charterroritem.md | 0 .../docs/api/g2plot-chart.charterroritem.type.md | 0 .../docs/api/g2plot-chart.charterrornames.md | 0 .../docs/api/g2plot-chart.charterrortypes.md | 0 .../docs/api/g2plot-chart.chartmodels.md | 0 .../docs/api/g2plot-chart.chartsgradients.md | 0 .../docs/api/g2plot-chart.charttypes.md | 0 .../docs/api/g2plot-chart.defaultchartconfig.md | 0 .../docs/api/g2plot-chart.defaultchartfields.md | 0 .../docs/api/g2plot-chart.defaultserieschartfield.md | 0 .../api/g2plot-chart.foundationchartshadowoptions.md | 0 .../docs/api/g2plot-chart.g2plotchart.config.md | 0 .../docs/api/g2plot-chart.g2plotchart.data.md | 0 .../docs/api/g2plot-chart.g2plotchart.md | 0 .../docs/api/g2plot-chart.g2plotchart.type.md | 0 .../docs/api/g2plot-chart.g2plotchartscomponents.md | 0 .../docs/api/g2plot-chart.g2plotcharttemplate.md | 0 .../docs/api/g2plot-chart.md | 0 .../docs/api/index.md | 0 .../examples/_category_.yml | 0 .../examples/area_chart_example.js | 4 ++-- .../examples/column_chart_example.js | 4 ++-- .../examples/donut_chart_example.js | 4 ++-- .../examples/dualaxes_chart_example.js | 4 ++-- .../examples/line_chart_example.js | 4 ++-- .../examples/mix_chart_example.js | 4 ++-- .../examples/pie_chart_example.js | 4 ++-- .../examples/rose_chart_example.js | 4 ++-- .../examples/scatter_chart_example.js | 4 ++-- .../examples/simple_chart_example.js | 4 ++-- .../examples/stock_chart_example.js | 4 ++-- .../002_g2plot-chart => 006_g2plot-chart}/index.mdx | 0 .../03_client-capabilities/007_forms/index.mdx | 2 +- plugins/api-docs/dist/manifest.js | 2 +- plugins/api-docs/src/manifest.ts | 2 +- 66 files changed, 26 insertions(+), 41 deletions(-) delete mode 100644 docs/001_develop/03_client-capabilities/006_charts/_category_.yml delete mode 100644 docs/001_develop/03_client-capabilities/006_charts/index.mdx rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/01_chart-types.mdx (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/02_chart-datasource.mdx (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/03_chart_html_api.mdx (99%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/_category_.yml (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/_category_.yml (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/g2plot-chart.chartconfig.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/g2plot-chart.chartdatasource.chartfields.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/g2plot-chart.chartdatasource.criteria.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/g2plot-chart.chartdatasource.data.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/g2plot-chart.chartdatasource.isgroup.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/g2plot-chart.chartdatasource.issnapshot.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/g2plot-chart.chartdatasource.isstack.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/g2plot-chart.chartdatasource.maxrows.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/g2plot-chart.chartdatasource.maxview.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/g2plot-chart.chartdatasource.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/g2plot-chart.chartdatasource.orderby.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/g2plot-chart.chartdatasource.reduced.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/g2plot-chart.chartdatasource.request.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/g2plot-chart.chartdatasource.resourcename.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/g2plot-chart.chartdatasource.reverse.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/g2plot-chart.chartdatasource.rowid.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/g2plot-chart.chartdatasource.serverfields.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/g2plot-chart.chartdatasource.showformattedtime.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/g2plot-chart.chartdatasource.withtimestampformatting.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/g2plot-chart.chartdatasourceerrorevent.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/g2plot-chart.chartdatasourceerroreventdetail.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/g2plot-chart.chartdatasourceeventnames.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/g2plot-chart.charterrorevent.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/g2plot-chart.charterroritem.detail.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/g2plot-chart.charterroritem.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/g2plot-chart.charterroritem.type.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/g2plot-chart.charterrornames.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/g2plot-chart.charterrortypes.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/g2plot-chart.chartmodels.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/g2plot-chart.chartsgradients.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/g2plot-chart.charttypes.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/g2plot-chart.defaultchartconfig.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/g2plot-chart.defaultchartfields.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/g2plot-chart.defaultserieschartfield.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/g2plot-chart.foundationchartshadowoptions.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/g2plot-chart.g2plotchart.config.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/g2plot-chart.g2plotchart.data.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/g2plot-chart.g2plotchart.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/g2plot-chart.g2plotchart.type.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/g2plot-chart.g2plotchartscomponents.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/g2plot-chart.g2plotcharttemplate.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/g2plot-chart.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/docs/api/index.md (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/examples/_category_.yml (100%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/examples/area_chart_example.js (88%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/examples/column_chart_example.js (87%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/examples/donut_chart_example.js (88%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/examples/dualaxes_chart_example.js (88%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/examples/line_chart_example.js (90%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/examples/mix_chart_example.js (95%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/examples/pie_chart_example.js (88%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/examples/rose_chart_example.js (86%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/examples/scatter_chart_example.js (90%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/examples/simple_chart_example.js (88%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/examples/stock_chart_example.js (94%) rename docs/001_develop/03_client-capabilities/{006_charts/002_g2plot-chart => 006_g2plot-chart}/index.mdx (100%) diff --git a/docs/001_develop/03_client-capabilities/006_charts/_category_.yml b/docs/001_develop/03_client-capabilities/006_charts/_category_.yml deleted file mode 100644 index 9e84ef8670..0000000000 --- a/docs/001_develop/03_client-capabilities/006_charts/_category_.yml +++ /dev/null @@ -1,3 +0,0 @@ -label: 'Charts' -className: 'menu__nested-category' -collapsed: true diff --git a/docs/001_develop/03_client-capabilities/006_charts/index.mdx b/docs/001_develop/03_client-capabilities/006_charts/index.mdx deleted file mode 100644 index c14802b600..0000000000 --- a/docs/001_develop/03_client-capabilities/006_charts/index.mdx +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: 'Charts' -sidebar_label: 'Charts' -id: client-charts -keywords: [chart, charts] -tags: -- chart -- charts -sidebar_position: 6 ---- - -Coming soon... \ No newline at end of file diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/01_chart-types.mdx b/docs/001_develop/03_client-capabilities/006_g2plot-chart/01_chart-types.mdx similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/01_chart-types.mdx rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/01_chart-types.mdx diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/02_chart-datasource.mdx b/docs/001_develop/03_client-capabilities/006_g2plot-chart/02_chart-datasource.mdx similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/02_chart-datasource.mdx rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/02_chart-datasource.mdx diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/03_chart_html_api.mdx b/docs/001_develop/03_client-capabilities/006_g2plot-chart/03_chart_html_api.mdx similarity index 99% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/03_chart_html_api.mdx rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/03_chart_html_api.mdx index c74d6ddf6c..49ece65f10 100644 --- a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/03_chart_html_api.mdx +++ b/docs/001_develop/03_client-capabilities/006_g2plot-chart/03_chart_html_api.mdx @@ -23,7 +23,7 @@ tags: pagination_next: develop/client-capabilities/forms/client-forms --- -import GroovyFilterExpressions from '../../../../_includes/_groovy-filter-expressions.mdx' +import GroovyFilterExpressions from '../../../_includes/_groovy-filter-expressions.mdx' The declarative HTML API enables you to create and configure charts directly in HTML using simple, semantic tags. It streamlines the charting process by embedding data and configuration options within HTML elements, avoiding complex JavaScript code. diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/_category_.yml b/docs/001_develop/03_client-capabilities/006_g2plot-chart/_category_.yml similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/_category_.yml rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/_category_.yml diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/_category_.yml b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/_category_.yml similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/_category_.yml rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/_category_.yml diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartconfig.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartconfig.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartconfig.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartconfig.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartdatasource.chartfields.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartdatasource.chartfields.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartdatasource.chartfields.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartdatasource.chartfields.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartdatasource.criteria.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartdatasource.criteria.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartdatasource.criteria.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartdatasource.criteria.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartdatasource.data.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartdatasource.data.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartdatasource.data.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartdatasource.data.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartdatasource.isgroup.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartdatasource.isgroup.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartdatasource.isgroup.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartdatasource.isgroup.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartdatasource.issnapshot.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartdatasource.issnapshot.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartdatasource.issnapshot.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartdatasource.issnapshot.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartdatasource.isstack.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartdatasource.isstack.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartdatasource.isstack.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartdatasource.isstack.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartdatasource.maxrows.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartdatasource.maxrows.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartdatasource.maxrows.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartdatasource.maxrows.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartdatasource.maxview.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartdatasource.maxview.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartdatasource.maxview.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartdatasource.maxview.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartdatasource.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartdatasource.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartdatasource.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartdatasource.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartdatasource.orderby.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartdatasource.orderby.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartdatasource.orderby.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartdatasource.orderby.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartdatasource.reduced.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartdatasource.reduced.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartdatasource.reduced.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartdatasource.reduced.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartdatasource.request.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartdatasource.request.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartdatasource.request.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartdatasource.request.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartdatasource.resourcename.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartdatasource.resourcename.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartdatasource.resourcename.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartdatasource.resourcename.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartdatasource.reverse.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartdatasource.reverse.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartdatasource.reverse.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartdatasource.reverse.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartdatasource.rowid.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartdatasource.rowid.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartdatasource.rowid.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartdatasource.rowid.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartdatasource.serverfields.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartdatasource.serverfields.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartdatasource.serverfields.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartdatasource.serverfields.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartdatasource.showformattedtime.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartdatasource.showformattedtime.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartdatasource.showformattedtime.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartdatasource.showformattedtime.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartdatasource.withtimestampformatting.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartdatasource.withtimestampformatting.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartdatasource.withtimestampformatting.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartdatasource.withtimestampformatting.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartdatasourceerrorevent.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartdatasourceerrorevent.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartdatasourceerrorevent.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartdatasourceerrorevent.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartdatasourceerroreventdetail.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartdatasourceerroreventdetail.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartdatasourceerroreventdetail.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartdatasourceerroreventdetail.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartdatasourceeventnames.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartdatasourceeventnames.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartdatasourceeventnames.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartdatasourceeventnames.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.charterrorevent.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.charterrorevent.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.charterrorevent.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.charterrorevent.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.charterroritem.detail.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.charterroritem.detail.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.charterroritem.detail.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.charterroritem.detail.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.charterroritem.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.charterroritem.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.charterroritem.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.charterroritem.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.charterroritem.type.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.charterroritem.type.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.charterroritem.type.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.charterroritem.type.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.charterrornames.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.charterrornames.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.charterrornames.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.charterrornames.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.charterrortypes.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.charterrortypes.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.charterrortypes.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.charterrortypes.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartmodels.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartmodels.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartmodels.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartmodels.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartsgradients.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartsgradients.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.chartsgradients.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.chartsgradients.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.charttypes.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.charttypes.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.charttypes.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.charttypes.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.defaultchartconfig.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.defaultchartconfig.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.defaultchartconfig.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.defaultchartconfig.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.defaultchartfields.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.defaultchartfields.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.defaultchartfields.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.defaultchartfields.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.defaultserieschartfield.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.defaultserieschartfield.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.defaultserieschartfield.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.defaultserieschartfield.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.foundationchartshadowoptions.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.foundationchartshadowoptions.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.foundationchartshadowoptions.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.foundationchartshadowoptions.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.g2plotchart.config.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.g2plotchart.config.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.g2plotchart.config.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.g2plotchart.config.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.g2plotchart.data.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.g2plotchart.data.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.g2plotchart.data.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.g2plotchart.data.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.g2plotchart.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.g2plotchart.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.g2plotchart.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.g2plotchart.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.g2plotchart.type.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.g2plotchart.type.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.g2plotchart.type.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.g2plotchart.type.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.g2plotchartscomponents.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.g2plotchartscomponents.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.g2plotchartscomponents.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.g2plotchartscomponents.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.g2plotcharttemplate.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.g2plotcharttemplate.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.g2plotcharttemplate.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.g2plotcharttemplate.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/g2plot-chart.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/g2plot-chart.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/index.md b/docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/index.md similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/docs/api/index.md rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/docs/api/index.md diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/examples/_category_.yml b/docs/001_develop/03_client-capabilities/006_g2plot-chart/examples/_category_.yml similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/examples/_category_.yml rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/examples/_category_.yml diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/examples/area_chart_example.js b/docs/001_develop/03_client-capabilities/006_g2plot-chart/examples/area_chart_example.js similarity index 88% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/examples/area_chart_example.js rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/examples/area_chart_example.js index 63f4c5abb1..b7219115a8 100644 --- a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/examples/area_chart_example.js +++ b/docs/001_develop/03_client-capabilities/006_g2plot-chart/examples/area_chart_example.js @@ -1,5 +1,5 @@ import { useEffect, useRef } from "react"; -import { CodeSection } from "../../../../../../examples/ui/documentationBase"; +import { CodeSection } from "../../../../../examples/ui/documentationBase"; import useIsBrowser from "@docusaurus/useIsBrowser"; export const chartConfiguration = { @@ -63,7 +63,7 @@ export default function AreaChartExample() { const chart = useRef(null); if (isBrowser) { - const RapidImports = require("../../../../../../examples/ui/rapidImports"); + const RapidImports = require("../../../../../examples/ui/rapidImports"); RapidImports.registerComponents(); } diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/examples/column_chart_example.js b/docs/001_develop/03_client-capabilities/006_g2plot-chart/examples/column_chart_example.js similarity index 87% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/examples/column_chart_example.js rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/examples/column_chart_example.js index e030f17292..e6a7293e70 100644 --- a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/examples/column_chart_example.js +++ b/docs/001_develop/03_client-capabilities/006_g2plot-chart/examples/column_chart_example.js @@ -1,5 +1,5 @@ import { useEffect, useRef } from "react"; -import { CodeSection } from "../../../../../../examples/ui/documentationBase"; +import { CodeSection } from "../../../../../examples/ui/documentationBase"; import useIsBrowser from "@docusaurus/useIsBrowser"; export const chartConfiguration = { @@ -53,7 +53,7 @@ export default function ColumnChartExample() { const chart = useRef(null); if (isBrowser) { - const RapidImports = require("../../../../../../examples/ui/rapidImports"); + const RapidImports = require("../../../../../examples/ui/rapidImports"); RapidImports.registerComponents(); } diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/examples/donut_chart_example.js b/docs/001_develop/03_client-capabilities/006_g2plot-chart/examples/donut_chart_example.js similarity index 88% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/examples/donut_chart_example.js rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/examples/donut_chart_example.js index 8925342f6b..44805bbb09 100644 --- a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/examples/donut_chart_example.js +++ b/docs/001_develop/03_client-capabilities/006_g2plot-chart/examples/donut_chart_example.js @@ -1,5 +1,5 @@ import { useEffect, useRef } from "react"; -import { CodeSection } from "../../../../../../examples/ui/documentationBase"; +import { CodeSection } from "../../../../../examples/ui/documentationBase"; import useIsBrowser from "@docusaurus/useIsBrowser"; export const chartConfiguration = { @@ -38,7 +38,7 @@ export default function DonutChartExample() { const chart = useRef(null); if (isBrowser) { - const RapidImports = require("../../../../../../examples/ui/rapidImports"); + const RapidImports = require("../../../../../examples/ui/rapidImports"); RapidImports.registerComponents(); } diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/examples/dualaxes_chart_example.js b/docs/001_develop/03_client-capabilities/006_g2plot-chart/examples/dualaxes_chart_example.js similarity index 88% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/examples/dualaxes_chart_example.js rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/examples/dualaxes_chart_example.js index 6d9458b9c6..49a5699148 100644 --- a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/examples/dualaxes_chart_example.js +++ b/docs/001_develop/03_client-capabilities/006_g2plot-chart/examples/dualaxes_chart_example.js @@ -1,5 +1,5 @@ import { useEffect, useRef } from "react"; -import { CodeSection } from "../../../../../../examples/ui/documentationBase"; +import { CodeSection } from "../../../../../examples/ui/documentationBase"; import useIsBrowser from "@docusaurus/useIsBrowser"; export const chartData = [ @@ -35,7 +35,7 @@ export default function DualaxesChartExample() { const chart = useRef(null); if (isBrowser) { - const RapidImports = require("../../../../../../examples/ui/rapidImports"); + const RapidImports = require("../../../../../examples/ui/rapidImports"); RapidImports.registerComponents(); } diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/examples/line_chart_example.js b/docs/001_develop/03_client-capabilities/006_g2plot-chart/examples/line_chart_example.js similarity index 90% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/examples/line_chart_example.js rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/examples/line_chart_example.js index ca90de0368..f4cf3c546d 100644 --- a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/examples/line_chart_example.js +++ b/docs/001_develop/03_client-capabilities/006_g2plot-chart/examples/line_chart_example.js @@ -1,5 +1,5 @@ import { useEffect, useRef } from "react"; -import { CodeSection } from "../../../../../../examples/ui/documentationBase"; +import { CodeSection } from "../../../../../examples/ui/documentationBase"; import useIsBrowser from "@docusaurus/useIsBrowser"; export const chartData = [ @@ -80,7 +80,7 @@ export default function LineChartExample() { const chart = useRef(null); if (isBrowser) { - const RapidImports = require("../../../../../../examples/ui/rapidImports"); + const RapidImports = require("../../../../../examples/ui/rapidImports"); RapidImports.registerComponents(); } diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/examples/mix_chart_example.js b/docs/001_develop/03_client-capabilities/006_g2plot-chart/examples/mix_chart_example.js similarity index 95% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/examples/mix_chart_example.js rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/examples/mix_chart_example.js index 69cfe2f97d..c6c2b0fbc8 100644 --- a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/examples/mix_chart_example.js +++ b/docs/001_develop/03_client-capabilities/006_g2plot-chart/examples/mix_chart_example.js @@ -1,5 +1,5 @@ import { useEffect, useRef } from "react"; -import { CodeSection } from "../../../../../../examples/ui/documentationBase"; +import { CodeSection } from "../../../../../examples/ui/documentationBase"; import useIsBrowser from "@docusaurus/useIsBrowser"; const averageData = [ @@ -133,7 +133,7 @@ export default function MixChartExample() { const chart = useRef(null); if (isBrowser) { - const RapidImports = require("../../../../../../examples/ui/rapidImports"); + const RapidImports = require("../../../../../examples/ui/rapidImports"); RapidImports.registerComponents(); } diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/examples/pie_chart_example.js b/docs/001_develop/03_client-capabilities/006_g2plot-chart/examples/pie_chart_example.js similarity index 88% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/examples/pie_chart_example.js rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/examples/pie_chart_example.js index 6be1912266..562761db33 100644 --- a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/examples/pie_chart_example.js +++ b/docs/001_develop/03_client-capabilities/006_g2plot-chart/examples/pie_chart_example.js @@ -1,5 +1,5 @@ import { useEffect, useRef } from "react"; -import { CodeSection } from "../../../../../../examples/ui/documentationBase"; +import { CodeSection } from "../../../../../examples/ui/documentationBase"; import useIsBrowser from "@docusaurus/useIsBrowser"; export const chartConfiguration = { @@ -39,7 +39,7 @@ export default function PieChartExample() { const chart = useRef(null); if (isBrowser) { - const RapidImports = require("../../../../../../examples/ui/rapidImports"); + const RapidImports = require("../../../../../examples/ui/rapidImports"); RapidImports.registerComponents(); } diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/examples/rose_chart_example.js b/docs/001_develop/03_client-capabilities/006_g2plot-chart/examples/rose_chart_example.js similarity index 86% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/examples/rose_chart_example.js rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/examples/rose_chart_example.js index 3251d26008..1f97c1e0f1 100644 --- a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/examples/rose_chart_example.js +++ b/docs/001_develop/03_client-capabilities/006_g2plot-chart/examples/rose_chart_example.js @@ -1,5 +1,5 @@ import { useEffect, useRef } from "react"; -import { CodeSection } from "../../../../../../examples/ui/documentationBase"; +import { CodeSection } from "../../../../../examples/ui/documentationBase"; import useIsBrowser from "@docusaurus/useIsBrowser"; export const chartConfiguration = { @@ -27,7 +27,7 @@ export default function RoseChartExample() { const chart = useRef(null); if (isBrowser) { - const RapidImports = require("../../../../../../examples/ui/rapidImports"); + const RapidImports = require("../../../../../examples/ui/rapidImports"); RapidImports.registerComponents(); } diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/examples/scatter_chart_example.js b/docs/001_develop/03_client-capabilities/006_g2plot-chart/examples/scatter_chart_example.js similarity index 90% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/examples/scatter_chart_example.js rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/examples/scatter_chart_example.js index 9fc0d1a459..07dc3f5ad6 100644 --- a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/examples/scatter_chart_example.js +++ b/docs/001_develop/03_client-capabilities/006_g2plot-chart/examples/scatter_chart_example.js @@ -1,5 +1,5 @@ import { useEffect, useRef } from "react"; -import { CodeSection } from "../../../../../../examples/ui/documentationBase"; +import { CodeSection } from "../../../../../examples/ui/documentationBase"; import useIsBrowser from "@docusaurus/useIsBrowser"; const chartConfiguration = { @@ -56,7 +56,7 @@ export default function ScatterChartExample() { const chart = useRef(null); if (isBrowser) { - const RapidImports = require("../../../../../../examples/ui/rapidImports"); + const RapidImports = require("../../../../../examples/ui/rapidImports"); RapidImports.registerComponents(); } diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/examples/simple_chart_example.js b/docs/001_develop/03_client-capabilities/006_g2plot-chart/examples/simple_chart_example.js similarity index 88% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/examples/simple_chart_example.js rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/examples/simple_chart_example.js index 1f1daa6880..2189c4766e 100644 --- a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/examples/simple_chart_example.js +++ b/docs/001_develop/03_client-capabilities/006_g2plot-chart/examples/simple_chart_example.js @@ -1,5 +1,5 @@ import { useEffect, useRef } from "react"; -import { CodeSection } from "../../../../../../examples/ui/documentationBase"; +import { CodeSection } from "../../../../../examples/ui/documentationBase"; import useIsBrowser from "@docusaurus/useIsBrowser"; const chartConfiguration = { @@ -30,7 +30,7 @@ export default function SimpleChartExample() { const chart = useRef(null); if (isBrowser) { - const RapidImports = require("../../../../../../examples/ui/rapidImports"); + const RapidImports = require("../../../../../examples/ui/rapidImports"); RapidImports.registerComponents(); } diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/examples/stock_chart_example.js b/docs/001_develop/03_client-capabilities/006_g2plot-chart/examples/stock_chart_example.js similarity index 94% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/examples/stock_chart_example.js rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/examples/stock_chart_example.js index 1a73d0e7eb..f00955a37e 100644 --- a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/examples/stock_chart_example.js +++ b/docs/001_develop/03_client-capabilities/006_g2plot-chart/examples/stock_chart_example.js @@ -1,5 +1,5 @@ import { useEffect, useRef } from "react"; -import { CodeSection } from "../../../../../../examples/ui/documentationBase"; +import { CodeSection } from "../../../../../examples/ui/documentationBase"; import useIsBrowser from "@docusaurus/useIsBrowser"; export const chartData = [ @@ -116,7 +116,7 @@ export default function StockChartExample() { const chart = useRef(null); if (isBrowser) { - const RapidImports = require("../../../../../../examples/ui/rapidImports"); + const RapidImports = require("../../../../../examples/ui/rapidImports"); RapidImports.registerComponents(); } diff --git a/docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/index.mdx b/docs/001_develop/03_client-capabilities/006_g2plot-chart/index.mdx similarity index 100% rename from docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart/index.mdx rename to docs/001_develop/03_client-capabilities/006_g2plot-chart/index.mdx diff --git a/docs/001_develop/03_client-capabilities/007_forms/index.mdx b/docs/001_develop/03_client-capabilities/007_forms/index.mdx index 9bdce1e0e8..54df351b74 100644 --- a/docs/001_develop/03_client-capabilities/007_forms/index.mdx +++ b/docs/001_develop/03_client-capabilities/007_forms/index.mdx @@ -9,7 +9,7 @@ tags: - modal - user input sidebar_position: 7 -pagination_prev: develop/client-capabilities/charts/g2plot-chart/g2plot-chart-datasource +pagination_prev: develop/client-capabilities/g2plot-chart/chart-html-api --- Coming soon... diff --git a/plugins/api-docs/dist/manifest.js b/plugins/api-docs/dist/manifest.js index b4976ac03f..e1ca0cb26c 100644 --- a/plugins/api-docs/dist/manifest.js +++ b/plugins/api-docs/dist/manifest.js @@ -131,7 +131,7 @@ exports.default = { readme: "./README.md", }, output: { - directory: "./docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart", + directory: "./docs/001_develop/03_client-capabilities/006_g2plot-chart", api_docs: "docs/api", readme: "index.mdx", keywords: ["genesis", "foundation", "ui", "chart", "g2plot-chart", "g2plot"], diff --git a/plugins/api-docs/src/manifest.ts b/plugins/api-docs/src/manifest.ts index cbb987c6fe..b378aef97c 100644 --- a/plugins/api-docs/src/manifest.ts +++ b/plugins/api-docs/src/manifest.ts @@ -414,7 +414,7 @@ export default { readme: "./README.md", }, output: { - directory: "./docs/001_develop/03_client-capabilities/006_charts/002_g2plot-chart", + directory: "./docs/001_develop/03_client-capabilities/006_g2plot-chart", api_docs: "docs/api", readme: "index.mdx", keywords: ["genesis", "foundation", "ui", "chart", "g2plot-chart", "g2plot"],