UNPKG

@quartic/bokehjs

Version:

Interactive, novel data visualization

46 lines (25 loc) 1.19 kB
export AngleUnits = ["deg", "rad"] export Dimension = ["width", "height"] export Dimensions = ["width", "height", "both"] export Direction = ["clock", "anticlock"] export FontStyle = ["normal", "italic", "bold"] export LatLon = ["lat", "lon"] export LineCap = ["butt", "round", "square"] export LineJoin = ["miter", "round", "bevel"] export Location = ["above", "below", "left", "right"] export LegendLocation = [ "top_left", "top_center", "top_right", "center_left", "center", "center_right", "bottom_left", "bottom_center", "bottom_right", ] export Orientation = ["vertical", "horizontal"] export RenderLevel = ["image", "underlay", "glyph", "annotation", "overlay"] export RenderMode = ["canvas", "css"] export Side = ["left", "right"] export SpatialUnits = ["screen", "data"] export StartEnd = ["start", "end"] export TextAlign = ["left", "right", "center"] export TextBaseline = ["top", "middle", "bottom", "alphabetic", "hanging", "ideographic"] export DistributionTypes = ["uniform", "normal"] export TransformStepModes = ["after", "before", "center"] export SizingMode = ["stretch_both", "scale_width", "scale_height", "scale_both", "fixed"]