File tree 3 files changed +0
-43
lines changed
3 files changed +0
-43
lines changed Original file line number Diff line number Diff line change @@ -33,45 +33,6 @@ const props: ChartProperty[] = [
33
33
\`\`\`
34
34
` ,
35
35
} ,
36
- {
37
- key : 'minValue' ,
38
- description : `
39
- If 'auto', will pick the lowest value
40
- in the provided data set. Should be overriden
41
- if your data set does not contain desired
42
- lower bound value.
43
- ` ,
44
- defaultValue : defaults . minValue ,
45
- type : `number | 'auto'` ,
46
- group : 'Base' ,
47
- control : {
48
- type : 'switchableRange' ,
49
- disabledValue : 'auto' ,
50
- defaultValue : 0 ,
51
- min : - 100 ,
52
- max : 100 ,
53
- } ,
54
- } ,
55
- {
56
- key : 'maxValue' ,
57
- flavors : allFlavors ,
58
- description : `
59
- If 'auto', will pick the highest value
60
- in the provided data set. Should be overriden
61
- if your data set does not contain desired
62
- higher bound value.
63
- ` ,
64
- defaultValue : defaults . maxValue ,
65
- type : `number | 'auto'` ,
66
- group : 'Base' ,
67
- control : {
68
- type : 'switchableRange' ,
69
- disabledValue : 'auto' ,
70
- defaultValue : 100 ,
71
- min : - 100 ,
72
- max : 100 ,
73
- } ,
74
- } ,
75
36
{
76
37
key : 'valueFormat' ,
77
38
group : 'Base' ,
Original file line number Diff line number Diff line change @@ -23,8 +23,6 @@ const initialProperties: CanvasUnmappedProps = {
23
23
left : 80 ,
24
24
} ,
25
25
26
- minValue : defaults . minValue ,
27
- maxValue : defaults . maxValue ,
28
26
valueFormat : { format : '>-.2s' , enabled : true } ,
29
27
30
28
pixelRatio :
Original file line number Diff line number Diff line change @@ -23,8 +23,6 @@ const initialProperties: SvgUnmappedProps = {
23
23
left : 90 ,
24
24
} ,
25
25
26
- minValue : defaults . minValue ,
27
- maxValue : defaults . maxValue ,
28
26
valueFormat : { format : '>-.2s' , enabled : true } ,
29
27
30
28
forceSquare : defaults . forceSquare ,
You can’t perform that action at this time.
0 commit comments