Skip to content

Commit 58b2f64

Browse files
committed
adjust parcoords constraintrange valType - validate parcoords mocks
1 parent ec01107 commit 58b2f64

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

src/traces/parcoords/attributes.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ module.exports = {
9696
freeLength: true,
9797
dimensions: '1-2',
9898
items: [
99-
{valType: 'number', editType: 'plot'},
100-
{valType: 'number', editType: 'plot'}
99+
{valType: 'any', editType: 'plot'},
100+
{valType: 'any', editType: 'plot'}
101101
],
102102
editType: 'plot',
103103
description: [

tasks/test_mock.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -162,12 +162,6 @@ function notBlackListed(name) {
162162
'gl2d_fonts',
163163
'gl2d_layout_image',
164164
'gl2d_marker_coloraxis',
165-
'gl2d_parcoords_256_colors',
166-
'gl2d_parcoords_constraints',
167-
'gl2d_parcoords_out-of-range_selected-above-below',
168-
'gl2d_parcoords_out-of-range_selected-all',
169-
'gl2d_parcoords_out-of-range_selected-below',
170-
'gl2d_parcoords_select_first_last_enum',
171165
'gl2d_pointcloud-basic',
172166
'gl2d_rgb_dont_accept_alpha_scattergl',
173167
'gl2d_scatter-marker-line-colorscales',

test/image/mocks/gl2d_parcoords_out-of-range_selected-all.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,8 @@
1919
{
2020
"label": "A",
2121
"constraintrange": [
22-
[
23-
2.5,
24-
10
25-
]
22+
2.5,
23+
10
2624
],
2725
"values": [
2826
1,

0 commit comments

Comments
 (0)