Page Menu
Home
Code
Search
Configure Global Search
Log In
Files
F947342
Base.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
803 B
Subscribers
None
Base.js
View Options
/*
Copyright (c) 2004-2009, The Dojo Foundation All Rights Reserved.
Available via Academic Free License >= 2.1 OR the modified BSD license.
see: http://dojotoolkit.org/license for details
*/
if
(
!
dojo
.
_hasResource
[
"dojox.charting.axis2d.Base"
]){
dojo
.
_hasResource
[
"dojox.charting.axis2d.Base"
]
=
true
;
dojo
.
provide
(
"dojox.charting.axis2d.Base"
);
dojo
.
require
(
"dojox.charting.Element"
);
dojo
.
declare
(
"dojox.charting.axis2d.Base"
,
dojox
.
charting
.
Element
,{
constructor
:
function
(
_1
,
_2
){
this
.
vertical
=
_2
&&
_2
.
vertical
;
},
clear
:
function
(){
return
this
;
},
initialized
:
function
(){
return
false
;
},
calculate
:
function
(
_3
,
_4
,
_5
){
return
this
;
},
getScaler
:
function
(){
return
null
;
},
getTicks
:
function
(){
return
null
;
},
getOffsets
:
function
(){
return
{
l
:
0
,
r
:
0
,
t
:
0
,
b
:
0
};
},
render
:
function
(
_6
,
_7
){
return
this
;
}});
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 26, 11:27 (1 d, 14 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
26081
Default Alt Text
Base.js (803 B)
Attached To
rZEDHG ZedLegacy
Event Timeline
Log In to Comment