@Override
protected void findTypeConstants(FacesBean.Type type)
{
super.findTypeConstants(type);
chartLib = new LibraryScriptlet("ApacheChart", null);
_typeKey = type.findKey("type");
_templateSourceKey = type.findKey("templateSource");
_perspectiveKey = type.findKey("perspective");
_legendPositionKey = type.findKey("legendPosition");
_animationDurationKey = type.findKey("animationDuration");