Skip to content

Commit 93fcbbf

Browse files
committed
feat(chart): update chart rendering import path
Updated the import path for the chart rendering function to point to the new features directory structure.
1 parent fc20411 commit 93fcbbf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/layout-engine/painters/dom/src/renderer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ import {
4949
import { DATASET_KEYS, decodeLayoutStoryDataset, encodeLayoutStoryDataset } from '@superdoc/dom-contract';
5050
import { getPresetShapeSvg } from '@superdoc/preset-geometry';
5151
import { DOM_CLASS_NAMES } from './constants.js';
52-
import { createChartElement as renderChartToElement } from './chart-renderer.js';
52+
import { createChartElement as renderChartToElement } from './features/chart/index.js';
5353
import { createRulerElement, ensureRulerStyles, generateRulerDefinitionFromPx } from './ruler/index.js';
5454
import {
5555
CLASS_NAMES,

0 commit comments

Comments
 (0)