Trait

japgolly.scalajs.benchmark.vendor.chartjs.Chart

BarOptions

Related Doc: package Chart

Permalink

trait BarOptions extends Object with GlobalOptions

Annotations
@RawJSType() @native()
Linear Supertypes
GlobalOptions, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BarOptions
  2. GlobalOptions
  3. Object
  4. Any
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. var animation: Boolean

    Permalink

    Whether to animate the chart

    Whether to animate the chart

    Definition Classes
    GlobalOptions
  5. var animationEasing: String

    Permalink

    Animation easing effect

    Animation easing effect

    Definition Classes
    GlobalOptions
  6. var animationSteps: Int

    Permalink

    Number of animation steps

    Number of animation steps

    Definition Classes
    GlobalOptions
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. var barDatasetSpacing: Double

    Permalink

    Spacing between data sets within X values

  9. var barShowStroke: Boolean

    Permalink

    If there is a stroke on each bar

  10. var barStrokeWidth: Double

    Permalink

    Pixel width of the bar stroke

  11. var barValueSpacing: Double

    Permalink

    Spacing between each of the X value sets

  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. var customTooltips: |[Boolean, Function1[|[Boolean, Tooltip], Boolean]]

    Permalink

    Determines whether to execute the customTooltips function instead of drawing the built in tooltips (See [Advanced - External Tooltips](#advanced-usage-custom-tooltips))

    Determines whether to execute the customTooltips function instead of drawing the built in tooltips (See [Advanced - External Tooltips](#advanced-usage-custom-tooltips))

    Definition Classes
    GlobalOptions
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hasOwnProperty(v: String): Boolean

    Permalink
    Definition Classes
    Object
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def isPrototypeOf(v: Object): Boolean

    Permalink
    Definition Classes
    Object
  22. var legendTemplate: String

    Permalink

    A legend template

  23. var maintainAspectRatio: Boolean

    Permalink

    whether to maintain the starting aspect ratio or not when responsive, if set to false, will take up entire container

    whether to maintain the starting aspect ratio or not when responsive, if set to false, will take up entire container

    Definition Classes
    GlobalOptions
  24. var multiTooltipTemplate: String

    Permalink

    Template string for multiple tooltips

    Template string for multiple tooltips

    Definition Classes
    GlobalOptions
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. var onAnimationComplete: Function0[Unit]

    Permalink

    Will fire on animation completion.

    Will fire on animation completion.

    Definition Classes
    GlobalOptions
  29. var onAnimationProgress: Function0[Unit]

    Permalink

    Will fire on animation progression.

    Will fire on animation progression.

    Definition Classes
    GlobalOptions
  30. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  31. var responsive: Boolean

    Permalink

    whether or not the chart should be responsive and resize when the browser does.

    whether or not the chart should be responsive and resize when the browser does.

    Definition Classes
    GlobalOptions
  32. var scaleBeginAtZero: Boolean

    Permalink

    Whether the scale should start at zero, or an order of magnitude down from the lowest value

    Whether the scale should start at zero, or an order of magnitude down from the lowest value

    Definition Classes
    GlobalOptions
  33. var scaleFontColor: String

    Permalink

    Scale label font colour

    Scale label font colour

    Definition Classes
    GlobalOptions
  34. var scaleFontFamily: String

    Permalink

    Scale label font declaration for the scale label

    Scale label font declaration for the scale label

    Definition Classes
    GlobalOptions
  35. var scaleFontSize: Double

    Permalink

    Scale label font size in pixels

    Scale label font size in pixels

    Definition Classes
    GlobalOptions
  36. var scaleFontStyle: String

    Permalink

    Scale label font weight style

    Scale label font weight style

    Definition Classes
    GlobalOptions
  37. var scaleGridLineColor: String

    Permalink

    Colour of the grid lines

  38. var scaleGridLineWidth: Double

    Permalink

    Width of the grid lines

  39. var scaleIntegersOnly: Boolean

    Permalink

    Whether the scale should stick to integers, not floats even if drawing space is there

    Whether the scale should stick to integers, not floats even if drawing space is there

    Definition Classes
    GlobalOptions
  40. var scaleLabel: String

    Permalink

    Interpolated JS string - can access value

    Interpolated JS string - can access value

    Definition Classes
    GlobalOptions
  41. var scaleLineColor: String

    Permalink

    Colour of the scale line

    Colour of the scale line

    Definition Classes
    GlobalOptions
  42. var scaleLineWidth: Double

    Permalink

    Pixel width of the scale line

    Pixel width of the scale line

    Definition Classes
    GlobalOptions
  43. var scaleOverride: Boolean

    Permalink

    If we want to override with a hard coded scale

    If we want to override with a hard coded scale

    Definition Classes
    GlobalOptions
  44. var scaleShowGridLines: Boolean

    Permalink

    Whether grid lines are shown across the chart

  45. var scaleShowHorizontalLines: Boolean

    Permalink

    Whether to show horizontal lines (except X axis)

  46. var scaleShowLabels: Boolean

    Permalink

    Whether to show labels on the scale

    Whether to show labels on the scale

    Definition Classes
    GlobalOptions
  47. var scaleShowVerticalLines: Boolean

    Permalink

    Whether to show vertical lines (except Y axis)

  48. var scaleStartValue: Double

    Permalink

    The scale starting value

    The scale starting value

    Definition Classes
    GlobalOptions
  49. var scaleStepWidth: Double

    Permalink

    The value jump in the hard coded scale

    The value jump in the hard coded scale

    Definition Classes
    GlobalOptions
  50. var scaleSteps: Double

    Permalink

    Required if scaleOverride is true.

    Required if scaleOverride is true. The number of steps in a hard coded scale

    Definition Classes
    GlobalOptions
  51. var showScale: Boolean

    Permalink

    If we should show the scale at all

    If we should show the scale at all

    Definition Classes
    GlobalOptions
  52. var showTooltips: Boolean

    Permalink

    Determines whether to draw tooltips on the canvas or not

    Determines whether to draw tooltips on the canvas or not

    Definition Classes
    GlobalOptions
  53. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  54. def toLocaleString(): String

    Permalink
    Definition Classes
    Object
  55. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  56. var tooltipCaretSize: Double

    Permalink

    Size of the caret on the tooltip

    Size of the caret on the tooltip

    Definition Classes
    GlobalOptions
  57. var tooltipCornerRadius: Double

    Permalink

    Pixel radius of the tooltip border

    Pixel radius of the tooltip border

    Definition Classes
    GlobalOptions
  58. var tooltipEvents: Labels

    Permalink

    Array of string names to attach tooltip events

    Array of string names to attach tooltip events

    Definition Classes
    GlobalOptions
  59. var tooltipFillColor: String

    Permalink

    Tooltip background colour

    Tooltip background colour

    Definition Classes
    GlobalOptions
  60. var tooltipFontColor: String

    Permalink

    Tooltip label font colour

    Tooltip label font colour

    Definition Classes
    GlobalOptions
  61. var tooltipFontFamily: String

    Permalink

    Tooltip label font declaration for the scale label

    Tooltip label font declaration for the scale label

    Definition Classes
    GlobalOptions
  62. var tooltipFontSize: Double

    Permalink

    Tooltip label font size in pixels

    Tooltip label font size in pixels

    Definition Classes
    GlobalOptions
  63. var tooltipFontStyle: String

    Permalink

    Tooltip font weight style

    Tooltip font weight style

    Definition Classes
    GlobalOptions
  64. var tooltipTemplate: String

    Permalink

    Template string for single tooltips

    Template string for single tooltips

    Definition Classes
    GlobalOptions
  65. var tooltipTitleFontColor: String

    Permalink

    Tooltip title font colour

    Tooltip title font colour

    Definition Classes
    GlobalOptions
  66. var tooltipTitleFontFamily: String

    Permalink

    Tooltip title font declaration for the scale label

    Tooltip title font declaration for the scale label

    Definition Classes
    GlobalOptions
  67. var tooltipTitleFontSize: Double

    Permalink

    Tooltip title font size in pixels

    Tooltip title font size in pixels

    Definition Classes
    GlobalOptions
  68. var tooltipTitleFontStyle: String

    Permalink

    Tooltip title font weight style

    Tooltip title font weight style

    Definition Classes
    GlobalOptions
  69. var tooltipXOffset: Double

    Permalink

    Pixel offset from point x to tooltip edge

    Pixel offset from point x to tooltip edge

    Definition Classes
    GlobalOptions
  70. var tooltipXPadding: Double

    Permalink

    pixel width of padding around tooltip text

    pixel width of padding around tooltip text

    Definition Classes
    GlobalOptions
  71. var tooltipYPadding: Double

    Permalink

    pixel width of padding around tooltip text

    pixel width of padding around tooltip text

    Definition Classes
    GlobalOptions
  72. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  73. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  74. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  75. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from GlobalOptions

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped