plotly.js 3.0.2 → 3.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "plotly.js",
3
- "version": "3.0.2",
3
+ "version": "3.0.3",
4
4
  "description": "The open source javascript graphing library that powers plotly",
5
5
  "license": "MIT",
6
6
  "main": "./lib/index.js",
@@ -49,15 +49,9 @@ module.exports = function(opts) {
49
49
  editType: editType,
50
50
  description: [
51
51
  'HTML font family - the typeface that will be applied by the web browser.',
52
- 'The web browser will only be able to apply a font if it is available on the system',
53
- 'which it operates. Provide multiple font families, separated by commas, to indicate',
54
- 'the preference in which to apply fonts if they aren\'t available on the system.',
55
- 'The Chart Studio Cloud (at https://chart-studio.plotly.com or on-premise) generates images on a server,',
56
- 'where only a select number of',
57
- 'fonts are installed and supported.',
58
- 'These include *Arial*, *Balto*, *Courier New*, *Droid Sans*, *Droid Serif*,',
59
- '*Droid Sans Mono*, *Gravitas One*, *Old Standard TT*, *Open Sans*, *Overpass*,',
60
- '*PT Sans Narrow*, *Raleway*, *Times New Roman*.'
52
+ 'The web browser can only apply a font if it is available on the system where',
53
+ 'it runs. Provide multiple font families, separated by commas, to indicate',
54
+ 'the order in which to apply fonts if they aren\'t available.',
61
55
  ].join(' ')
62
56
  },
63
57
  size: {
package/src/version.js CHANGED
@@ -1,4 +1,4 @@
1
1
  'use strict';
2
2
 
3
3
  // package version injected by `npm run preprocess`
4
- exports.version = '3.0.2';
4
+ exports.version = '3.0.3';