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
Update demo
v3_develop
Chris Jackson
10 years ago
parent
846e2b32d4
commit
ab76d35203
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
examples/graph2d/16_bothAxis_titles.html
+ 1
- 1
examples/graph2d/16_bothAxis_titles.html
View File
@ -172,7 +172,7 @@
title = {text: "Title (" + axes + " axes)", style: "color: green;"};
title = {text: "Title (" + axes + " axes)", style: "color: green;"};
}
}
else {
else {
title =
false
;
title =
undefined
;
}
}
if(axes == 'left') {
if(axes == 'left') {
Write
Preview
Loading…
Cancel
Save