mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-23 00:26:52 +01:00
add SubTitle to ts test register (#10117)
This commit is contained in:
committed by
GitHub
parent
6283c6f15b
commit
cc807b22d3
@@ -22,6 +22,7 @@ import {
|
||||
Filler,
|
||||
Legend,
|
||||
Title,
|
||||
SubTitle,
|
||||
Tooltip
|
||||
} from '../index.esm';
|
||||
|
||||
@@ -48,5 +49,6 @@ Chart.register(
|
||||
Filler,
|
||||
Legend,
|
||||
Title,
|
||||
SubTitle,
|
||||
Tooltip
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user