Skip to content

Commit

Permalink
test: add integration test case
Browse files Browse the repository at this point in the history
  • Loading branch information
Aarebecca committed Jan 12, 2023
1 parent b3daa27 commit 5019b79
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export function indicesLineChartScaleRelations(): G2Spec {
type: 'fetch',
value: 'data/indices.csv',
},
transforms: [
transform: [
{
type: 'normalizeY',
basis: 'first',
Expand All @@ -28,11 +28,13 @@ export function indicesLineChartScaleRelations(): G2Spec {
axis: {
y: { title: '↑ Change in price (%)' },
},
label: {
text: 'Symbol',
selector: 'last',
fontSize: 10,
},
labels: [
{
text: 'Symbol',
selector: 'last',
fontSize: 10,
},
],
};
}

Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5019b79

Please sign in to comment.