Move timeseries fixtures to their own directory (#7536)
|
Before Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 19 KiB |
|
Before Width: | Height: | Size: 20 KiB |
BIN
test/fixtures/scale.time/ticks-reverse-series.png
vendored
|
Before Width: | Height: | Size: 21 KiB |
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 20 KiB |
@ -4,7 +4,7 @@ module.exports = {
|
||||
type: 'line',
|
||||
data: {
|
||||
labels: ['2017', '2019', '2020', '2025', '2042'],
|
||||
datasets: [{data: [0, 1, 2, 3, 4, 5], fill: false}]
|
||||
datasets: [{data: [0, 1, 2, 3, 4], fill: false}]
|
||||
},
|
||||
options: {
|
||||
scales: {
|
||||
BIN
test/fixtures/scale.timeseries/source-data-offset-min-max.png
vendored
Normal file
|
After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
@ -4,7 +4,7 @@ module.exports = {
|
||||
type: 'line',
|
||||
data: {
|
||||
labels: ['2017', '2019', '2020', '2025', '2042'],
|
||||
datasets: [{data: [0, 1, 2, 3, 4, 5], fill: false}]
|
||||
datasets: [{data: [0, 1, 2, 3, 4], fill: false}]
|
||||
},
|
||||
options: {
|
||||
scales: {
|
||||
BIN
test/fixtures/scale.timeseries/source-labels-offset-min-max.png
vendored
Normal file
|
After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
@ -4,7 +4,7 @@ module.exports = {
|
||||
type: 'line',
|
||||
data: {
|
||||
labels: ['2017', '2019', '2020', '2025', '2042'],
|
||||
datasets: [{data: [0, 1, 2, 3, 4, 5], fill: false}]
|
||||
datasets: [{data: [0, 1, 2, 3, 4], fill: false}]
|
||||
},
|
||||
options: {
|
||||
scales: {
|
||||
BIN
test/fixtures/scale.timeseries/ticks-reverse-max.png
vendored
Normal file
|
After Width: | Height: | Size: 21 KiB |
@ -4,7 +4,7 @@ module.exports = {
|
||||
type: 'line',
|
||||
data: {
|
||||
labels: ['2017', '2019', '2020', '2025', '2042'],
|
||||
datasets: [{data: [0, 1, 2, 3, 4, 5], fill: false}]
|
||||
datasets: [{data: [0, 1, 2, 3, 4], fill: false}]
|
||||
},
|
||||
options: {
|
||||
scales: {
|
||||
BIN
test/fixtures/scale.timeseries/ticks-reverse-min-max.png
vendored
Normal file
|
After Width: | Height: | Size: 18 KiB |
@ -4,7 +4,7 @@ module.exports = {
|
||||
type: 'line',
|
||||
data: {
|
||||
labels: ['2017', '2019', '2020', '2025', '2042'],
|
||||
datasets: [{data: [0, 1, 2, 3, 4, 5], fill: false}]
|
||||
datasets: [{data: [0, 1, 2, 3, 4], fill: false}]
|
||||
},
|
||||
options: {
|
||||
scales: {
|
||||
BIN
test/fixtures/scale.timeseries/ticks-reverse-min.png
vendored
Normal file
|
After Width: | Height: | Size: 21 KiB |
@ -4,7 +4,7 @@ module.exports = {
|
||||
type: 'line',
|
||||
data: {
|
||||
labels: ['2017', '2019', '2020', '2025', '2042'],
|
||||
datasets: [{data: [0, 1, 2, 3, 4, 5], fill: false}]
|
||||
datasets: [{data: [0, 1, 2, 3, 4], fill: false}]
|
||||
},
|
||||
options: {
|
||||
scales: {
|
||||
BIN
test/fixtures/scale.timeseries/ticks-reverse.png
vendored
Normal file
|
After Width: | Height: | Size: 18 KiB |