Skip to content
Discussion options

You must be logged in to vote

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:

  • setting a dragData key (full path: data.datasets[index].dragData) to false on an entire dataset
  • setting a dragData key to false on a individual scales (full path: config.options.scales[index].dragData)
  • setting a dragData key to false on individual samples (full path: data.datasets[index].data[elementIndex].dragData)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by artus9033
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants