Skip to content

Commit

Permalink
Merge pull request #143 from nzzdev/release-2.2.1
Browse files Browse the repository at this point in the history
Release v2.2.1
  • Loading branch information
manuelroth authored Sep 23, 2019
2 parents 46a0edc + 537d4bb commit 25b5af3
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"DIVERGING_COLOR_SCHEMES": "[{ \"label\": \"one\", \"key\": 0, \"scheme_name\": \"diverging_one\" }, { \"label\": \"two\", \"key\": 1, \"scheme_name\": \"diverging_two\" }, { \"label\": \"three\", \"key\": 2, \"scheme_name\": \"diverging_three\" } ]",
"FONTS": "[{\"url\": \"https://assets.static-nzz.ch/nzz-niobe/assets/fonts/GT-America-Standard-Regular.otf\",\"name\": \"nzz-sans-serif\",\"filename\": \"nzz-sans-serif.otf\"}]"
},
"runtimeVersion": "10.11.0",
"runtimeVersion": "12.10.0",
"program": "${workspaceRoot}/index.js"
},
{
Expand All @@ -25,7 +25,7 @@
"DIVERGING_COLOR_SCHEMES": "[{ \"label\": \"one\", \"key\": 0, \"scheme_name\": \"diverging_one\" }, { \"label\": \"two\", \"key\": 1, \"scheme_name\": \"diverging_two\" }, { \"label\": \"three\", \"key\": 2, \"scheme_name\": \"diverging_three\" } ]",
"FONTS": "[{\"url\": \"https://assets.static-nzz.ch/nzz-niobe/assets/fonts/GT-America-Standard-Regular.otf\",\"name\": \"nzz-sans-serif\",\"filename\": \"nzz-sans-serif.otf\"}]"
},
"runtimeVersion": "10.11.0",
"runtimeVersion": "12.10.0",
"program": "${workspaceRoot}/test/e2e-tests.js"
}
]
Expand Down
4 changes: 0 additions & 4 deletions chartTypes/arrow/mapping.js
Original file line number Diff line number Diff line change
Expand Up @@ -302,11 +302,7 @@ module.exports = function getMapping() {
value: ""
},
{
test: "datum.diffToNext > 0",
signal: `format(datum.diffToNext, "+${d3config.specifier}")`
},
{
signal: `format(datum.diffToNext, "${d3config.specifier}")`
}
],
y: {
Expand Down
1 change: 0 additions & 1 deletion chartTypes/arrow/vega-spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@
"labels": true,
"ticks": false,
"labelPadding": 2,
"format": "~r",
"encode": {
"title": {
"update": {
Expand Down
1 change: 0 additions & 1 deletion chartTypes/dotplot/vega-spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@
"labels": true,
"ticks": false,
"labelPadding": 2,
"format": "~r",
"encode": {
"title": {
"update": {
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "q-chart",
"version": "2.2.0",
"version": "2.2.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 25b5af3

Please sign in to comment.