Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regression on labels overriding handling #299

Closed
arnaudlimbourg opened this issue Jul 8, 2015 · 1 comment
Closed

Regression on labels overriding handling #299

arnaudlimbourg opened this issue Jul 8, 2015 · 1 comment

Comments

@arnaudlimbourg
Copy link

Hello,

I m using keen-dashboards and I have noticed a regression which I narrowed to be between 3.2.3 and 3.2.4.

Using 3.2.3 with a chart that overrides labels for a funnel works, not in 3.2.4

    {
      chartType: "columnchart",
      title: " ",
      height: 250,
      width: "auto",
      legend: { position: "none" },
      hAxis: {
        direction: 1
      },
      labels: [1, 2, 3, 4, 5]
    }

In the configuration, labels is properly handled in 3.2.3, but has not effect in following versions, even in 3.2.5 it doesn't work.

Just thought I'd let you know.

update: as far as I can tell it comes for this commit 44e352e#diff-109126168a40dedc46becd6995c6d969

@dustinlarimer
Copy link
Contributor

@arnaudlimbourg thanks for reporting - we'll check it out! We've definitely had issues with this config option in the past.

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

No branches or pull requests

2 participants