Skip to content

Conversation

@tgoldina
Copy link
Contributor

  • Fixed log scale issue (when minimum value is close to 0
  • Added more support for error conditions (still no way to catch errors in render)
  • More validation for log scale in XYOptions
  • Trey's changes for MULTI_VALUE_CHANGE - field reducer is now called once on form submit

if (!isCatalog) {
const numericCols = getNumericCols(tableData.columns);
if (numericCols.length > 2) {
if (numericCols.length >= 2) {
Copy link
Contributor

Choose a reason for hiding this comment

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

That's a good fix too! Thanks!

@ejoliet
Copy link
Contributor

ejoliet commented Aug 25, 2016

Works ok to me. Review done.

@tgoldina tgoldina merged commit 58ee6eb into dev Aug 25, 2016
@tgoldina tgoldina deleted the dm-7317_logscale branch August 26, 2016 23:43
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