You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Background: I am using the schema to auto-generate Scala code to read and generate the Plotly JSON documents. I have started with the Violin trace examples for preliminary tests. I have found that:
The attribute: points: 'none' does not exist in the schema. The schema points is an enumerated that only has the following values:
“all”
“outliers”
“suspectedoutliers”
false
The element "boxpoints": false does not appear in the Violin trace. The only place I find this is in the box trace.
This seems to be incorrect documentation.
The text was updated successfully, but these errors were encountered:
Background: I am using the schema to auto-generate Scala code to read and generate the Plotly JSON documents. I have started with the Violin trace examples for preliminary tests. I have found that:
points: 'none'
does not exist in the schema. The schemapoints
is anenumerated
that only has the following values:“all”
“outliers”
“suspectedoutliers”
false
"boxpoints": false
does not appear in the Violin trace. The only place I find this is in thebox
trace.This seems to be incorrect documentation.
The text was updated successfully, but these errors were encountered: