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
Fixed configureOptions for new option `maxMinorChars`
fixDataView
jos
9 years ago
parent
6453cd0d62
commit
77112d8334
3 changed files
with
1353 additions
and
1334 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1351
-1332
dist/vis.js
+1
-1
lib/timeline/optionsGraph2d.js
+1
-1
lib/timeline/optionsTimeline.js
+ 1351
- 1332
dist/vis.js
File diff suppressed because it is too large
View File
+ 1
- 1
lib/timeline/optionsGraph2d.js
View File
@ -251,7 +251,7 @@ let configureOptions = {
locale
:
''
,
max
:
''
,
maxHeight
:
''
,
maxMinorChars
:
7
,
maxMinorChars
:
[
7
,
0
,
20
,
1
]
,
min
:
''
,
minHeight
:
''
,
moveable
:
true
,
+ 1
- 1
lib/timeline/optionsTimeline.js
View File
@ -191,7 +191,7 @@ let configureOptions = {
}
,
max
:
''
,
maxHeight
:
''
,
maxMinorChars
:
7
,
maxMinorChars
:
[
7
,
0
,
20
,
1
]
,
min
:
''
,
minHeight
:
''
,
moveable
:
false
,
Write
Preview
Loading…
Cancel
Save