We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3fae2 commit 4716a4cCopy full SHA for 4716a4c
src/index.umd.ts
@@ -1,7 +1,7 @@
1
import { registry } from 'chart.js';
2
import {
3
DendrogramController,
4
- dendrogramController,
+ DendogramController,
5
ForceDirectedGraphController,
6
GraphController,
7
TreeController,
@@ -12,7 +12,7 @@ export * from '.';
12
13
registry.addControllers(
14
15
16
17
18
TreeController
0 commit comments