Skip to content

Commit

Permalink
chore: remove not implement interface
Browse files Browse the repository at this point in the history
  • Loading branch information
kkxxkk2019 committed Jan 15, 2025
1 parent ae6f504 commit 55e3800
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/vstory-core/src/character/chart/runtime/marker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,6 @@ export class ChartMarkerRuntime implements IChartCharacterRuntime {
});
}
}

afterInitialize(character: ICharacterChart, vchart: IVChart) {
// 调整标注
}
}

export const ChartMarkerRuntimeInstance = new ChartMarkerRuntime();

0 comments on commit 55e3800

Please sign in to comment.