Skip to content

Commit

Permalink
Merge pull request #1464 from mozeryansky/bands
Browse files Browse the repository at this point in the history
Rename bands-indicator plugin to enable compiling
  • Loading branch information
SlicedSilver committed Nov 29, 2023
2 parents 635baa2 + 1bb8e59 commit feef324
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { createChart } from 'lightweight-charts';
import { generateLineData } from '../../../sample-data';
import { BandsIndicator } from '../band-indicator';
import { BandsIndicator } from '../bands-indicator';

const chart = ((window as unknown as any).chart = createChart('chart', {
autoSize: true,
Expand Down

0 comments on commit feef324

Please sign in to comment.