#ポイントスタイル
このサンプルでは、ツールヒントで四角形の代わりにデータセット ポイント スタイルを使用して各データセットを識別する方法を示します。
const config = { type: 'line', data: data, options: { interaction: { mode: 'index', }, plugins: { title: { display: true, text: (ctx) => 'Tooltip point style: ' + ctx.chart.options.plugins.tooltip.usePointStyle, }, tooltip: { usePointStyle: true, } } } };
#ドキュメント
- データ構造 (
labels
) - ライン
- ツールチップ
usePointStyle
- 要素
- ポイントスタイル