Skip to content

Commit 7a274ed

Browse files
authored
Merge pull request #4981 from jbampton/fix-spelling-and-lint-markdown
Fix spelling and lint Markdown.
2 parents 12303db + 20e9918 commit 7a274ed

File tree

4 files changed

+25
-25
lines changed

4 files changed

+25
-25
lines changed

BUILDING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ var Plotly = require('plotly.js');
3535

3636
then simply run,
3737

38-
3938
```
4039
browserify index.js > bundle.js
4140
```
@@ -92,10 +91,11 @@ module.exports = {
9291
"path": "./extra-webpack.config.js",
9392
"replaceDuplicatePlugins": true,
9493
"mergeStrategies": {"module.rules": "merge"}
95-
}
94+
}
9695
}
9796
}
9897
...
9998
```
99+
100100
It's important to set `projects.x.architect.build.builder` and `projects.x.architect.build.options.customWebpackConfig`.
101101
If you have more projects in your `angular.json` make sure to adjust their settings accordingly.

CHANGELOG.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ For more context information, please read through the
55

66
To see all merged commits on the master branch that will be part of the next plotly.js release, go to:
77

8-
https://github.com/plotly/plotly.js/compare/vX.Y.Z...master
8+
<https://github.com/plotly/plotly.js/compare/vX.Y.Z...master>
99

1010
where X.Y.Z is the semver of most recent plotly.js release.
1111

@@ -249,7 +249,7 @@ where X.Y.Z is the semver of most recent plotly.js release.
249249
## [1.51.1] -- 2019-11-04
250250

251251
### Fixed
252-
- Fix `scattergl` mising points plot and react (bug introduced in 1.33.0) [#4323]
252+
- Fix `scattergl` missing points plot and react (bug introduced in 1.33.0) [#4323]
253253
- Skip non-numeric values in `image` trace plot [#4325]
254254

255255

@@ -989,7 +989,7 @@ First 2019 release.
989989
- Improve `splom` first-render, axis range relayout and marker restyle
990990
performance [#3057, #3161]
991991
- Make `splom` `xaxes` and `yaxes` list always have same length as the trace
992-
`dimensions` regardless of their partial visiblities [#3057]
992+
`dimensions` regardless of their partial visibilities [#3057]
993993
- Improve axis `overlaying` documentation [#3082]
994994

995995
### Fixed
@@ -1325,7 +1325,7 @@ First 2019 release.
13251325
- Fix "sloppy click" event emission during cartesian zoom [#2649]
13261326
- Fix layout `grid` validation which lead to exceptions [#2638]
13271327
- Fix `parcoords` rendering in old Safari version [#2612]
1328-
- Link to https://get.webgl.org instead of http version in no WebGL message [#2617]
1328+
- Link to <https://get.webgl.org> instead of http version in no WebGL message [#2617]
13291329

13301330

13311331
## [1.37.1] -- 2018-05-02
@@ -1563,9 +1563,9 @@ First 2019 release.
15631563
- Fix `gl2d` tick label on pan interaction regression [#2258]
15641564
- Fix `candlestick` hover label regression (bug introduced in v1.32.0) [#2264]
15651565
- Fix several `gl2d` axis related bugs with new regl-based `scattergl` [#2258]
1566-
See full list under the On-par gl2d milestone https://github.com/plotly/plotly.js/milestone/3
1566+
See full list under the On-par gl2d milestone <https://github.com/plotly/plotly.js/milestone/3>
15671567
- Fix several polar bugs with `scatterpolar` [#2200].
1568-
See full list under the On-par polar milestone https://github.com/plotly/plotly.js/milestone/2
1568+
See full list under the On-par polar milestone <https://github.com/plotly/plotly.js/milestone/2>
15691569
- Fix `scattergl` marker.colorscale handling [#2258]
15701570
- Fix ternary relayout calls involving axis tick styles and titles [#2200]
15711571
- Fix decimal and thousands settings in `de` locale [#2246]
@@ -1945,7 +1945,7 @@ First 2019 release.
19451945

19461946
### Fixed
19471947
- rm `const` token from dist bundles that depend on `big-rat`,
1948-
see https://github.com/rat-nest/big-rat/pull/4 for more details.
1948+
see <https://github.com/rat-nest/big-rat/pull/4> for more details.
19491949

19501950

19511951
## [1.25.1] -- 2017-03-28
@@ -2174,7 +2174,7 @@ First 2019 release.
21742174
- Fix 1.20.0 regression in handling numerical strings including commas and spaces
21752175
[#1185]
21762176
- Fix 1.20.0 regression involving date histograms [#1186]
2177-
- Fix numerous tickvals` and `ticktext` edge cases [#1191]
2177+
- Fix numerous `tickvals` and `ticktext` edge cases [#1191]
21782178

21792179

21802180
## [1.20.4] -- 2016-11-21
@@ -2495,7 +2495,7 @@ First 2019 release.
24952495
- Fix mapbox layer relayout starting from invisible layer [#693]
24962496
- Hover labels when `hoveron: 'fills'` are now constrained to the viewports
24972497
[#688]
2498-
- Fix `surface` countours description [#696]
2498+
- Fix `surface` contours description [#696]
24992499
- Fix `mapbox.layers.line` description [#690]
25002500

25012501

@@ -2741,8 +2741,8 @@ First 2019 release.
27412741
## [1.6.3] -- 2016-03-07
27422742

27432743
### Fixed
2744-
- Argument parsing for vertex and face colors of mesh3d traces is now
2745-
functional [#287]
2744+
- Argument parsing for vertex and face colors of mesh3d traces is now
2745+
functional [#287]
27462746

27472747

27482748
## [1.6.2] -- 2016-03-03
@@ -2889,7 +2889,7 @@ First 2019 release.
28892889
- Improve XSS check in anchor href [#100]
28902890

28912891
### Fixed
2892-
- Fix Fifefox 42 to-image failures [#104]
2892+
- Fix Firefox 42 to-image failures [#104]
28932893
- Fix error bar with type 'sqrt' logic making them visible without
28942894
specifying the 'value' field [#91]
28952895
- Fix cartesian zoom/drag cover attributes for Firefox 31 [#92]

CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ test dashboard, inspect and debug the changes, then repeat. The test dashboard
7575
comes bundled with some useful tools while developing - all bundled under the
7676
`Tabs` object:
7777

78-
7978
| Method/Property | Description |
8079
|------------------------|-------------|
8180
| `Tabs.fresh([id])` | Creates a fresh graph div and returns it (default id of `graph`). |
@@ -101,8 +100,8 @@ image mocks based on their file name and trace type.
101100

102101
Use the [`plotly-mock-viewer`](https://github.com/rreusser/plotly-mock-viewer)
103102
which has live-reloading and a bunch of other cool features.
104-
An online version of `plotly-mock-viewer` is available at https://rreusser.github.io/plotly-mock-viewer/
105-
which uses https://cdn.plot.ly/plotly-latest.min.js
103+
An online version of `plotly-mock-viewer` is available at <https://rreusser.github.io/plotly-mock-viewer/>
104+
which uses <https://cdn.plot.ly/plotly-latest.min.js>
106105

107106
#### Other npm scripts
108107

@@ -179,6 +178,7 @@ To view the image pixel comparison test results, run
179178
```
180179
npm run start-image_viewer
181180
```
181+
182182
which shows the baseline image, the generated image, the diff and the json mocks of test cases that failed.
183183

184184
To view the results of a run on CircleCI, download the `build/test_images/` and `build/test_images_diff/` artifacts into your local repo and then run `npm run start-image_viewer`.
@@ -196,7 +196,7 @@ To view the results of a run on CircleCI, download the `build/test_images/` and
196196

197197
### Writing jasmine interaction tests
198198

199-
Keep in mind that the interaction coordinates are relative to the top-left corner of the plot, including the margins. To produce a reliable interaction test,
199+
Keep in mind that the interaction coordinates are relative to the top-left corner of the plot, including the margins. To produce a reliable interaction test,
200200
it may be necessary to fix the width, height, margins, X axis range and Y axis range of the plot. For example:
201201

202202
```js

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ and more.
1111

1212
<p align="center">
1313
<a href="https://plotly.com/javascript/" target="_blank">
14-
<img src="https://raw.githubusercontent.com/cldougl/plot_images/add_r_img/plotly_2017.png">
15-
</a></p>
14+
<img src="https://raw.githubusercontent.com/cldougl/plot_images/add_r_img/plotly_2017.png">
15+
</a>
16+
</p>
1617

1718
[Contact us](https://plotly.com/products/consulting-and-oem/) for Plotly.js consulting, dashboard development, application integration, and feature additions.
1819

@@ -29,7 +30,6 @@ and more.
2930
* [Creators](#creators)
3031
* [Copyright and license](#copyright-and-license)
3132

32-
3333
## Quick start options
3434

3535
### Install with npm
@@ -38,7 +38,8 @@ and more.
3838
npm install plotly.js-dist
3939
```
4040

41-
and import plotly.js as
41+
and import plotly.js as
42+
4243
```js
4344
import Plotly from 'plotly.js-dist'
4445
// Or using require,
@@ -60,7 +61,7 @@ var Plotly = require('plotly.js-dist')
6061

6162
and use the `Plotly` object in the window scope.
6263

63-
Fastly supports Plotly.js with free CDN service. Read more at https://www.fastly.com/open-source
64+
Fastly supports Plotly.js with free CDN service. Read more at <https://www.fastly.com/open-source>
6465

6566
### Download the latest release
6667

@@ -70,7 +71,6 @@ and use the plotly.js `dist` file(s). More info [here](https://github.com/plotly
7071

7172
#### Read the [Getting started page](https://plotly.com/javascript/getting-started/) for more examples.
7273

73-
7474
## Modules
7575

7676
Starting in `v1.15.0`, plotly.js ships with several _partial_ bundles (more info [here](https://github.com/plotly/plotly.js/blob/master/dist/README.md#partial-bundles)).
@@ -149,6 +149,7 @@ Open-source clients to the plotly.js APIs are available at these links:
149149
|**Python / Pandas / IPython notebook**| [plotly/plotly.py](https://github.com/plotly/plotly.py) | [plotly/python/getting-started](https://plotly.com/python/getting-started) |
150150
|**MATLAB**| [plotly/matlab-api](https://github.com/plotly/matlab-api) | [plotly/matlab/getting-started](https://plotly.com/matlab/getting-started) |
151151
|**node.js / Tonicdev / Jupyter notebook**| [plotly/plotly-notebook-js](https://github.com/plotly/plotly-notebook-js) | |
152+
152153
## Creators
153154

154155
### Active
@@ -176,7 +177,6 @@ Open-source clients to the plotly.js APIs are available at these links:
176177
|**Chris Parmer**| [@chriddyp](https://github.com/chriddyp) | |
177178
|**Alex Vados**| [@alexander-daniel](https://github.com/alexander-daniel) | |
178179

179-
180180
## Copyright and license
181181

182182
Code and documentation copyright 2020 Plotly, Inc.

0 commit comments

Comments
 (0)