Skip to content

Commit

Permalink
Fix second axis label bug (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenrikoverland committed Apr 10, 2019
1 parent ac6dad7 commit 773be50
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 13 deletions.
9 changes: 3 additions & 6 deletions packages/app/i18n/en.pot
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ msgstr ""
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
"POT-Creation-Date: 2019-04-10T07:37:19.391Z\n"
"PO-Revision-Date: 2019-04-10T07:37:19.391Z\n"
"POT-Creation-Date: 2019-04-10T14:05:52.758Z\n"
"PO-Revision-Date: 2019-04-10T14:05:52.758Z\n"

msgid "Rename successful"
msgstr ""
Expand All @@ -23,7 +23,7 @@ msgstr ""
msgid "Axis 2"
msgstr ""

msgid "Multi-axes chart"
msgid "Manage axes"
msgstr ""

msgid ""
Expand Down Expand Up @@ -130,9 +130,6 @@ msgstr ""
msgid "Move to"
msgstr ""

msgid "Manage axes"
msgstr ""

msgid "None selected"
msgstr ""

Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"chalk": "2.4.1",
"css-loader": "0.28.7",
"d2": "31.2.1",
"d2-charts-api": "32.0.0",
"d2-charts-api": "32.0.1",
"d2-manifest": "^1.0.0",
"data-visualizer-plugin": "32.0.3",
"dotenv": "6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/app/src/components/AxisSetup/AxisSetup.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ class AxisSetup extends Component {
onClose={onCancelClick}
disableEnforceFocus
>
<DialogTitle>{i18n.t('Multi-axes chart')}</DialogTitle>
<DialogTitle>{i18n.t('Manage axes')}</DialogTitle>
<DialogContent className={classes.dialogContent}>
<p>
{i18n.t(
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "BSD-3-Clause",
"dependencies": {
"@material-ui/core": "^3.1.2",
"d2-charts-api": "32.0.0",
"d2-charts-api": "32.0.1",
"lodash-es": "^4.17.11",
"react": "^16.6.0",
"react-dom": "^16.6.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4236,10 +4236,10 @@ cypress@^3.1.1:
url "0.11.0"
yauzl "2.10.0"

d2-charts-api@32.0.0:
version "32.0.0"
resolved "https://registry.yarnpkg.com/d2-charts-api/-/d2-charts-api-32.0.0.tgz#f0d8f5ff961c662fd91abc098152dcbd10130990"
integrity sha512-RCnsXPtZMdwce2k7BqqNfNyKCbrHNR9mK5bJvzyME7nPD2aLM7btOPGuq1tbJdqYC5iNJpWqjCpLzNV/yX8bww==
d2-charts-api@32.0.1:
version "32.0.1"
resolved "https://registry.yarnpkg.com/d2-charts-api/-/d2-charts-api-32.0.1.tgz#f402a5352a08fe3281a437652afc2dc8fd7fd22e"
integrity sha512-s6VlDLCkcjNluOXwUp1csa/6ZaNDBtbu9RWmaa8kb5gPpc1BDovwx0lE34FPrEUIefF5JNpisl3fwlrLrH592Q==
dependencies:
d2-utilizr "0.2.13"
d3-color "1.0.1"
Expand Down

0 comments on commit 773be50

Please sign in to comment.