Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

add dataZoom for graph #1736

Merged
merged 4 commits into from
Nov 25, 2019
Merged

add dataZoom for graph #1736

merged 4 commits into from
Nov 25, 2019

Conversation

lvybriage
Copy link
Contributor

@lvybriage lvybriage commented Nov 14, 2019

  1. default metric graph: 支持鼠标滚轴缩放扩大效果,Y轴变化
  2. Trial duration: 支持鼠标滚轴缩放扩大效果,Y轴变化,X轴保持不变
  3. Intermediate Result: 支持鼠标滚轴缩放扩大效果,Y轴变化,X轴保持不变
  4. Hyper-parameter graph: To Do. I have a issue in echarts, will support in other PR.
  5. hyper-parameter graph default metric轴数值实时计算
  6. hyper-parameter graph yAxis values should be not bold. Echarts Issue
    image

image

Please help review this PR.

@ultmaster
Copy link
Contributor

It's more useful to have y-zoom instead of x-zoom in "Intermediate result", if supporting both is difficult.

As for "default metric" and "trial duration", why bother?

@@ -12,7 +12,7 @@
"copy-to-clipboard": "^3.0.8",
"css-loader": "0.28.7",
"dotenv": "^8.0.0",
"echarts": "^4.1.0",
"echarts": "^4.5.0",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to commit yarn.lock.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK. Thanks.

@@ -5,34 +5,29 @@
"@ant-design/icons-react@~1.1.2":
version "1.1.5"
resolved "https://registry.yarnpkg.com/@ant-design/icons-react/-/icons-react-1.1.5.tgz#1b03da8dcced2a4bb982ef7b25c1d24014c35a68"
integrity sha512-p2ybKfO/r2lC1RZu4rDY2VBDZq2zqAaJzf/B1HrKTxGo8/mM1zOOEoob/LRXZphJ9jD5wCcTdcmcB9YMaAWW4Q==
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR is okay but I suggest you to upgrade your yarn version.

@liuzhe-lz liuzhe-lz merged commit a03570a into microsoft:master Nov 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants