Trait

japgolly.scalajs.benchmark.vendor.chartjs.Chart

PieDoughnutOptions

Related Doc: package Chart

Permalink

trait PieDoughnutOptions extends Object with GlobalOptions

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

    Permalink

    Whether we animate the rotation of the Doughnut

  5. var animateScale: Boolean

    Permalink

    Whether we animate scaling the Doughnut from the centre

  6. var animation: Boolean

    Permalink

    Whether to animate the chart

    Whether to animate the chart

    Definition Classes
    GlobalOptions
  7. var animationEasing: String

    Permalink

    Animation easing effect

    Animation easing effect

    Definition Classes
    GlobalOptions
  8. var animationSteps: Int

    Permalink

    Number of animation steps

    Number of animation steps

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

    Permalink
    Definition Classes
    Any
  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. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    Object
  20. var legendTemplate: String

    Permalink

    A legend template

  21. 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
  22. var multiTooltipTemplate: String

    Permalink

    Template string for multiple tooltips

    Template string for multiple tooltips

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

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

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

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

    Permalink

    Will fire on animation completion.

    Will fire on animation completion.

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

    Permalink

    Will fire on animation progression.

    Will fire on animation progression.

    Definition Classes
    GlobalOptions
  28. var percentageInnerCutout: Double

    Permalink

    The percentage of the chart that we cut out of the middle

  29. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  30. 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
  31. 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
  32. var scaleFontColor: String

    Permalink

    Scale label font colour

    Scale label font colour

    Definition Classes
    GlobalOptions
  33. var scaleFontFamily: String

    Permalink

    Scale label font declaration for the scale label

    Scale label font declaration for the scale label

    Definition Classes
    GlobalOptions
  34. var scaleFontSize: Double

    Permalink

    Scale label font size in pixels

    Scale label font size in pixels

    Definition Classes
    GlobalOptions
  35. var scaleFontStyle: String

    Permalink

    Scale label font weight style

    Scale label font weight style

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

    Permalink

    Interpolated JS string - can access value

    Interpolated JS string - can access value

    Definition Classes
    GlobalOptions
  38. var scaleLineColor: String

    Permalink

    Colour of the scale line

    Colour of the scale line

    Definition Classes
    GlobalOptions
  39. var scaleLineWidth: Double

    Permalink

    Pixel width of the scale line

    Pixel width of the scale line

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

    Permalink

    Whether to show labels on the scale

    Whether to show labels on the scale

    Definition Classes
    GlobalOptions
  42. var scaleStartValue: Double

    Permalink

    The scale starting value

    The scale starting value

    Definition Classes
    GlobalOptions
  43. var scaleStepWidth: Double

    Permalink

    The value jump in the hard coded scale

    The value jump in the hard coded scale

    Definition Classes
    GlobalOptions
  44. 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
  45. var segmentShowStroke: Boolean

    Permalink

    Whether we should show a stroke on each segment

  46. var segmentStrokeColor: String

    Permalink

    The colour of each segment stroke

  47. var segmentStrokeWidth: Double

    Permalink

    The width of each segment stroke

  48. var showScale: Boolean

    Permalink

    If we should show the scale at all

    If we should show the scale at all

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

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

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

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

    Permalink

    Size of the caret on the tooltip

    Size of the caret on the tooltip

    Definition Classes
    GlobalOptions
  54. var tooltipCornerRadius: Double

    Permalink

    Pixel radius of the tooltip border

    Pixel radius of the tooltip border

    Definition Classes
    GlobalOptions
  55. var tooltipEvents: Labels

    Permalink

    Array of string names to attach tooltip events

    Array of string names to attach tooltip events

    Definition Classes
    GlobalOptions
  56. var tooltipFillColor: String

    Permalink

    Tooltip background colour

    Tooltip background colour

    Definition Classes
    GlobalOptions
  57. var tooltipFontColor: String

    Permalink

    Tooltip label font colour

    Tooltip label font colour

    Definition Classes
    GlobalOptions
  58. var tooltipFontFamily: String

    Permalink

    Tooltip label font declaration for the scale label

    Tooltip label font declaration for the scale label

    Definition Classes
    GlobalOptions
  59. var tooltipFontSize: Double

    Permalink

    Tooltip label font size in pixels

    Tooltip label font size in pixels

    Definition Classes
    GlobalOptions
  60. var tooltipFontStyle: String

    Permalink

    Tooltip font weight style

    Tooltip font weight style

    Definition Classes
    GlobalOptions
  61. var tooltipTemplate: String

    Permalink

    Template string for single tooltips

    Template string for single tooltips

    Definition Classes
    GlobalOptions
  62. var tooltipTitleFontColor: String

    Permalink

    Tooltip title font colour

    Tooltip title font colour

    Definition Classes
    GlobalOptions
  63. var tooltipTitleFontFamily: String

    Permalink

    Tooltip title font declaration for the scale label

    Tooltip title font declaration for the scale label

    Definition Classes
    GlobalOptions
  64. var tooltipTitleFontSize: Double

    Permalink

    Tooltip title font size in pixels

    Tooltip title font size in pixels

    Definition Classes
    GlobalOptions
  65. var tooltipTitleFontStyle: String

    Permalink

    Tooltip title font weight style

    Tooltip title font weight style

    Definition Classes
    GlobalOptions
  66. var tooltipXOffset: Double

    Permalink

    Pixel offset from point x to tooltip edge

    Pixel offset from point x to tooltip edge

    Definition Classes
    GlobalOptions
  67. var tooltipXPadding: Double

    Permalink

    pixel width of padding around tooltip text

    pixel width of padding around tooltip text

    Definition Classes
    GlobalOptions
  68. var tooltipYPadding: Double

    Permalink

    pixel width of padding around tooltip text

    pixel width of padding around tooltip text

    Definition Classes
    GlobalOptions
  69. def valueOf(): Any

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

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

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