mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
fix(editor): Make sure LineController is registered with chart.js (#7730)
Tree shaking in production build of the editor-ui package removed the LineController, this makes sure it is in the final package.
This commit is contained in:
committed by
GitHub
parent
6300ee342c
commit
ebee1a5908
@@ -8,6 +8,7 @@ import {
|
||||
PointElement,
|
||||
CategoryScale,
|
||||
LinearScale,
|
||||
LineController,
|
||||
} from 'chart.js';
|
||||
|
||||
export const ChartJSPlugin = {
|
||||
@@ -21,6 +22,7 @@ export const ChartJSPlugin = {
|
||||
Title,
|
||||
Tooltip,
|
||||
Legend,
|
||||
LineController,
|
||||
);
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user