All Projects → chartjs → Chartjs Plugin Datalabels

chartjs / Chartjs Plugin Datalabels

Licence: mit
Chart.js plugin to display labels on data elements

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Chartjs Plugin Datalabels

Chartjs Plugin Dragdata
Draggable data points plugin for Chart.js
Stars: ✭ 116 (-78.72%)
Mutual labels:  plugin, chartjs
Chartjs Plugin Rough
Chart.js plugin to create charts with a hand-drawn, sketchy, appearance
Stars: ✭ 59 (-89.17%)
Mutual labels:  plugin, chartjs
Chartjs Plugin Annotation
Annotation plugin for Chart.js
Stars: ✭ 389 (-28.62%)
Mutual labels:  plugin, chartjs
Chartjs Plugin Deferred
Chart.js plugin to defer initial chart updates
Stars: ✭ 65 (-88.07%)
Mutual labels:  plugin, chartjs
Chartjs Plugin Colorschemes
Predefined color schemes for Chart.js
Stars: ✭ 189 (-65.32%)
Mutual labels:  plugin, chartjs
Chartjs Plugin Streaming
Chart.js plugin for live streaming data
Stars: ✭ 310 (-43.12%)
Mutual labels:  plugin, chartjs
Chartjs Plugin Zoom
Zoom and pan plugin for Chart.js
Stars: ✭ 404 (-25.87%)
Mutual labels:  plugin, chartjs
Things.sh
Simple read-only comand-line interface to your Things 3 database
Stars: ✭ 492 (-9.72%)
Mutual labels:  plugin
Chart
Quick & smart charting for STDIN
Stars: ✭ 521 (-4.4%)
Mutual labels:  chartjs
Users
Users Plugin for CakePHP
Stars: ✭ 488 (-10.46%)
Mutual labels:  plugin
Fslayui
基于layui的前端快速开发框架,支持数据表格增删改查操作,提供通用的组件,通过配置html实现数据请求,减少前端js重复开发的工作。目前支持单数据表格、多数据表格、tab数据表格、树+数据表格、联动数据表格、layeidt编辑器、下拉框联动等。
Stars: ✭ 483 (-11.38%)
Mutual labels:  plugin
Painterro
Painterro - JavaScript painting plugin
Stars: ✭ 496 (-8.99%)
Mutual labels:  plugin
Swiftmockgeneratorforxcode
An Xcode extension (plugin) to generate Swift test doubles automatically.
Stars: ✭ 522 (-4.22%)
Mutual labels:  plugin
Sketch Sf Ui Font Fixer
A Sketch plugin that adjusts the character spacing on text layers using iOS 9's SF UI Text/SF UI Display fonts to what it would be when used in an iOS app.
Stars: ✭ 492 (-9.72%)
Mutual labels:  plugin
Camomile
An audio plugin with Pure Data embedded that allows to load and to control patches
Stars: ✭ 527 (-3.3%)
Mutual labels:  plugin
V2ray Poseidon
An Enhanced V2Ray(based on v2ray-core) for VNetPanel, SSRPanel, V2board and SSPanel-v3-Uim to sync users from database to v2ray, to log traffics/system info
Stars: ✭ 482 (-11.56%)
Mutual labels:  plugin
Easyclangcomplete
💥 Robust C/C++ code completion for Sublime Text 3
Stars: ✭ 537 (-1.47%)
Mutual labels:  plugin
Taskwiki
Proper project management with Taskwarrior in vim.
Stars: ✭ 528 (-3.12%)
Mutual labels:  plugin
Typescript Plugin Css Modules
A TypeScript language service plugin providing support for CSS Modules.
Stars: ✭ 520 (-4.59%)
Mutual labels:  plugin
Poster Girl L2d 2233
🍬 The live2d poster girl plugin of 22&33 for WordPress
Stars: ✭ 517 (-5.14%)
Mutual labels:  plugin

Downloads Builds Coverage Awesome

Overview

Highly customizable Chart.js plugin that displays labels on data for any type of charts.

Requires Chart.js >= 2.7.0 < 3.x.x.

See this discussion for compatibility with Chart.js 3.

Documentation

Development

You first need to install node dependencies (requires Node.js):

> npm install

The following commands will then be available from the repository root:

> npm run build            // build dist files
> npm run build:dev        // build and watch for changes
> npm run test             // run all tests and generate code coverage
> npm run test:dev         // run all tests and watch for changes
> npm run lint             // perform code linting
> npm run lint -- --fix    // automatically fix linting problems
> npm run docs             // generate documentation (`dist/docs`)
> npm run docs:dev         // generate documentation and watch for changes

License

chartjs-plugin-datalabels is available under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].