This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-vis
mirror of
https://github.com/jrtechs/vis.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
82
Wiki
Activity
Browse Source
Remove non-implemented option again.
codeClimate
Ludo Stellingwerff
9 years ago
parent
95d46a3d54
commit
4c721d4cfb
2 changed files
with
0 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
lib/timeline/component/LineGraph.js
+0
-1
lib/timeline/optionsGraph2d.js
+ 0
- 1
lib/timeline/component/LineGraph.js
View File
@ -26,7 +26,6 @@ function LineGraph(body, options) {
this
.
defaultOptions
=
{
this
.
defaultOptions
=
{
yAxisOrientation
:
'left'
,
yAxisOrientation
:
'left'
,
defaultGroup
:
'default'
,
defaultGroup
:
'default'
,
groupOrder
:
'order'
,
sort
:
true
,
sort
:
true
,
sampling
:
true
,
sampling
:
true
,
stack
:
false
,
stack
:
false
,
+ 0
- 1
lib/timeline/optionsGraph2d.js
View File
@ -27,7 +27,6 @@ let allOptions = {
//globals :
//globals :
yAxisOrientation
:
{
string
:
[
'left'
,
'right'
]
}
,
yAxisOrientation
:
{
string
:
[
'left'
,
'right'
]
}
,
defaultGroup
:
{
string
}
,
defaultGroup
:
{
string
}
,
groupOrder
:
{
string
,
'function'
:
'function'
}
,
sort
:
{
boolean
}
,
sort
:
{
boolean
}
,
sampling
:
{
boolean
}
,
sampling
:
{
boolean
}
,
stack
:
{
boolean
}
,
stack
:
{
boolean
}
,
Write
Preview
Loading…
Cancel
Save