Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Alain Shakour
clowdflows
Commits
2fde0a64
Commit
2fde0a64
authored
Nov 09, 2012
by
Anze Vavpetic
Browse files
fix to avoid element id clashes
parent
8391b10f
Changes
1
Hide whitespace changes
Inline
Side-by-side
workflows/templates/visualizations/sensitivity_analysis.html
View file @
2fde0a64
...
...
@@ -33,7 +33,7 @@ $(function () {
function
plot
(
target_att
)
{
chart
=
new
Highcharts
.
Chart
({
chart
:
{
renderTo
:
'
container
'
,
renderTo
:
'
container
{{widget.pk}}
'
,
type
:
'
line
'
,
marginRight
:
130
,
marginBottom
:
40
...
...
@@ -83,6 +83,6 @@ $(function () {
}
});
</script>
<div
id=
"container"
style=
"min-width: 580px; min-height: 480px margin: 0 auto"
></div>
<div
id=
"container
{{widget.pk}}
"
style=
"min-width: 580px; min-height: 480px margin: 0 auto"
></div>
</div>
</div>
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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