Skip to content

Commit

Permalink
Remove Elastic Charts docs (#533) (#552)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7c2f5e9)

Signed-off-by: Matt Provost <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sean Neumann <[email protected]>
  • Loading branch information
3 people authored Mar 2, 2023
1 parent 0a78c0c commit 0d388a9
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 4,013 deletions.
22 changes: 0 additions & 22 deletions src-docs/src/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,18 +231,6 @@ import { I18nTokens } from './views/package/i18n_tokens';

import { SuperSelectExample } from './views/super_select/super_select_example';

/** Elastic Charts */

import { ElasticChartsThemingExample } from './views/elastic_charts/theming_example';

import { ElasticChartsTimeExample } from './views/elastic_charts/time_example';

import { ElasticChartsCategoryExample } from './views/elastic_charts/category_example';

import { ElasticChartsSparklinesExample } from './views/elastic_charts/sparklines_example';

import { ElasticChartsPieExample } from './views/elastic_charts/pie_example';

const createExample = (example, customTitle) => {
if (!example) {
throw new Error(
Expand Down Expand Up @@ -450,16 +438,6 @@ const navigation = [
CodeExample,
].map((example) => createExample(example)),
},
{
name: 'Elastic Charts',
items: [
ElasticChartsThemingExample,
ElasticChartsSparklinesExample,
ElasticChartsTimeExample,
ElasticChartsCategoryExample,
ElasticChartsPieExample,
].map((example) => createExample(example)),
},
{
name: 'Utilities',
items: [
Expand Down
228 changes: 0 additions & 228 deletions src-docs/src/views/elastic_charts/category_chart.js

This file was deleted.

65 changes: 0 additions & 65 deletions src-docs/src/views/elastic_charts/category_example.js

This file was deleted.

Loading

0 comments on commit 0d388a9

Please sign in to comment.