Skip to content

Instantly share code, notes, and snippets.

View mxsxs2's full-sized avatar

Krisztian Nagy mxsxs2

  • Evolution Limited UK
View GitHub Profile
@mxsxs2
mxsxs2 / alwaysshowtooltipplugin.ts
Created September 29, 2025 13:26
Plugin to always show tooltips for chart.js charts
import type {
Chart,
ChartType,
Plugin,
ChartConfiguration,
VisualElement,
} from 'chart.js'
export interface AlwaysShowTooltipPluginOptions {
color?: string