From 2723cc0c35b21f5cf8ae7458eb8a8647cc920ae1 Mon Sep 17 00:00:00 2001 From: peterpeterparker Date: Sun, 3 Mar 2019 14:13:31 +0100 Subject: [PATCH] doc: update monorepo showcase urls --- .../app-components-charts.md | 22 +++++++++---------- .../app-components-charts.tsx | 22 +++++++++---------- docs/src/components.d.ts | 4 ++-- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/docs/docs/components/app-components-charts/app-components-charts.md b/docs/docs/components/app-components-charts/app-components-charts.md index 7fabc42d7..04d30123b 100644 --- a/docs/docs/components/app-components-charts/app-components-charts.md +++ b/docs/docs/components/app-components-charts/app-components-charts.md @@ -57,31 +57,31 @@ npm run start ### Pie - + ### Donut - + ### Compare two graphs - + ### Line and area - + ### Compare two lines and smoothing effect
-
### Compare two lines and display a grid
-
@@ -89,14 +89,14 @@ npm run start ### Bar
-
### Compare multiple bars
-
@@ -198,7 +198,7 @@ draw() => Promise You could find other examples of pie charts in the [src/index.html](https://github.com/deckgo/deckdeckgo-charts/tree/master/src/index.html) of the project. ``` - + ``` ### Line usage @@ -305,7 +305,7 @@ draw() => Promise You could find other examples of line charts in the [src/index.html](https://github.com/deckgo/deckdeckgo-charts/tree/master/src/index.html) of the project. ``` - + ``` ### Bar usage @@ -377,7 +377,7 @@ You could find other examples of bar charts in the [src/index.html](https://gith ``` ``` diff --git a/docs/src/app/pages/docs/components/app-components-charts/app-components-charts.tsx b/docs/src/app/pages/docs/components/app-components-charts/app-components-charts.tsx index 30fd2d5bc..af32d4470 100644 --- a/docs/src/app/pages/docs/components/app-components-charts/app-components-charts.tsx +++ b/docs/src/app/pages/docs/components/app-components-charts/app-components-charts.tsx @@ -94,35 +94,35 @@ export class AppComponentsCharts { git clone https://github.com/deckgo/deckdeckgo-charts{'\n'}cd deckdeckgo-charts{'\n'}npm install{'\n'}npm run start

Pie

-

+

Donut

-

+

Compare two graphs

-

+

Line and area

-

+

Compare two lines and smoothing effect

-

Compare two lines and display a grid

-

Bar

-

Compare multiple bars

-
@@ -249,7 +249,7 @@ export class AppComponentsCharts {

Examples

You could find other examples of pie charts in the src/index.html of the project.

- <deckgo-pie-chart width={500} height={400} src="https://raw.githubusercontent.com/fluster/deckdeckgo-charts/master/showcase/data-pie-chart.csv"></deckgo-pie-chart> + <deckgo-pie-chart width={500} height={400} src="https://raw.githubusercontent.com/deckgo/deckdeckgo/master/webcomponents/charts/showcase/data-pie-chart.csv"></deckgo-pie-chart>

Line usage

The <deckgo-line-chart/> Web Component draw a line chart.

CSV

@@ -480,7 +480,7 @@ export class AppComponentsCharts {

Examples

You could find other examples of line charts in the src/index.html of the project.

- <deckgo-line-chart width={500} height={400} date-pattern="dd.MM.yyyy" src="https://raw.githubusercontent.com/fluster/deckdeckgo-charts/master/showcase/data-line-chart.csv"></deckgo-line-chart> + <deckgo-line-chart width={500} height={400} date-pattern="dd.MM.yyyy" src="https://raw.githubusercontent.com/deckgo/deckdeckgo/master/webcomponents/charts/showcase/data-line-chart.csv"></deckgo-line-chart>

Bar usage

The <deckgo-bar-chart/> Web Component draw a Bar chart.

CSV

@@ -630,7 +630,7 @@ export class AppComponentsCharts {

Examples

You could find other examples of bar charts in the src/index.html of the project.

- <deckgo-bar-chart width={500} {'\n'} height={400}{'\n'} src="https://raw.githubusercontent.com/fluster/deckdeckgo-charts/master/showcase/data-pie-chart.csv"{'\n'} style="--deckgo-chart-fill-color-bar1: #3880ff;">{'\n'}</deckgo-bar-chart> + <deckgo-bar-chart width={500} {'\n'} height={400}{'\n'} src="https://raw.githubusercontent.com/deckgo/deckdeckgo/master/webcomponents/charts/showcase/data-pie-chart.csv"{'\n'} style="--deckgo-chart-fill-color-bar1: #3880ff;">{'\n'}</deckgo-bar-chart> diff --git a/docs/src/components.d.ts b/docs/src/components.d.ts index c8cc678f6..c9375ebf8 100644 --- a/docs/src/components.d.ts +++ b/docs/src/components.d.ts @@ -8,11 +8,11 @@ import '@stencil/core'; import '@ionic/core'; -import 'ionicons'; import 'deckdeckgo'; -import 'deckdeckgo-highlight-code'; import 'deckdeckgo-charts'; +import 'deckdeckgo-highlight-code'; import 'deckdeckgo-qrcode'; +import 'ionicons'; export namespace Components {