Hi,
I have 4 buttons outside of canvas area, so that if i click left and right buttons cursor position will move right or left for y-axis similar if i click bottom or top buttons x-axis will move or increment to 1 number, i'm trying this and i'm getting issue for first move as chart old value showing differently, how can i achieve this? please give me suggestions or solution. If required more information i can provide.
Regards,
SKumar
Cursor tool change with outside buttons
Re: Cursor tool change with outside buttons
The Cursor tool in TeechartJS wasn't designed to be repositioned by code. See the ticket #821.
Instead, you could draw two lines manually as here.
Instead, you could draw two lines manually as here.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Cursor tool change with outside buttons
Thanks, this is working fine.