Move timeseries fixtures to their own directory (#7536)

This commit is contained in:
Ben McCann 2020-06-21 05:30:34 -07:00 committed by GitHub
parent 1c2a03225e
commit 8ac700961a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
24 changed files with 6 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

View File

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 20 KiB

View File

@ -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: {

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -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: {

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -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: {

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -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: {

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -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: {

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -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: {

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB