You can leave a blank value for the X-axis, and nothing shows up (as expected); however, when you leave a blank value on the Y-axis you get the default text of "Values".

CommentFileSizeAuthor
#4 ScreenClip.png16 KBryantollefson
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ryantollefson created an issue. See original summary.

ryantollefson’s picture

Component: Code » User interface
thomas_rz’s picture

Assigned: Unassigned » thomas_rz
Status: Active » Closed (works as designed)

Hi,

There's different Highcharts-behaviour for the xAxis and yAxis title text.
If you don't want the yAxis label to show op you need to enter an empty string (in Highcharts; http://jsfiddle.net/2q2mqdoa/1/) or a single (or more) spaces through the Easychart-UI.

Hope this works for you!

Kind regards,
Thomas

ryantollefson’s picture

Status: Closed (works as designed) » Active
FileSize
16 KB

Thanks. That worked perfect... slight problem though...

Now the Y axis has completely disappeared from the "Axes" menu.

thomas_rz’s picture

Status: Active » Closed (fixed)

Fixed in https://github.com/bestuurszaken/easychart/commit/5835cef8ae70674e1c18e6....
Update the plugin and rebuild the cache.

ps: thanks for reporting! ;-)