invesdwin / invesdwin-context-client

invesdwin-context modules that provide frontend functionality for the desktop and web
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Chart: maybe support more than 2 range-axes #14

Open subes opened 1 month ago

subes commented 1 month ago

TradingView supports this, JFreeChart also supports this, though our implementation in XYPlots.addRangeAxis disables this currently: grafik

subes commented 1 month ago

Currently the two axes are enough for our needs. Though it could be helpful to support this in general in the chart and make this configurable so that other applications can decide differently. Maybe even let the user disable/enable visibility of individual axes so that the user can deviate from the application default.