Skip to content

Commit 4398996

Browse files
committed
adjust parcoords constraintrange valType - validate parcoords mocks
1 parent 1bc2eb5 commit 4398996

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
@@ -169,12 +169,6 @@ function notBlackListed(name) {
169169
'gl2d_fonts',
170170
'gl2d_layout_image',
171171
'gl2d_marker_coloraxis',
172-
'gl2d_parcoords_256_colors',
173-
'gl2d_parcoords_constraints',
174-
'gl2d_parcoords_out-of-range_selected-above-below',
175-
'gl2d_parcoords_out-of-range_selected-all',
176-
'gl2d_parcoords_out-of-range_selected-below',
177-
'gl2d_parcoords_select_first_last_enum',
178172
'gl2d_pointcloud-basic',
179173
'gl2d_rgb_dont_accept_alpha_scattergl',
180174
'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)