← Back
Editing: line_styling_array.ts
import { Chart } from '../../index.esm'; const chart = new Chart('id', { type: 'line', data: { labels: [], datasets: [{ data: [], backgroundColor: ['red', 'blue'], hoverBackgroundColor: ['red', 'blue'], }] }, });
Save File
Cancel