Skip to content

Conversation

@ankurjuneja
Copy link
Contributor

@ankurjuneja ankurjuneja commented Jan 3, 2026

@ankurjuneja ankurjuneja marked this pull request as ready for review January 15, 2026 19:43
combined: true,
yAxisScale: (showLogInvalid ? 'linear' : (this.yAxisScale !== 'log' ? 'linear' : 'log')),
valueConversion: (this.yAxisScale === 'percentDeviation' || this.yAxisScale === 'standardDeviation' ? this.yAxisScale : undefined),
valueConversion: (this.yAxisScale === 'percentDeviation' || this.yAxisScale === 'standardDeviation' || this.yAxisScale === 'deltaFromMean' ? this.yAxisScale : undefined),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we use the constants from LABKEY.vis.PlotProperties.ValueConversion for these string values?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants