Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Gitlab will go into maintenance Friday 3rd February from 9:00 to 10:00
Open sidebar
Fractalis
fractal.js
Commits
a5e4f39c
Commit
a5e4f39c
authored
Jun 06, 2018
by
Sascha Herzinger
Browse files
enabled numerical_array for boxplot (need to be tested server side)
parent
2685b85e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/vue/charts/Boxplot.vue
View file @
a5e4f39c
...
...
@@ -4,7 +4,7 @@
<control-panel
class=
"fjs-control-panel"
name=
"Boxplot Panel"
>
<data-box
class=
"fjs-data-box"
header=
"Numerical Variables"
:dataTypes=
"['numerical']"
:dataTypes=
"['numerical'
, 'numerical_array'
]"
v-on:update=
"update_numData"
>
</data-box>
<data-box
class=
"fjs-data-box"
...
...
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