Skip to content

Commit

Permalink
stray file got included
Browse files Browse the repository at this point in the history
  • Loading branch information
ceriottm committed Oct 28, 2024
1 parent 34be13d commit 6a64b0d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/map/map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1239,13 +1239,6 @@ export class PropertiesMap {
});

this._plot.on('plotly_afterplot', () => this._afterplot());

this._plot.on('plotly_legendclick', (eventData: any) => {
//var traceIndex = eventData.curveNumber; // Get trace index
console.log('traceIndex ', eventData);
});


this._updateMarkers();

// set step of min/max select arrows based on the plot range
Expand Down

0 comments on commit 6a64b0d

Please sign in to comment.