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

Y axis title not working #18

Closed
andrewt3000 opened this issue Sep 23, 2013 · 2 comments
Closed

Y axis title not working #18

andrewt3000 opened this issue Sep 23, 2013 · 2 comments

Comments

@andrewt3000
Copy link

The yAxis property doesn't work.

http://jsfiddle.net/cSek7/5/

The y axis should labled "Y Axis title" instead of "Values"

@rejoc
Copy link

rejoc commented Nov 13, 2013

Update highcharts to the latest version... Seems that this item has changed (used to be chartTitle at least in 3.0.4)

and put yAxis option in the options object :

    options: {
        chart: {
            type: 'bar'
        },
        yAxis: { 
            title: {
                text: 'Y Axis title',
            }
        }
    },

@mattupstate
Copy link

@pablojim @andrewt3000 None of my yAxis options are being reflected in any of my charts.

Update: I just realized that this is due to using an older version installed via Bower.

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

No branches or pull requests

4 participants