Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2a24e73

Browse files
committed
Merge pull request #327 from plotly/js-seo
Minor change in Title and description text
2 parents 77397fd + f32a679 commit 2a24e73

File tree

50 files changed

+99
-100
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+99
-100
lines changed

_posts/plotly_js/annotations/2015-04-09-annotations_plotly_js_index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Javascript Graphing Library Text and Annotations with D3.js | Examples | Plotly
2+
title: Javascript Graphing Library D3.js-based Text and Annotations | Examples | Plotly
33
name: Text and Annotations
44
permalink: javascript/text-and-annotations/
5-
description: How to add text labels and annotations to plots in javascript with D3.js.
5+
description: How to add text labels and annotations to D3.js-based plots in javascript.
66
layout: base
77
thumbnail: thumbnail/annotations.jpg
88
language: plotly_js

_posts/plotly_js/area/2015-04-09-area_plotly_js_index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Javascript Graphing Library Filled Area Plots with D3.js | Examples | Plotly
2+
title: Javascript Graphing Library D3.js-based Filled Area Plots | Examples | Plotly
33
name: Filled Area Plots
44
permalink: javascript/filled-area-plots/
5-
description: How to make a filled area plot in javascript with D3.js. An area chart displays a solid color between the traces of a graph.
5+
description: How to make a D3.js-based filled area plot in javascript. An area chart displays a solid color between the traces of a graph.
66
layout: base
77
thumbnail: thumbnail/area.jpg
88
language: plotly_js

_posts/plotly_js/axes/2015-04-09-axes_plotly_js_index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Javascript Graphing Library Axes with D3.js | Examples | Plotly
2+
title: Javascript Graphing Library D3.js-based Axes | Examples | Plotly
33
name: Axes
44
permalink: javascript/axes/
5-
description: How to adjust axes properties in javascript with D3.js. Seven examples of linear and logarithmic axes, axes titles, and styling and coloring axes and grid lines.
5+
description: How to adjust axes properties in D3.js-based javascript charts. Seven examples of linear and logarithmic axes, axes titles, and styling and coloring axes and grid lines.
66
layout: base
77
thumbnail: thumbnail/axes.jpg
88
language: plotly_js

_posts/plotly_js/bar/2015-04-09-bar_plotly_js_index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Javascript Graphing Library Bar Charts with D3.js | Examples | Plotly
2+
title: Javascript Graphing Library D3.js-based Bar Charts | Examples | Plotly
33
name: Bar Charts
44
permalink: javascript/bar-charts/
5-
description: How to make a bar chart in javascript with D3.js. Seven examples of grouped, stacked, overlaid, and colored bar charts.
5+
description: How to make a D3.js-based bar chart in javascript. Seven examples of grouped, stacked, overlaid, and colored bar charts.
66
layout: base
77
thumbnail: thumbnail/bar.jpg
88
language: plotly_js

_posts/plotly_js/box/2015-04-09-box_plotly_js_index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Javascript Graphing Library Box Plots with D3.js | Examples | Plotly
2+
title: Javascript Graphing Library D3.js-based Box Plots | Examples | Plotly
33
name: Box Plots
44
permalink: javascript/box-plots/
5-
description: How to make a box plot in javascript with D3.js. Seven examples of box plots in javascript that are grouped, colored, and display the underlying data distribution.
5+
description: How to make a D3.js-based box plot in javascript. Seven examples of box plots in javascript that are grouped, colored, and display the underlying data distribution.
66
layout: base
77
thumbnail: thumbnail/box.jpg
88
language: plotly_js

_posts/plotly_js/bubble-maps/2015-07-11-bubble_maps_plotlyjs_index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Javascript Bubble Maps with D3.js | Examples | Plotly
2+
title: Javascript D3.js-based Bubble Maps| Examples | Plotly
33
name: Bubble Maps
44
permalink: javascript/bubble-maps/
5-
description: How to make a bubble map in JavaScript. A bubble map overlays a bubble chart on a map with D3.js.
5+
description: How to make a D3.js-based bubble map in JavaScript. A bubble map overlays a bubble chart on a map.
66
layout: base
77
thumbnail: thumbnail/bubble-map.jpg
88
language: plotly_js

_posts/plotly_js/bubble/2015-04-09-bubble_plotly_js_index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Javascript Graphing Library Bubble Charts with D3.js| Examples | Plotly
2+
title: Javascript Graphing Library D3.js-based Bubble Charts| Examples | Plotly
33
name: Bubble Charts
44
permalink: javascript/bubble-charts/
5-
description: How to make a bubble chart in javascript with D3.js. Examples of scatter charts whose markers have variable color, size, and symbols.
5+
description: How to make a D3.js-based bubble chart in javascript. Examples of scatter charts whose markers have variable color, size, and symbols.
66
layout: base
77
thumbnail: thumbnail/bubble.jpg
88
language: plotly_js

_posts/plotly_js/callbacks-buttons/2015-04-09-buttons_index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Custom Buttons in JavaScript Charts with D3.js | Examples | Plotly
2+
title: Custom Buttons in D3.js-based JavaScript Charts | Examples | Plotly
33
name: Button Events
44
permalink: javascript/custom-buttons/
5-
description: How to bind callback functions to custom buttons in JavaScript charts with D3.js.
5+
description: How to bind callback functions to custom buttons in D3.js-based JavaScript charts.
66
layout: base
77
thumbnail: thumbnail/custom-buttons.jpg
88
language: plotly_js

_posts/plotly_js/callbacks-click/2015-04-09-click_index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Binding to Click Events in JavaScript Charts | Examples | Plotly
2+
title: Binding to Click Events in D3.js-based JavaScript Charts | Examples | Plotly
33
name: Click Events
44
permalink: javascript/click-events/
5-
description: How to bind callback functions to click events in JavaScript charts with D3.js.
5+
description: How to bind callback functions to click events in D3.js-based JavaScript charts.
66
layout: base
77
thumbnail: thumbnail/click.jpg
88
language: plotly_js

_posts/plotly_js/callbacks-dropdowns/2015-04-09-dropdowns_index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
title: Dropdowns in JavaScript Charts with D3.js | Examples | Plotly
2+
title: Dropdowns in D3.js-based JavaScript Charts | Examples | Plotly
33
name: Dropdown Events
44
permalink: javascript/high-dimension-data/
5-
description: How to bind callback functions to custom dropdowns in JavaScript charts.
5+
description: How to bind callback functions to custom dropdowns in D3.js-based JavaScript charts.
66
layout: base
77
thumbnail: thumbnail/dropdown.jpg
88
language: plotly_js

0 commit comments

Comments
 (0)