Skip to content

Commit

Permalink
Revamped chemiscope icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ceriottm committed Oct 28, 2024
1 parent e8d8421 commit 34be13d
Show file tree
Hide file tree
Showing 4 changed files with 275 additions and 65 deletions.
Binary file modified app/chemiscope-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/chemiscope-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions src/map/map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1239,6 +1239,13 @@ 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
Loading

0 comments on commit 34be13d

Please sign in to comment.