trait Axis extends Object

Annotations
@JSType() @jsenrich()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Axis
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. val anchor: UndefOr[String]
    Annotations
    @JSOptional()
  2. val automargin: UndefOr[Boolean]
    Annotations
    @JSOptional()
  3. val autorange: UndefOr[|[Boolean, String]]
    Annotations
    @JSOptional()
  4. val calendar: UndefOr[Calendar]
    Annotations
    @JSOptional()
  5. val categoryorder: UndefOr[String]
    Annotations
    @JSOptional()
  6. val color: UndefOr[String]
    Annotations
    @JSOptional()
  7. val constrain: UndefOr[Constrain]
    Annotations
    @JSOptional()
  8. val constraintoward: UndefOr[ConstrainToward]
    Annotations
    @JSOptional()
  9. val dividercolor: UndefOr[Color]
    Annotations
    @JSOptional()
  10. val dividerwidth: UndefOr[Int]
    Annotations
    @JSOptional()
  11. val domain: UndefOr[Tuple2[Double, Double]]
    Annotations
    @JSOptional()
  12. val dtick: UndefOr[|[Double, String]]
    Annotations
    @JSOptional()
  13. val exponentformat: UndefOr[ExponentFormat]
    Annotations
    @JSOptional()
  14. val fixedrange: UndefOr[String]
    Annotations
    @JSOptional()
  15. val gridcolor: UndefOr[Color]
    Annotations
    @JSOptional()
  16. val gridwidth: UndefOr[Int]
    Annotations
    @JSOptional()
  17. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  18. val hoverformat: UndefOr[String]
    Annotations
    @JSOptional()
  19. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  20. val layer: UndefOr[Layer]
    Annotations
    @JSOptional()
  21. val linecolor: UndefOr[Color]
    Annotations
    @JSOptional()
  22. val linewidth: UndefOr[Int]
    Annotations
    @JSOptional()
  23. val matches: UndefOr[String]
    Annotations
    @JSOptional()
  24. val mirror: UndefOr[|[Mirror, Boolean]]
    Annotations
    @JSOptional()
  25. val nticks: UndefOr[Int]
    Annotations
    @JSOptional()
  26. val overlaying: UndefOr[String]
    Annotations
    @JSOptional()
  27. val position: UndefOr[Double]
    Annotations
    @JSOptional()
  28. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  29. val range: UndefOr[Array[|[|[Date, String], Double]]]
    Annotations
    @JSOptional()
  30. val rangemode: UndefOr[RangeMode]
    Annotations
    @JSOptional()
  31. val scaleanchor: UndefOr[String]
    Annotations
    @JSOptional()
  32. val scaleratio: UndefOr[Double]
    Annotations
    @JSOptional()
  33. val separatethousands: UndefOr[Boolean]
    Annotations
    @JSOptional()
  34. val showdividers: UndefOr[Boolean]
    Annotations
    @JSOptional()
  35. val showexponent: UndefOr[ShowExponent]
    Annotations
    @JSOptional()
  36. val showgrid: UndefOr[Boolean]
    Annotations
    @JSOptional()
  37. val showline: UndefOr[Boolean]
    Annotations
    @JSOptional()
  38. val showspikes: UndefOr[Boolean]
    Annotations
    @JSOptional()
  39. val showticklabels: UndefOr[Boolean]
    Annotations
    @JSOptional()
  40. val showtickprefix: UndefOr[ShowTickPrefix]
    Annotations
    @JSOptional()
  41. val side: UndefOr[Side]
    Annotations
    @JSOptional()
  42. val spikecolor: UndefOr[Color]
    Annotations
    @JSOptional()
  43. val spikedash: UndefOr[String]
    Annotations
    @JSOptional()
  44. val spikemode: UndefOr[String]
    Annotations
    @JSOptional()
  45. val spikesnap: UndefOr[SpikeSnap]
    Annotations
    @JSOptional()
  46. val spikethickness: UndefOr[Int]
    Annotations
    @JSOptional()
  47. val tick0: UndefOr[|[Double, String]]
    Annotations
    @JSOptional()
  48. val tickangle: UndefOr[Double]
    Annotations
    @JSOptional()
  49. val tickcolor: UndefOr[Color]
    Annotations
    @JSOptional()
  50. val tickfont: UndefOr[Font]
    Annotations
    @JSOptional()
  51. val tickformat: UndefOr[String]
    Annotations
    @JSOptional()
  52. val tickformatstops: UndefOr[Array[TickFormatStops]]
    Annotations
    @JSOptional()
  53. val ticklen: UndefOr[Int]
    Annotations
    @JSOptional()
  54. val tickmode: UndefOr[TickMode]
    Annotations
    @JSOptional()
  55. val tickprefix: UndefOr[String]
    Annotations
    @JSOptional()
  56. val ticks: UndefOr[Tick]
    Annotations
    @JSOptional()
  57. val tickson: UndefOr[TicksOn]
    Annotations
    @JSOptional()
  58. val ticksuffix: UndefOr[String]
    Annotations
    @JSOptional()
  59. val ticktext: UndefOr[Array[String]]
    Annotations
    @JSOptional()
  60. val tickvals: UndefOr[Array[Datum]]
    Annotations
    @JSOptional()
  61. val tickwidth: UndefOr[Int]
    Annotations
    @JSOptional()
  62. val title: UndefOr[TickTitle]
    Annotations
    @JSOptional()
  63. def toLocaleString(): String
    Definition Classes
    Object
  64. val type: UndefOr[AxisType]
    Annotations
    @JSOptional()
  65. val uirevision: UndefOr[|[String, Int]]
    Annotations
    @JSOptional()
  66. def valueOf(): Any
    Definition Classes
    Object
  67. val visible: UndefOr[Boolean]
    Annotations
    @JSOptional()
  68. val zeroline: UndefOr[Boolean]
    Annotations
    @JSOptional()
  69. val zerolinecolor: UndefOr[Color]
    Annotations
    @JSOptional()
  70. val zerolinewidth: UndefOr[Int]
    Annotations
    @JSOptional()