Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/traces/parcoords/attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ module.exports = {
freeLength: true,
dimensions: '1-2',
items: [
{valType: 'number', editType: 'plot'},
{valType: 'number', editType: 'plot'}
{valType: 'any', editType: 'plot'},
{valType: 'any', editType: 'plot'}
],
editType: 'plot',
description: [
Expand Down
6 changes: 0 additions & 6 deletions tasks/test_mock.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,12 +162,6 @@ function notBlackListed(name) {
'gl2d_fonts',
'gl2d_layout_image',
'gl2d_marker_coloraxis',
'gl2d_parcoords_256_colors',
'gl2d_parcoords_constraints',
'gl2d_parcoords_out-of-range_selected-above-below',
'gl2d_parcoords_out-of-range_selected-all',
'gl2d_parcoords_out-of-range_selected-below',
'gl2d_parcoords_select_first_last_enum',
'gl2d_pointcloud-basic',
'gl2d_rgb_dont_accept_alpha_scattergl',
'gl2d_scatter-marker-line-colorscales',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,8 @@
{
"label": "A",
"constraintrange": [
[
2.5,
10
]
2.5,
10
],
"values": [
1,
Expand Down
4 changes: 2 additions & 2 deletions test/plot-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -37750,11 +37750,11 @@
"items": [
{
"editType": "plot",
"valType": "number"
"valType": "any"
},
{
"editType": "plot",
"valType": "number"
"valType": "any"
}
],
"valType": "info_array"
Expand Down