Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add min/max inidicators to rest of the components #23

Open
3 tasks
edciriac opened this issue Sep 1, 2023 · 0 comments
Open
3 tasks

Add min/max inidicators to rest of the components #23

edciriac opened this issue Sep 1, 2023 · 0 comments
Labels
echarts ECharts is used in this issue enhancement New feature or request visualization The issue is related to a visualization component

Comments

@edciriac
Copy link
Collaborator

edciriac commented Sep 1, 2023

Components that don't have a indicator whether the objectives are to be minimized or maximized:

  • Radar chart
    • Symbols can be set to the ends of the axis (symbol: ["arrow", "arrow"]), which could be an easy way to implement this. However, accessing each axis individually and changing the direction of the symbol (arrow) might cause problems.
  • Petal chart
    • Same approach could be used as in the bar charts; markLine with symbol: "arrow". This way the arrow angle and position would be set automatically.
    • If that doesn't work, custom icon with position and angle most probably would need to be set manually
  • Nautilus Navigator bar
  • Currently, dragging is restricted only to one direction.
  • A prop should be added and according to that prop drag restriction direction is changed
@edciriac edciriac added enhancement New feature or request echarts ECharts is used in this issue visualization The issue is related to a visualization component labels Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
echarts ECharts is used in this issue enhancement New feature or request visualization The issue is related to a visualization component
Projects
None yet
Development

No branches or pull requests

1 participant