/
githubmirror
/
Chart.js
Обзор
Документация
Войти
/
githubmirror
/
Chart.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
test/fixtures/controller.bubble/clip.js
34 строки
605 B
Jukka Kurkela
Update eslint-config-chartjs to v0.3.0 (#8406)
10 фев 2021, 16:21
Не верифицирован
10 фев 2021, 16:21
ddfbcf7
Код
Авторство
О чём код?
module.exports = { config: { type: 'line', data: { labels: [0, 5, 10, 15, 20, 25, 30, 50, 55, 60], datasets: [{ data: [6, 11, 10, 10, 3, 22, 7, 24], type: 'bubble', label: 'test', borderColor: '#3e95cd', fill: false }] }, options: { scales: { x: {ticks: {display: false}}, y: { min: 8, max: 25, beginAtZero: true, ticks: { display: false } } } } }, options: { canvas: { height: 256, width: 256 } } };