Skip to content

[Bug] data[type=contour].line width documentation typo #4203

Closed
@mafar

Description

@mafar
Contributor

As per my tests , it seems that
for data[type=contour].line.width
default value is 0.5 instead of documented 2

https://plot.ly/javascript/reference/#contour-line-width

Activity

changed the title [-][Bug] data[type=contour].line width documentation error[/-] [+][Bug] data[type=contour].line width documentation typo[/+] on Sep 19, 2019
etpinard

etpinard commented on Sep 19, 2019

@etpinard
Contributor

Thanks for reporting!

Here are the relevant lines in case someone would like to make a PR:

width: extendFlat({}, scatterLineAttrs.width, {
editType: 'style+colorbars'
}),

coerce('line.width', 0.5);

self-assigned this
on Sep 25, 2019
added a commit that references this issue on Sep 25, 2019

fix #4203 - fix `line.width` attr declaration in *contour traces

0fb955c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    Participants

    @mafar@etpinard

    Issue actions

      [Bug] data[type=contour].line width documentation typo · Issue #4203 · plotly/plotly.js