lichess-org / chessground

Mobile/Web chess UI for lichess.org
https://lichess.org
GNU General Public License v3.0
1.02k stars 262 forks source link

Disabling arrows and circles annotation #232

Closed coffeeDev98 closed 2 years ago

coffeeDev98 commented 2 years ago

Hi, Is there any way to disable the annotations on the board....? Looking to implement my own annotation for the same

ornicar commented 2 years ago

https://github.com/lichess-org/chessground/blob/master/src/config.ts#L78

coffeeDev98 commented 2 years ago

Hi @ornicar ,

Tried to disable it by doing the following

Both don't seem to stop/disable the annotations.... Not sure if the way I'm disabling is right.

ornicar commented 2 years ago

That's the way to do it.

https://github.com/lichess-org/chessground-examples/blob/master/src/units/svg.ts#L94-L96

coffeeDev98 commented 2 years ago

Thanks a lot ! @ornicar :)