mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-07 00:36:50 +01:00
Remove distribution option from fixtures (#8559)
This commit is contained in:
@@ -36,7 +36,6 @@ module.exports = {
|
||||
x: {
|
||||
display: false,
|
||||
type: 'time',
|
||||
distribution: 'linear',
|
||||
ticks: {
|
||||
source: 'auto'
|
||||
},
|
||||
|
||||
@@ -16,8 +16,7 @@ module.exports = {
|
||||
},
|
||||
ticks: {
|
||||
source: 'auto'
|
||||
},
|
||||
distribution: 'linear'
|
||||
}
|
||||
},
|
||||
y: {
|
||||
display: false
|
||||
|
||||
@@ -16,8 +16,7 @@ module.exports = {
|
||||
},
|
||||
ticks: {
|
||||
source: 'data'
|
||||
},
|
||||
distribution: 'linear'
|
||||
}
|
||||
},
|
||||
y: {
|
||||
display: false
|
||||
|
||||
@@ -18,8 +18,7 @@ module.exports = {
|
||||
},
|
||||
ticks: {
|
||||
source: 'labels'
|
||||
},
|
||||
distribution: 'linear'
|
||||
}
|
||||
},
|
||||
y: {
|
||||
display: false
|
||||
|
||||
@@ -16,8 +16,7 @@ module.exports = {
|
||||
},
|
||||
ticks: {
|
||||
source: 'labels'
|
||||
},
|
||||
distribution: 'linear'
|
||||
}
|
||||
},
|
||||
y: {
|
||||
display: false
|
||||
|
||||
@@ -15,7 +15,6 @@ module.exports = {
|
||||
time: {
|
||||
parser: 'YYYY'
|
||||
},
|
||||
distribution: 'linear',
|
||||
reverse: true,
|
||||
ticks: {
|
||||
source: 'labels'
|
||||
|
||||
@@ -13,7 +13,6 @@ module.exports = {
|
||||
time: {
|
||||
parser: 'YYYY'
|
||||
},
|
||||
distribution: 'linear',
|
||||
reverse: true,
|
||||
ticks: {
|
||||
source: 'labels'
|
||||
|
||||
1
test/fixtures/scale.timeseries/normalize.js
vendored
1
test/fixtures/scale.timeseries/normalize.js
vendored
@@ -22,7 +22,6 @@ module.exports = {
|
||||
time: {
|
||||
parser: 'YYYY'
|
||||
},
|
||||
distribution: 'linear',
|
||||
ticks: {
|
||||
source: 'data'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user