Skip to content

Commit

Permalink
Merge pull request plotly#1119 from plotly/color_array_reference
Browse files Browse the repository at this point in the history
add color to list of val types which can be arrays in full reference pages
  • Loading branch information
michaelbabyn authored Oct 23, 2018
2 parents 7d5b2ff + 7032a2d commit ea375d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _includes/reference-block.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@
{% endif %}
{% elsif obj[1].valType == "info_array" %}
(<code>{array}</code>)
{% elsif obj[1].valType == "color" %}
(<code>{{ obj[1].valType }}{% if obj[1].arrayOk %} or array of {{ obj[1].valType }}s{% endif %}</code>)
{% elsif obj[1].valType == "any" %}
(<code>number or categorical coordinate string</code>)
{% elsif obj[1].valType == "string" %}
Expand Down

0 comments on commit ea375d4

Please sign in to comment.