|
As the question says. There are some datasets that should be draggable and some not. I can think on ways to use the OnDrag events to prevent certain dataset indexes from being updated. |
Answered by
artus9033
May 27, 2024
Replies: 1 comment
|
We should have this documented at a later stage (we are missing solid API docs), so this is a good question. If you take a look at how this is currently implemented, it looks as follows:
|
0 replies
Answer selected by
artus9033
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We should have this documented at a later stage (we are missing solid API docs), so this is a good question. If you take a look at how this is currently implemented, it looks as follows:
dragDatakey (full path:data.datasets[index].dragData) tofalseon an entire datasetdragDatakey tofalseon a individual scales (full path:config.options.scales[index].dragData)dragDatakey tofalseon individual samples (full path:data.datasets[index].data[elementIndex].dragData)