Packages

class YAxis extends Object

Annotations
@RawJSType() @ScalaJSDefined()
Note

JavaScript name: yAxis

Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. YAxis
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new YAxis()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val allowDecimals: UndefOr[Boolean]

    Whether to allow decimals in this axis' ticks.

    Whether to allow decimals in this axis' ticks. When counting integers, like persons or hits on a web page, decimals should be avoided in the labels.

    Example:
    1. True by default (unwanted for this type of data), false

    Since

    2.0

  5. val alternateGridColor: UndefOr[|[String, Object]]

    When using an alternate grid color, a band is painted across the plot area between every other grid line.

    When using an alternate grid color, a band is painted across the plot area between every other grid line.

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val breaks: UndefOr[Array[CleanJsObject[YAxisBreaks]]]

    An array defining breaks in the axis, the sections defined will be left out and all the points shifted closer to each other.

    An array defining breaks in the axis, the sections defined will be left out and all the points shifted closer to each other. Requires that the broken-axis.js module is loaded.

    Since

    2.1.0

  8. val ceiling: UndefOr[Double]

    The highest allowed value for automatically computed axis extremes.

    The highest allowed value for automatically computed axis extremes.

    Since

    4.0

  9. val className: UndefOr[String]

    A class name that opens for styling the axis by CSS, especially in Highcharts styled mode.

    A class name that opens for styling the axis by CSS, especially in Highcharts styled mode. The class name is applied to group elements for the grid, axis elements and labels.

    Since

    5.0.0

  10. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. val crosshair: UndefOr[|[Boolean, CleanJsObject[YAxisCrosshair]]]

    Configure a crosshair that follows either the mouse pointer or the hovered point.

    Configure a crosshair that follows either the mouse pointer or the hovered point. By default, the crosshair is enabled on the X axis and disabled on Y axis.

    In styled mode, the crosshairs are styled in the .highcharts-crosshair, .highcharts-crosshair-thin or .highcharts-xaxis-category classes.

    Since

    2.1

  12. val dateTimeLabelFormats: UndefOr[Object]

    For a datetime axis, the scale will automatically adjust to the appropriate unit.

    For a datetime axis, the scale will automatically adjust to the appropriate unit. This member gives the default string representations used for each unit. For intermediate values, different units may be used, for example the day unit can be used on midnight and hour unit be used for intermediate values on the same axis. For an overview of the replacement codes, see dateFormat.

    Defaults to:

    {
    	millisecond: '%H:%M:%S.%L',
    	second: '%H:%M:%S',
    	minute: '%H:%M',
    	hour: '%H:%M',
    	day: '%e. %b',
    	week: '%e. %b',
    	month: '%b \'%y',
    	year: '%Y'
    }
    

  13. val description: UndefOr[String]

    Requires Accessibility module

    Requires Accessibility module

    Description of the axis to screen reader users.

    Since

    5.0.0

  14. val endOnTick: UndefOr[Boolean]

    Whether to force the axis to end on a tick.

    Whether to force the axis to end on a tick. Use this option with the maxPadding option to control the axis end.

    Example:
    1. True by default and false for Y axis

  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. val events: UndefOr[CleanJsObject[YAxisEvents]]
  18. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  19. val floor: UndefOr[Double]

    The lowest allowed value for automatically computed axis extremes.

    The lowest allowed value for automatically computed axis extremes.

    Since

    4.0

  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  21. val gridLineColor: UndefOr[|[String, Object]]

    Color of the grid lines extending the ticks across the plot area.

    Color of the grid lines extending the ticks across the plot area.

    In styled mode, the stroke is given in the .highcharts-grid-line class.

  22. val gridLineDashStyle: UndefOr[String]

    The dash or dot style of the grid lines.

    The dash or dot style of the grid lines. For possible values, see this demonstration.

    Example:
    1. Long dashes

  23. val gridLineWidth: UndefOr[Double]

    The width of the grid lines extending the ticks across the plot area.

    The width of the grid lines extending the ticks across the plot area.

    Example:
    1. 2px lines

  24. val gridZIndex: UndefOr[Double]

    The Z index of the grid lines.

    The Z index of the grid lines.

    Since

    1.1

  25. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  26. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  27. val height: UndefOr[|[Double, String]]

    The height of the Y axis.

    The height of the Y axis. If it's a number, it is interpreted as pixels.

    Since Highstock 2: If it's a percentage string, it is interpreted as percentages of the total plot height.

  28. val id: UndefOr[String]

    An id for the axis.

    An id for the axis. This can be used after render time to get a pointer to the axis object through chart.get().

    Example:
    1. Get the object

  29. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  30. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  31. val labels: UndefOr[CleanJsObject[YAxisLabels]]
  32. val lineColor: UndefOr[|[String, Object]]

    The color of the line marking the axis itself.

    The color of the line marking the axis itself.

    In styled mode, the line stroke is given in the .highcharts-axis-line or .highcharts-xaxis-line class.

  33. val lineWidth: UndefOr[Double]

    The width of the line marking the axis itself.

    The width of the line marking the axis itself.

  34. val linkedTo: UndefOr[Double]

    Index of another axis that this axis is linked to.

    Index of another axis that this axis is linked to. When an axis is linked to a master axis, it will take the same extremes as the master, but as assigned by min or max or by setExtremes. It can be used to show additional info, or to ease reading the chart by duplicating the scales.

  35. val max: UndefOr[Double]

    The maximum value of the axis.

    The maximum value of the axis. If null, the max value is automatically calculated. If the endOnTick option is true, the max value might be rounded up.

    If a tickAmount is set, the axis may be extended beyond the set max in order to reach the given number of ticks. The same may happen in a chart with multiple axes, determined by chart.alignTicks, where a tickAmount is applied internally.

  36. val maxPadding: UndefOr[Double]

    Padding of the max value relative to the length of the axis.

    Padding of the max value relative to the length of the axis. A padding of 0.05 will make a 100px axis 5px longer. This is useful when you don't want the highest data value to appear on the edge of the plot area. When the axis' max option is set or a max extreme is set using axis.setExtremes(), the maxPadding will be ignored.

  37. val maxZoom: UndefOr[Double]

    Deprecated.

    Deprecated. Use minRange instead.

  38. val min: UndefOr[Double]

    The minimum value of the axis.

    The minimum value of the axis. If null the min value is automatically calculated.

    If the startOnTick option is true (default), the min value might be rounded down.

    The automatically calculated minimum value is also affected by floor, softMin, minPadding, minRange as well as series.threshold and series.softThreshold.

  39. val minPadding: UndefOr[Double]

    Padding of the min value relative to the length of the axis.

    Padding of the min value relative to the length of the axis. A padding of 0.05 will make a 100px axis 5px longer. This is useful when you don't want the lowest data value to appear on the edge of the plot area. When the axis' min option is set or a min extreme is set using axis.setExtremes(), the minPadding will be ignored.

  40. val minRange: UndefOr[Double]

    The minimum range to display on this axis.

    The minimum range to display on this axis. The entire axis will not be allowed to span over a smaller interval than this. For example, for a datetime axis the main unit is milliseconds. If minRange is set to 3600000, you can't zoom in more than to one hour.

    The default minRange for the x axis is five times the smallest interval between any of the data points.

    On a logarithmic axis, the unit for the minimum range is the power. So a minRange of 1 means that the axis can be zoomed to 10-100, 100-1000, 1000-10000 etc.

    Note that the minPadding, maxPadding, startOnTick and endOnTick settings also affect how the extremes of the axis are computed.

  41. val minTickInterval: UndefOr[Double]

    The minimum tick interval allowed in axis values.

    The minimum tick interval allowed in axis values. For example on zooming in on an axis with daily data, this can be used to prevent the axis from showing hours. Defaults to the closest distance between two points on the axis.

    Since

    1.2.0

  42. val minorGridLineColor: UndefOr[|[String, Object]]

    Color of the minor, secondary grid lines.

    Color of the minor, secondary grid lines.

    In styled mode, the stroke width is given in the .highcharts-minor-grid-line class.

  43. val minorGridLineDashStyle: UndefOr[String]

    The dash or dot style of the minor grid lines.

    The dash or dot style of the minor grid lines. For possible values, see this demonstration.

  44. val minorGridLineWidth: UndefOr[Double]

    Width of the minor, secondary grid lines.

    Width of the minor, secondary grid lines.

    In styled mode, the stroke width is given in the .highcharts-grid-line class.

  45. val minorTickColor: UndefOr[|[String, Object]]

    Color for the minor tick marks.

    Color for the minor tick marks.

  46. val minorTickInterval: UndefOr[|[String, Double]]

    Tick interval in scale units for the minor ticks.

    Tick interval in scale units for the minor ticks. On a linear axis, if "auto", the minor tick interval is calculated as a fifth of the tickInterval. If null, minor ticks are not shown.

    On logarithmic axes, the unit is the power of the value. For example, setting the minorTickInterval to 1 puts one tick on each of 0.1, 1, 10, 100 etc. Setting the minorTickInterval to 0.1 produces 9 ticks between 1 and 10, 10 and 100 etc. A minorTickInterval of "auto" on a log axis results in a best guess, attempting to enter approximately 5 minor ticks between each major tick.

    If user settings dictate minor ticks to become too dense, they don't make sense, and will be ignored to prevent performance problems.

  47. val minorTickLength: UndefOr[Double]

    The pixel length of the minor tick marks.

    The pixel length of the minor tick marks.

    Example:
    1. 10px on Y axis

  48. val minorTickPosition: UndefOr[String]

    The position of the minor tick marks relative to the axis line.

    The position of the minor tick marks relative to the axis line. Can be one of inside and outside.

    Example:
    1. Inside

  49. val minorTickWidth: UndefOr[Double]

    The pixel width of the minor tick mark.

    The pixel width of the minor tick mark.

    Example:
    1. 1px width

  50. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  51. final def notify(): Unit
    Definition Classes
    AnyRef
  52. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  53. val offset: UndefOr[Double]

    The distance in pixels from the plot area to the axis line.

    The distance in pixels from the plot area to the axis line. A positive offset moves the axis with it's line, labels and ticks away from the plot area. This is typically used when two or more axes are displayed on the same side of the plot. With multiple axes the offset is dynamically adjusted to avoid collision, this can be overridden by setting offset explicitly.

  54. val opposite: UndefOr[Boolean]

    Whether to display the axis on the opposite side of the normal.

    Whether to display the axis on the opposite side of the normal. The normal is on the left side for vertical axes and bottom for horizontal, so the opposite sides will be right and top respectively. In Highstock 1.x, the Y axis was placed on the left side by default.

  55. val ordinal: UndefOr[Boolean]

    In an ordinal axis, the points are equally spaced in the chart regardless of the actual time or x distance between them.

    In an ordinal axis, the points are equally spaced in the chart regardless of the actual time or x distance between them. This means that missing data for nights or weekends will not take up space in the chart.

    Since

    1.1

  56. val plotBands: UndefOr[Array[CleanJsObject[YAxisPlotBands]]]

    An array of objects defining plot bands on the Y axis.

  57. val plotLines: UndefOr[Array[CleanJsObject[YAxisPlotLines]]]

    An array of lines stretching across the plot area, marking a specific value on one of the axes.

    An array of lines stretching across the plot area, marking a specific value on one of the axes.

    In styled mode, the plot lines are styled by the .highcharts-plot-line class in addition to the className option.

  58. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  59. val range: UndefOr[Double]

    The zoomed range to display when only defining one or none of min or max.

    The zoomed range to display when only defining one or none of min or max. For example, to show the latest month, a range of one month can be set.

  60. val reversed: UndefOr[Boolean]

    Whether to reverse the axis so that the highest number is closest to the origin.

    Whether to reverse the axis so that the highest number is closest to the origin.

    Example:
    1. Reversed Y axis

  61. val reversedStacks: UndefOr[Boolean]

    If true, the first series in a stack will be drawn on top in a positive, non-reversed Y axis.

    If true, the first series in a stack will be drawn on top in a positive, non-reversed Y axis. If false, the first series is in the base of the stack.

    Since

    1.3.10

  62. val scrollbar: UndefOr[CleanJsObject[YAxisScrollbar]]

    An optional scrollbar to display on the Y axis in response to limiting the minimum an maximum of the axis values.

    An optional scrollbar to display on the Y axis in response to limiting the minimum an maximum of the axis values.

    In styled mode, all the presentational options for the scrollbar are replaced by the classes .highcharts-scrollbar-thumb, .highcharts-scrollbar-arrow, .highcharts-scrollbar-button, .highcharts-scrollbar-rifles and .highcharts-scrollbar-track.

    Since

    4.2.6

  63. val showEmpty: UndefOr[Boolean]

    Whether to show the axis line and title when the axis has no data.

    Whether to show the axis line and title when the axis has no data.

    Since

    1.1

  64. val showFirstLabel: UndefOr[Boolean]

    Whether to show the first tick label.

    Whether to show the first tick label.

  65. val showLastLabel: UndefOr[Boolean]

    Whether to show the last tick label.

    Whether to show the last tick label.

  66. val softMax: UndefOr[Double]

    A soft maximum for the axis.

    A soft maximum for the axis. If the series data maximum is greater than this, the axis will stay at this maximum, but if the series data maximum is higher, the axis will flex to show all data.

    Since

    5.0.1

  67. val softMin: UndefOr[Double]

    A soft minimum for the axis.

    A soft minimum for the axis. If the series data minimum is greater than this, the axis will stay at this minimum, but if the series data minimum is lower, the axis will flex to show all data.

    Since

    5.0.1

  68. val startOfWeek: UndefOr[Double]

    For datetime axes, this decides where to put the tick between weeks.

    For datetime axes, this decides where to put the tick between weeks. 0 = Sunday, 1 = Monday.

  69. val startOnTick: UndefOr[Boolean]

    Whether to force the axis to start on a tick.

    Whether to force the axis to start on a tick. Use this option with the maxPadding option to control the axis start.

  70. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  71. val tickAmount: UndefOr[Double]

    The amount of ticks to draw on the axis.

    The amount of ticks to draw on the axis. This opens up for aligning the ticks of multiple charts or panes within a chart. This option overrides the tickPixelInterval option.

    This option only has an effect on linear axes. Datetime, logarithmic or category axes are not affected.

    Since

    2.1.0

  72. val tickColor: UndefOr[|[String, Object]]

    Color for the main tick marks.

    Color for the main tick marks.

    In styled mode, the stroke is given in the .highcharts-tick class.

  73. val tickInterval: Any

    The interval of the tick marks in axis units.

    The interval of the tick marks in axis units. When null, the tick interval is computed to approximately follow the tickPixelInterval on linear and datetime axes. On categorized axes, a null tickInterval will default to 1, one category. Note that datetime axes are based on milliseconds, so for example an interval of one day is expressed as 24 * 3600 * 1000.

    If the tickInterval is too dense for labels to be drawn, Highcharts may remove ticks.

    If the chart has multiple axes, the alignTicks option may interfere with the tickInterval setting.

  74. val tickLength: UndefOr[Double]

    The pixel length of the main tick marks.

    The pixel length of the main tick marks.

  75. val tickPixelInterval: UndefOr[Double]

    If tickInterval is null this option sets the approximate pixel interval of the tick marks.

    If tickInterval is null this option sets the approximate pixel interval of the tick marks.

    The tick interval is also influenced by the minTickInterval option, that, by default prevents ticks from being denser than the data points.

    Defaults to 72 for the Y axis and 100 for the X axis.

  76. val tickPosition: UndefOr[String]

    The position of the major tick marks relative to the axis line.

    The position of the major tick marks relative to the axis line. Can be one of inside and outside.

  77. val tickPositioner: UndefOr[Function]

    A callback function to compute on what values the ticks should be placed.

    A callback function to compute on what values the ticks should be placed. Returns an array of numbers. The min and max of the axis are passed in as the first and second parameter. Options like tickInterval can be accessed by this.options.tickInterval. The automatic tick positions are accessible through this.tickPositions and can be modified by the callback.Note that in stock charts, the last label is hidden by default by the showLastLabel option.

    Since

    1.1

  78. val tickPositions: UndefOr[Array[Double]]

    A collection of hard coded tick value positions.

    A collection of hard coded tick value positions. This overrides the auto computed positions based on tickInterval and tickPixelInterval. See also tickPositioner.

    Since

    1.1

  79. val tickWidth: UndefOr[Double]

    The pixel width of the major tick marks.

    The pixel width of the major tick marks.

  80. val title: UndefOr[CleanJsObject[YAxisTitle]]
  81. def toLocaleString(): String
    Definition Classes
    Object
  82. def toString(): String
    Definition Classes
    AnyRef → Any
  83. val top: UndefOr[|[Double, String]]

    The top position of the Y axis.

    The top position of the Y axis. If it's a number, it is interpreted as pixel position relative to the chart.

    Since Highstock 2: If it's a percentage string, it is interpreted as percentages of the plot height, offset from plot area top.

  84. val units: UndefOr[Array[Any]]

    Datetime axis only.

    Datetime axis only. An array determining what time intervals the ticks are allowed to fall on. Each array item is an array where the first value is the time unit and the second value another array of allowed multiples. Defaults to:

    units: [[
    	'millisecond', // unit name
    	[1, 2, 5, 10, 20, 25, 50, 100, 200, 500] // allowed multiples
    ], [
    	'second',
    	[1, 2, 5, 10, 15, 30]
    ], [
    	'minute',
    	[1, 2, 5, 10, 15, 30]
    ], [
    	'hour',
    	[1, 2, 3, 4, 6, 8, 12]
    ], [
    	'day',
    	[1]
    ], [
    	'week',
    	[1]
    ], [
    	'month',
    	[1, 3, 6]
    ], [
    	'year',
    	null
    ]]
    

  85. def valueOf(): Any
    Definition Classes
    Object
  86. val visible: UndefOr[Boolean]

    Whether axis, including axis title, line, ticks and labels, should be visible.

    Whether axis, including axis title, line, ticks and labels, should be visible.

    Since

    2.1.9

  87. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  88. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  89. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped