We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a866702 commit d36f4afCopy full SHA for d36f4af
src/lib/core/rdkitCore.ts
@@ -111,6 +111,7 @@ export default class RDKitCore implements ChemCore {
111
JSON.stringify({
112
...DEFAULT_RDKIT_OPTIONS,
113
...this.settings.rdkitOptions,
114
+ legend: mol.has_prop('_Name') ? mol.get_prop('_Name') : '',
115
atomColourPalette: palette,
116
queryColour: palette['6'],
117
highlightColour: palette['6'],
0 commit comments