Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
static get observedAttributes() {
return ProtVistaSequence.observedAttributes.concat(
"scale", // One of the supported scales. Ora custom scale given in the following format. e.g. A:0.5,M:-3,P:3
"color_range" // Color values per point to define a colorScale. Default: #ffdd00:-2,#0000FF:2
);
}