Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
forena
Commits
70ee4301
Commit
70ee4301
authored
Oct 09, 2014
by
metzlerd
Browse files
#2353659
Scrapeconfig problem with multiple graphs.
parent
e37c0c6b
Changes
1
Show whitespace changes
Inline
Side-by-side
renderers/FrxSVGGraph.inc
View file @
70ee4301
...
...
@@ -201,7 +201,7 @@ class FrxSVGGraph extends FrxRenderer {
$this
->
weight
=
0
;
$attrs
=
array
();
$svg
=
''
;
$nodes
=
$this
->
reportDocNode
->
xpath
(
'
//
svg'
);
$nodes
=
$this
->
reportDocNode
->
xpath
(
'svg'
);
if
(
$nodes
)
{
$svg
=
$nodes
[
0
];
$config
=
$this
->
mergedAttributes
(
$svg
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment