Object

japgolly.scalajs.benchmark.vendor.chartjs.Chart.defaults

global

Related Doc: package defaults

Permalink

object global extends Object with GlobalOptions

Annotations
@native()
Linear Supertypes
GlobalOptions, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. global
  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. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. 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
  10. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Object
  18. 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
  19. var multiTooltipTemplate: String

    Permalink

    Template string for multiple tooltips

    Template string for multiple tooltips

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

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

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

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

    Permalink

    Will fire on animation completion.

    Will fire on animation completion.

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

    Permalink

    Will fire on animation progression.

    Will fire on animation progression.

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

    Permalink
    Definition Classes
    Object
  26. 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
  27. 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
  28. var scaleFontColor: String

    Permalink

    Scale label font colour

    Scale label font colour

    Definition Classes
    GlobalOptions
  29. var scaleFontFamily: String

    Permalink

    Scale label font declaration for the scale label

    Scale label font declaration for the scale label

    Definition Classes
    GlobalOptions
  30. var scaleFontSize: Double

    Permalink

    Scale label font size in pixels

    Scale label font size in pixels

    Definition Classes
    GlobalOptions
  31. var scaleFontStyle: String

    Permalink

    Scale label font weight style

    Scale label font weight style

    Definition Classes
    GlobalOptions
  32. 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
  33. var scaleLabel: String

    Permalink

    Interpolated JS string - can access value

    Interpolated JS string - can access value

    Definition Classes
    GlobalOptions
  34. var scaleLineColor: String

    Permalink

    Colour of the scale line

    Colour of the scale line

    Definition Classes
    GlobalOptions
  35. var scaleLineWidth: Double

    Permalink

    Pixel width of the scale line

    Pixel width of the scale line

    Definition Classes
    GlobalOptions
  36. 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
  37. var scaleShowLabels: Boolean

    Permalink

    Whether to show labels on the scale

    Whether to show labels on the scale

    Definition Classes
    GlobalOptions
  38. var scaleStartValue: Double

    Permalink

    The scale starting value

    The scale starting value

    Definition Classes
    GlobalOptions
  39. var scaleStepWidth: Double

    Permalink

    The value jump in the hard coded scale

    The value jump in the hard coded scale

    Definition Classes
    GlobalOptions
  40. 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
  41. var showScale: Boolean

    Permalink

    If we should show the scale at all

    If we should show the scale at all

    Definition Classes
    GlobalOptions
  42. 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
  43. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

    Permalink

    Size of the caret on the tooltip

    Size of the caret on the tooltip

    Definition Classes
    GlobalOptions
  47. var tooltipCornerRadius: Double

    Permalink

    Pixel radius of the tooltip border

    Pixel radius of the tooltip border

    Definition Classes
    GlobalOptions
  48. var tooltipEvents: Labels

    Permalink

    Array of string names to attach tooltip events

    Array of string names to attach tooltip events

    Definition Classes
    GlobalOptions
  49. var tooltipFillColor: String

    Permalink

    Tooltip background colour

    Tooltip background colour

    Definition Classes
    GlobalOptions
  50. var tooltipFontColor: String

    Permalink

    Tooltip label font colour

    Tooltip label font colour

    Definition Classes
    GlobalOptions
  51. var tooltipFontFamily: String

    Permalink

    Tooltip label font declaration for the scale label

    Tooltip label font declaration for the scale label

    Definition Classes
    GlobalOptions
  52. var tooltipFontSize: Double

    Permalink

    Tooltip label font size in pixels

    Tooltip label font size in pixels

    Definition Classes
    GlobalOptions
  53. var tooltipFontStyle: String

    Permalink

    Tooltip font weight style

    Tooltip font weight style

    Definition Classes
    GlobalOptions
  54. var tooltipTemplate: String

    Permalink

    Template string for single tooltips

    Template string for single tooltips

    Definition Classes
    GlobalOptions
  55. var tooltipTitleFontColor: String

    Permalink

    Tooltip title font colour

    Tooltip title font colour

    Definition Classes
    GlobalOptions
  56. var tooltipTitleFontFamily: String

    Permalink

    Tooltip title font declaration for the scale label

    Tooltip title font declaration for the scale label

    Definition Classes
    GlobalOptions
  57. var tooltipTitleFontSize: Double

    Permalink

    Tooltip title font size in pixels

    Tooltip title font size in pixels

    Definition Classes
    GlobalOptions
  58. var tooltipTitleFontStyle: String

    Permalink

    Tooltip title font weight style

    Tooltip title font weight style

    Definition Classes
    GlobalOptions
  59. var tooltipXOffset: Double

    Permalink

    Pixel offset from point x to tooltip edge

    Pixel offset from point x to tooltip edge

    Definition Classes
    GlobalOptions
  60. var tooltipXPadding: Double

    Permalink

    pixel width of padding around tooltip text

    pixel width of padding around tooltip text

    Definition Classes
    GlobalOptions
  61. var tooltipYPadding: Double

    Permalink

    pixel width of padding around tooltip text

    pixel width of padding around tooltip text

    Definition Classes
    GlobalOptions
  62. def valueOf(): Any

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. 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