
Product
Introducing Scala and Kotlin Support in Socket
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
chartjs-plugin-draggable
Advanced tools
A plugin for Chart.js >= 2.4.0
Makes elements such as annotations movable via drag and drop.
To make an element draggable, simply add the following options to the element's config section.
{
...
draggable: true,
onDragStart: function(event) {
},
onDrag: function(event) {
},
onDragEnd: function(event) {
}
}
Requires chartjs-plugin-annotation.js >= 0.3.0.
Line annotations are supported:
var options = {
...
annotation: {
annotations: [
{
type: 'line',
mode: 'horizontal',
scaleID: 'y-axis-0',
value: 25,
draggable: true,
onDrag: function(event) {
console.log(event.subject.config.value);
}
}
]
}
};
The following features still need to be done:
To install via npm:
npm install chartjs-plugin-annotation --save
Or, download a release archive file from the releases page.
Before submitting an issue or a pull request to the project, please take a moment to look over the contributing guidelines first.
chartjs-plugin-draggable.js is available under the MIT license.
FAQs
Draggable element plugin for Chart.js
We found that chartjs-plugin-draggable demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
Application Security
/Security News
Socket CEO Feross Aboukhadijeh and a16z partner Joel de la Garza discuss vibe coding, AI-driven software development, and how the rise of LLMs, despite their risks, still points toward a more secure and innovative future.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.