coredeveloper2013
Posts: 76
Joined: Tue Oct 22, 2013 5:27 pm

customization

Please check this thread first to understand what I want - http://forum.highcharts.com/post118620.html#p118620

I am trying to apply the style here - http://cloud.highcharts.com/show/ajohis

Can you check why I can't do there? Because jQuery is not available there? or $ sign?
OysteinMoseng
Posts: 52
Joined: Mon May 19, 2014 8:29 am

Re: customization

Apologies for the late reply, we have been experiencing issues with our notification system for the Cloud forum.

I am not sure if I understand what you want, does the jsFiddle from Kacper (http://jsfiddle.net/sqtgsurd/) look correct to you? If so, you will have to use custom code in the cloud to implement his suggestions.

Also, the link to your chart does not work. Have you remembered to make it public?
Øystein Moseng
Head of Accessibility / Core Developer
Highcharts Team
coredeveloper2013
Posts: 76
Joined: Tue Oct 22, 2013 5:27 pm

Re: customization

Thanks at last you replied.

Yes it looks correct and thatz I want.

I do not how to implement it in cloud code. Can you help me do that?

My link is now Public - http://cloud.highcharts.com/show/ajohis

Thanks.
OysteinMoseng
Posts: 52
Joined: Mon May 19, 2014 8:29 am

Re: customization

You can rewrite the code to not use jQuery:

For getting elements by class name use getElementsByClassName (https://developer.mozilla.org/en-US/doc ... yClassName and http://stackoverflow.com/questions/1796 ... class-name).

For setting CSS, use style attribute, as explained here: http://stackoverflow.com/questions/5195 ... javascript.

Hope this is of help to you.
Øystein Moseng
Head of Accessibility / Core Developer
Highcharts Team
coredeveloper2013
Posts: 76
Joined: Tue Oct 22, 2013 5:27 pm

Re: customization

Can you please edit that chart? I tried but as there are many things to handle so why could not get it right.

Please help.
OysteinMoseng
Posts: 52
Joined: Mon May 19, 2014 8:29 am

Re: customization

Øystein Moseng
Head of Accessibility / Core Developer
Highcharts Team
coredeveloper2013
Posts: 76
Joined: Tue Oct 22, 2013 5:27 pm

Re: customization

Thanks Sir.

Return to “Highcharts Cloud”