|
@@ -1005,7 +1005,7 @@ export default class StockHeatmap extends React.Component {
|
|
|
// move position only if within valid range
|
|
// move position only if within valid range
|
|
|
this.windowedData = this.data.slice(position, position + this.windowLength + 1);
|
|
this.windowedData = this.data.slice(position, position + this.windowLength + 1);
|
|
|
|
|
|
|
|
- if (this.windowedData.length > 200) {
|
|
|
|
|
|
|
+ if (this.windowedData.length > 1000) {
|
|
|
this.windowedData = this.mergeWindowedData();
|
|
this.windowedData = this.mergeWindowedData();
|
|
|
this.isMerged = true;
|
|
this.isMerged = true;
|
|
|
} else {
|
|
} else {
|