Skip to content

Commit 2d26f3b

Browse files
committed
🐐
1 parent fe3d8e6 commit 2d26f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shelly/plotlyjs/static/plotlyjs/src/scatter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var scatter = module.exports = {},
1111
Plotly.Plots.register(scatter, 'scatter',
1212
['cartesian', 'symbols', 'markerColorscale', 'errorBarsOK', 'showLegend'], {
1313
description: [
14-
'The scatter chart types encompass line charts, scatter charts, text charts, and bubble charts.',
14+
'The scatter trace type encompasses line charts, scatter charts, text charts, and bubble charts.',
1515
'The data visualized as scatter point or lines is set in `x` and `y`.',
1616
'Text (appearing either on the chart or on hover only) is via `text`.',
1717
'Bubble charts are achieved by setting `marker.size` and/or `marker.color`',

0 commit comments

Comments
 (0)