Skip to content

Enum: OrientEnum

The position relative to the chart for either a (sub)title or axis.

URI: OrientEnum

Permissible Values

Value Meaning Description
left None Place a y-axis or title along the left side of the chart
right None Place a y-axis or title along the right side of the chart
top None Place an x-axis or title along the top side of the chart
bottom None Place an x-axis or title along the bottom side of the chart

Slots

Name Description
orient The orientation of the axis, either 'left', 'right', 'top' or 'bottom'

Identifier and Mapping Information

Schema Source

  • from schema: https://w3id.org/scverse/vega-scverse/specification

LinkML Source

name: OrientEnum
description: The position relative to the chart for either a (sub)title or axis.
from_schema: https://w3id.org/scverse/vega-scverse/specification
rank: 1000
permissible_values:
  left:
    text: left
    description: Place a y-axis or title along the left side of the chart.
  right:
    text: right
    description: Place a y-axis or title along the right side of the chart.
  top:
    text: top
    description: Place an x-axis or title along the top side of the chart.
  bottom:
    text: bottom
    description: Place an x-axis or title along the bottom side of the chart.