-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #111 from nzzdev/release-1.14.0
v1.14.0
- Loading branch information
Showing
11 changed files
with
147 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
69 changes: 69 additions & 0 deletions
69
resources/fixtures/data/bar-qualitative-negative-only.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,69 @@ | ||
{ | ||
"title": "FIXTURE: Bar - qualitative - only negative", | ||
"subtitle": "in % des BIP", | ||
"data": [ | ||
[ | ||
"Art", | ||
"Wert" | ||
], | ||
[ | ||
"Schuldenanstieg", | ||
"-8.7" | ||
], | ||
[ | ||
"Wertverlust Anlagen und Immobilien", | ||
"-5.6" | ||
], | ||
[ | ||
"Wertverlust Hypotheken", | ||
"-0.6" | ||
], | ||
[ | ||
"Verluste Pensionskassen", | ||
"-7.3" | ||
], | ||
[ | ||
"andere Verluste", | ||
"-3.9" | ||
], | ||
[ | ||
"Total Einbusse", | ||
"-26.1" | ||
] | ||
], | ||
"sources": [ | ||
{ | ||
"link": {}, | ||
"text": "IMF" | ||
} | ||
], | ||
"options": { | ||
"chartType": "Bar", | ||
"hideAxisLabel": true, | ||
"annotations": {}, | ||
"barOptions": { | ||
"isBarChart": true, | ||
"forceBarsOnSmall": false | ||
}, | ||
"dateSeriesOptions": { | ||
"interval": "year", | ||
"prognosisStart": null | ||
}, | ||
"lineChartOptions": { | ||
"reverseYScale": false, | ||
"lineInterpolation": "linear", | ||
"isStockChart": false | ||
}, | ||
"dotplotOptions": {}, | ||
"arrowOptions": { | ||
"colorScheme": 0 | ||
}, | ||
"colorOverwrite": [ | ||
{ | ||
"color": "#e66e4a", | ||
"position": 1 | ||
} | ||
], | ||
"highlightDataSeries": null | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 33 additions & 0 deletions
33
resources/fixtures/data/bar-stacked-qualitative-negative-only.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
{ | ||
"title": "FIXTURE: StackedBar - qualitative - negative only", | ||
"subtitle": "some subtitle here", | ||
"data": [ | ||
[ | ||
"Cat", | ||
"A", | ||
"B" | ||
], | ||
[ | ||
"A very long label so it's on top of bars", | ||
"-1000", | ||
"-200" | ||
], | ||
[ | ||
"B", | ||
"-200", | ||
"-50" | ||
] | ||
], | ||
"options": { | ||
"chartType": "StackedBar", | ||
"hideAxisLabel": false, | ||
"barOptions": { | ||
"isBarChart": false, | ||
"forceBarsOnSmall": true | ||
}, | ||
"dateSeriesOptions": {}, | ||
"lineChartOptions": {}, | ||
"colorOverwrite": [], | ||
"highlightDataSeries": null | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters