Trait

japgolly.scalajs.benchmark.vendor.chartjs.Chart

LineOptions

Related Doc: package Chart

Permalink

trait LineOptions extends Object with GlobalOptions

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

    Permalink

    Whether the line is curved between points

  9. var bezierCurveTension: Double

    Permalink

    Tension of the bezier curve between points

  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. 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
  12. var datasetFill: Boolean

    Permalink

    Whether to fill the dataset with a colour

  13. var datasetStroke: Boolean

    Permalink

    Whether to show a stroke for datasets

  14. var datasetStrokeWidth: Double

    Permalink

    Pixel width of dataset stroke

  15. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Object
  23. var legendTemplate: String

    Permalink

    A legend template

  24. 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
  25. var multiTooltipTemplate: String

    Permalink

    Template string for multiple tooltips

    Template string for multiple tooltips

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

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

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

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

    Permalink

    Will fire on animation completion.

    Will fire on animation completion.

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

    Permalink

    Will fire on animation progression.

    Will fire on animation progression.

    Definition Classes
    GlobalOptions
  31. var pointDot: Boolean

    Permalink

    Whether to show a dot for each point

  32. var pointDotRadius: Double

    Permalink

    Radius of each point dot in pixels

  33. var pointDotStrokeWidth: Double

    Permalink

    Pixel width of point dot stroke

  34. var pointHitDetectionRadius: Double

    Permalink

    amount extra to add to the radius to cater for hit detection outside the drawn point

  35. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  36. 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
  37. 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
  38. var scaleFontColor: String

    Permalink

    Scale label font colour

    Scale label font colour

    Definition Classes
    GlobalOptions
  39. var scaleFontFamily: String

    Permalink

    Scale label font declaration for the scale label

    Scale label font declaration for the scale label

    Definition Classes
    GlobalOptions
  40. var scaleFontSize: Double

    Permalink

    Scale label font size in pixels

    Scale label font size in pixels

    Definition Classes
    GlobalOptions
  41. var scaleFontStyle: String

    Permalink

    Scale label font weight style

    Scale label font weight style

    Definition Classes
    GlobalOptions
  42. var scaleGridLineColor: String

    Permalink

    Colour of the grid lines

  43. var scaleGridLineWidth: Double

    Permalink

    Width of the grid lines

  44. 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
  45. var scaleLabel: String

    Permalink

    Interpolated JS string - can access value

    Interpolated JS string - can access value

    Definition Classes
    GlobalOptions
  46. var scaleLineColor: String

    Permalink

    Colour of the scale line

    Colour of the scale line

    Definition Classes
    GlobalOptions
  47. var scaleLineWidth: Double

    Permalink

    Pixel width of the scale line

    Pixel width of the scale line

    Definition Classes
    GlobalOptions
  48. 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
  49. var scaleShowGridLines: Boolean

    Permalink

    Whether grid lines are shown across the chart

  50. var scaleShowHorizontalLines: Boolean

    Permalink

    Whether to show horizontal lines (except X axis)

  51. var scaleShowLabels: Boolean

    Permalink

    Whether to show labels on the scale

    Whether to show labels on the scale

    Definition Classes
    GlobalOptions
  52. var scaleShowVerticalLines: Boolean

    Permalink

    Whether to show vertical lines (except Y axis)

  53. var scaleStartValue: Double

    Permalink

    The scale starting value

    The scale starting value

    Definition Classes
    GlobalOptions
  54. var scaleStepWidth: Double

    Permalink

    The value jump in the hard coded scale

    The value jump in the hard coded scale

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

    Permalink

    If we should show the scale at all

    If we should show the scale at all

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

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

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

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

    Permalink

    Size of the caret on the tooltip

    Size of the caret on the tooltip

    Definition Classes
    GlobalOptions
  62. var tooltipCornerRadius: Double

    Permalink

    Pixel radius of the tooltip border

    Pixel radius of the tooltip border

    Definition Classes
    GlobalOptions
  63. var tooltipEvents: Labels

    Permalink

    Array of string names to attach tooltip events

    Array of string names to attach tooltip events

    Definition Classes
    GlobalOptions
  64. var tooltipFillColor: String

    Permalink

    Tooltip background colour

    Tooltip background colour

    Definition Classes
    GlobalOptions
  65. var tooltipFontColor: String

    Permalink

    Tooltip label font colour

    Tooltip label font colour

    Definition Classes
    GlobalOptions
  66. var tooltipFontFamily: String

    Permalink

    Tooltip label font declaration for the scale label

    Tooltip label font declaration for the scale label

    Definition Classes
    GlobalOptions
  67. var tooltipFontSize: Double

    Permalink

    Tooltip label font size in pixels

    Tooltip label font size in pixels

    Definition Classes
    GlobalOptions
  68. var tooltipFontStyle: String

    Permalink

    Tooltip font weight style

    Tooltip font weight style

    Definition Classes
    GlobalOptions
  69. var tooltipTemplate: String

    Permalink

    Template string for single tooltips

    Template string for single tooltips

    Definition Classes
    GlobalOptions
  70. var tooltipTitleFontColor: String

    Permalink

    Tooltip title font colour

    Tooltip title font colour

    Definition Classes
    GlobalOptions
  71. var tooltipTitleFontFamily: String

    Permalink

    Tooltip title font declaration for the scale label

    Tooltip title font declaration for the scale label

    Definition Classes
    GlobalOptions
  72. var tooltipTitleFontSize: Double

    Permalink

    Tooltip title font size in pixels

    Tooltip title font size in pixels

    Definition Classes
    GlobalOptions
  73. var tooltipTitleFontStyle: String

    Permalink

    Tooltip title font weight style

    Tooltip title font weight style

    Definition Classes
    GlobalOptions
  74. var tooltipXOffset: Double

    Permalink

    Pixel offset from point x to tooltip edge

    Pixel offset from point x to tooltip edge

    Definition Classes
    GlobalOptions
  75. var tooltipXPadding: Double

    Permalink

    pixel width of padding around tooltip text

    pixel width of padding around tooltip text

    Definition Classes
    GlobalOptions
  76. var tooltipYPadding: Double

    Permalink

    pixel width of padding around tooltip text

    pixel width of padding around tooltip text

    Definition Classes
    GlobalOptions
  77. def valueOf(): Any

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

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

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