Skip to content

Commit

Permalink
feat: added animationFrameSceduler to throttle time // fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillBobkov authored and dxpm committed Dec 13, 2023
1 parent fb51e3d commit 202ad41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to/custom-drawer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1>Chart custom drawer example</h1>
</div>
<div id="chart" class="chart"></div>
<script type="module">
import { clipToBounds } from '@devexperts/dxcharts-lite/dist/chart/drawers/data-series.drawer';
import { clipToBounds } from '@devexperts/dxcharts-lite/dist/chart/utils/canvas/canvas-drawing-functions.utils';
import generateCandlesData from '@devexperts/dxcharts-lite/dist/chart/utils/candles-generator.utils';
const container = document.getElementById('chart');
const chart = DXChart.createChart(container);
Expand Down

0 comments on commit 202ad41

Please sign in to comment.