Add min/max inidicators to rest of the components #23
Labels
echarts
ECharts is used in this issue
enhancement
New feature or request
visualization
The issue is related to a visualization component
Components that don't have a indicator whether the objectives are to be minimized or maximized:
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.markLine
withsymbol: "arrow"
. This way the arrow angle and position would be set automatically.The text was updated successfully, but these errors were encountered: