Problem/Motivation

When using the current version of PHP SVG Graph graphing library with forena, a malformed label option error occurs for all graphs.
Workaround can be obtained by downloading and using PHP SVG Graph 2.23

Proposed resolution

Update forena to support new graphing libarary.

API changes

No api changes required.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

metzlerd created an issue. See original summary.

metzlerd’s picture

Further verification shows that this error was introduced in when using SVGGraph version 2.20. 2.19 should work

metzlerd’s picture

Status: Active » Needs review
FileSize
659 bytes

Here's a patch that should correct the malformed label problem.

metzlerd’s picture

Issue summary: View changes

  • metzlerd committed da1293f on 8.x-1.x
    Issue #2777721 by metzlerd: Malformed Label when using SVGGraph 2.23
    

  • metzlerd committed 0d0a96e on 7.x-4.x
    Issue #2777721 by metzlerd: Malformed Label when using SVGGraph 2.23
    
metzlerd’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

kbrinner’s picture

I know this is closed but wanted to confirm that this patch fixed my issue with Forena 7.x-4.9

spjsche’s picture

Patch worked for me too on Drupal 7.53 - PHP 7.09 - MariaDB 10.1.19 - Forena 7.x-4.9
Thanks for the exciting module...