ksthicke / liground

A free, open-source and modern Chess Variant Analysis GUI for the 21st century
https://ml-research.github.io/liground.github.io/
GNU Affero General Public License v3.0
0 stars 0 forks source link

Improvements to full game analysis bar #2

Open ksthicke opened 5 months ago

ksthicke commented 5 months ago
  1. Make the bar at the bottom so that it only shows from -4 to +4 or something like that (editable in settings). Make sure mate-in-n plots properly too.
  2. Make it so that the width of the graph is set to the number of moves before the plotting starts. This way the graph isn't constantly shifting to the left as it readjusts itself.
ksthicke commented 5 months ago

For 2: Want to change this.chartOptions.xaxis.max in evaluateHistory of EvalPlot.vue in a reactive way so that it sets to the total number of moves before it starts updating.