/
githubmirror
/
Chart.js
Обзор
Документация
Войти
/
githubmirror
/
Chart.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixtures/controller.polarArea/borderDash/value.js
36 строк
607 B
stockiNail
Add borderDash options to arc element (#11127)
13 фев 2023, 01:46
Не верифицирован
13 фев 2023, 01:46
7f9bca6
Код
Авторство
О чём код?
module.exports = { config: { type: 'polarArea', data: { labels: [0, 1, 2, 3, 4, 5], datasets: [ { // option in dataset data: [5, 2, 4, 7, 6, 8], borderAlign: 'inner', borderColor: 'black' }, ] }, options: { elements: { arc: { backgroundColor: 'transparent', borderWidth: 1, borderDash: [3, 3] } }, scales: { r: { display: false } } } }, options: { canvas: { height: 256, width: 512 } } };