/
githubmirror
/
Chart.js
Обзор
Документация
Войти
/
githubmirror
/
Chart.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixtures/scale.radialLinear/circular-backgroundColor.js
40 строк
713 B
Evert Timberg
Rename scale `gridLines` options to be clearer (#8628)
13 мар 2021, 20:49
Не верифицирован
13 мар 2021, 20:49
6ac89cb
Код
Авторство
О чём код?
module.exports = { threshold: 0.05, config: { type: 'radar', data: { labels: [1, 2, 3, 4, 5, 6], datasets: [ { data: [3, 2, 2, 1, 3, 1] } ] }, options: { plugins: { legend: false, tooltip: false, filler: false }, scales: { r: { backgroundColor: '#00FF00', min: 0, max: 3, grid: { circular: true }, pointLabels: { display: false }, ticks: { display: false, stepSize: 1, } } }, responsive: true, maintainAspectRatio: false } }, };