Skip to content

Order refactor #168

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
Nov 13, 2019
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
refactor order in basic charts
  • Loading branch information
Joseph Damiba committed Nov 4, 2019
commit dedfee46ac4384d23f7dd6c8424f64d75ac0af59
2 changes: 1 addition & 1 deletion python/bar-charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jupyter:
language: python
layout: base
name: Bar Charts
order: 4
order: 6
page_type: example_index
permalink: python/bar-charts/
thumbnail: thumbnail/bar.jpg
Expand Down
2 changes: 1 addition & 1 deletion python/bubble-charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jupyter:
language: python
layout: base
name: Bubble Charts
order: 3
order: 2
page_type: u-guide
permalink: python/bubble-charts/
redirect_from: python/bubble-charts-tutorial/
Expand Down
2 changes: 1 addition & 1 deletion python/dot-plots.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jupyter:
language: python
layout: base
name: Dot Plots
order: 3.1
order: 3
page_type: u-guide
permalink: python/dot-plots/
thumbnail: thumbnail/dot-plot.jpg
Expand Down
2 changes: 1 addition & 1 deletion python/filled-area-plots.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jupyter:
language: python
layout: base
name: Filled Area Plots
order: 3.5
order: 5
page_type: u-guide
permalink: python/filled-area-plots/
thumbnail: thumbnail/area.jpg
Expand Down
2 changes: 1 addition & 1 deletion python/gantt.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jupyter:
language: python
layout: base
name: Gantt Charts
order: 5.5
order: 8
page_type: u-guide
permalink: python/gantt/
thumbnail: thumbnail/gantt.jpg
Expand Down
2 changes: 1 addition & 1 deletion python/horizontal-bar-charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jupyter:
language: python
layout: base
name: Horizontal Bar Charts
order: 5
order: 7
page_type: u-guide
permalink: python/horizontal-bar-charts/
thumbnail: thumbnail/horizontal-bar.jpg
Expand Down
2 changes: 1 addition & 1 deletion python/line-and-scatter.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jupyter:
language: python
layout: base
name: Scatter Plots
order: 2
order: 1
page_type: example_index
permalink: python/line-and-scatter/
redirect_from: python/line-and-scatter-plots-tutorial/
Expand Down
2 changes: 1 addition & 1 deletion python/line-charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jupyter:
language: python
layout: base
name: Line Charts
order: 3.3
order: 4
page_type: example_index
permalink: python/line-charts/
thumbnail: thumbnail/line-plot.jpg
Expand Down
2 changes: 1 addition & 1 deletion python/pie-charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jupyter:
language: python
layout: base
name: Pie Charts
order: 6
order: 9
page_type: example_index
permalink: python/pie-charts/
thumbnail: thumbnail/pie-chart.jpg
Expand Down
2 changes: 1 addition & 1 deletion python/sankey-diagram.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jupyter:
language: python
layout: base
name: Sankey Diagram
order: 11
order: 12
page_type: u-guide
permalink: python/sankey-diagram/
thumbnail: thumbnail/sankey.jpg
Expand Down
2 changes: 1 addition & 1 deletion python/sunburst-charts.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jupyter:
language: python
layout: base
name: Sunburst Charts
order: 6.1
order: 10
page_type: u-guide
permalink: python/sunburst-charts/
thumbnail: thumbnail/sunburst.gif
Expand Down
2 changes: 1 addition & 1 deletion python/table.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jupyter:
language: python
layout: base
name: Tables
order: 7
order: 11
page_type: u-guide
permalink: python/table/
thumbnail: thumbnail/table.gif
Expand Down
2 changes: 1 addition & 1 deletion python/treemaps.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jupyter:
language: python
layout: base
name: Treemap Charts
order: 14
order: 13
page_type: u-guide
permalink: python/treemaps/
thumbnail: thumbnail/treemap.png
Expand Down
2 changes: 1 addition & 1 deletion python/webgl-vs-svg.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jupyter:
language: python
layout: base
name: WebGL vs SVG
order: 0.5
order: 14
permalink: python/webgl-vs-svg/
thumbnail: thumbnail/webgl.jpg
v4upgrade: true
Expand Down