Skip to content

Commit 19b15b2

Browse files
committed
Remove unused WhitespaceData import
WhitespaceData was imported from 'lightweight-charts' but not used in example.ts. This commit removes the unused import for cleaner code. Fixes tradingview#1970
1 parent c440b66 commit 19b15b2

File tree

1 file changed

+1
-1
lines changed
  • plugin-examples/src/plugins/pretty-histogram/example

1 file changed

+1
-1
lines changed

plugin-examples/src/plugins/pretty-histogram/example/example.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { AutoscaleInfo, DeepPartial, HistogramData, SeriesDataItemTypeMap, SingleValueData, Time, WhitespaceData, createChart } from 'lightweight-charts';
1+
import { AutoscaleInfo, DeepPartial, HistogramData, SeriesDataItemTypeMap, SingleValueData, Time, createChart } from 'lightweight-charts';
22
import { generateLineData } from '../../../sample-data';
33
import { PrettyHistogramSeries } from '../pretty-histogram-series';
44
import { PrettyHistogramSeriesOptions } from '../options';

0 commit comments

Comments
 (0)