FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

chore(charts): update chart tutorial paths by dlabrecq · Pull Request #2962 · patternfly/patternfly-react · GitHub

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .md  (9) All 1 file type selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
      • ChartArea.md
      • ChartBar.md
      • ChartBullet.md
      • ChartDonut.md
      • ChartDonutUtilization.md
      • ChartLine.md
      • ChartPie.md
      • ChartStack.md
      • sparkline.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ In this tutorial, we will build an area chart together - starting with a simple
tooltips, axis labels, a legend, and concluding by changing the theme color. You'll learn how to use React chart
components together to build a consistent user experience.

[Start course](https://katacoda.com/patternfly/courses/charts/module-area)
[Start course](https://katacoda.com/patternfly/courses/charts/area-chart)

## Simple area chart with right aligned legend
```js
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ In this tutorial, we will build a bar chart together - starting with a simple ch
tooltips, axis labels, a legend, and concluding by changing the theme color. You'll learn how to use React chart
components together to build a consistent user experience.

[Start course](https://katacoda.com/patternfly/courses/charts/module-bar)
[Start course](https://katacoda.com/patternfly/courses/charts/bar-chart)

## Simple bar chart with right aligned legend
```js
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ In this tutorial, we will build a bar chart together - starting with a simple ch
primary comparative measures, a comparative warning measure, tooltips, labels, a legend, and concluding by changing the
theme color. You'll learn how to use React chart components together to build a consistent user experience.

[Start course](https://katacoda.com/patternfly/courses/charts/module-bullet)
[Start course](https://katacoda.com/patternfly/courses/charts/bullet-chart)

## Simple bullet chart
```js
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ In this tutorial, we will build a bar chart together - starting with a simple ch
a legend, and concluding by changing the theme color. You'll learn how to use React chart components together to build
a consistent user experience.

[Start course](https://katacoda.com/patternfly/courses/charts/module-donut)
[Start course](https://katacoda.com/patternfly/courses/charts/donut-chart)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

When I follow this link, the title for the course is "intro to donut utilization chart components" rather than "donut chart components", but I think it needs to be the latter

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Ah, that's a typo in the Katacoda tutorial. I'll have to fix that in another repo. Thanks!

dlabrecq Sep 19, 2019
edited
Loading

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Fixed in Katacoda


## Simple donut chart
```js
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ In this tutorial, we will build a bar chart together - starting with a simple ch
a legend, and concluding by changing the theme color. You'll learn how to use React chart components together to build
a consistent user experience.

[Start course](https://katacoda.com/patternfly/courses/charts/module-donut-utilization)
[Start course](https://katacoda.com/patternfly/courses/charts/donut-utilization-chart)

## Simple donut utilization chart
```js
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ In this tutorial, we will build a bar chart together - starting with a simple ch
tooltips, axis labels, a legend, and concluding by changing the theme color. You'll learn how to use React chart
components together to build a consistent user experience.

[Start course](https://katacoda.com/patternfly/courses/charts/module-line)
[Start course](https://katacoda.com/patternfly/courses/charts/line-chart)

## Simple line chart with right aligned legend
```js
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ In this tutorial, we will build a bar chart together - starting with a simple ch
and concluding by changing the theme color. You'll learn how to use React chart components together to build a
consistent user experience.

[Start course](https://katacoda.com/patternfly/courses/charts/module-pie)
[Start course](https://katacoda.com/patternfly/courses/charts/pie-chart)

## Simple pie chart with right aligned legend
```js
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ In this tutorial, we will build a bar chart together - starting with a simple ch
tooltips, axis labels, a legend, and concluding by changing the theme color. You'll learn how to use React chart
components together to build a consistent user experience.

[Start course](https://katacoda.com/patternfly/courses/charts/module-stack)
[Start course](https://katacoda.com/patternfly/courses/charts/stack-chart)

## Simple stack chart with right aligned legend
```js
Expand Down
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ In this tutorial, we will build a bar chart together - starting with a simple ch
concluding by changing the theme color. You'll learn how to use React chart components together to build a consistent
user experience.

[Start course](https://katacoda.com/patternfly/courses/charts/module-sparkline)
[Start course](https://katacoda.com/patternfly/courses/charts/sparkline-chart)

## Sparkline chart
```js
Expand Down

Back | FazBrowse Home | New Git URL