Class/Object

com.knockdata.spark.highcharts.model

Chart

Related Docs: object Chart | package model

Permalink

class Chart extends BaseModel with Margin with Spacing with PublicApply

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Chart
  2. PublicApply
  3. Spacing
  4. Margin
  5. BaseModel
  6. IModel
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Chart(chartType: String)

    Permalink

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. def alignTicks(value: Boolean): Chart

    Permalink
  5. def animation(value: Boolean): Chart

    Permalink
  6. def append(fieldName: String, subFieldName: String, subFieldValue: Any): Chart.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    BaseModelIModel
  7. def append(name: String, value: Any): Chart.this.type

    Permalink
    Attributes
    protected
    Definition Classes
    BaseModelIModel
  8. def append(field: JField): Chart.this.type

    Permalink

    append a JField, it's the main entry

    append a JField, it's the main entry

    Attributes
    protected
    Definition Classes
    BaseModelIModel
  9. def appendSubItems(): Unit

    Permalink

    append all sub items to the result.

    append all sub items to the result.

    The sub items has to be in objects. That's it can only be done before all data is ready

    Attributes
    protected
    Definition Classes
    BaseModel
  10. def apply(fieldName: String, fieldValue: Any): Chart.this.type

    Permalink
    Definition Classes
    PublicApply
  11. def apply(fieldName: String, subFieldName: String, fieldValue: Any): Chart.this.type

    Permalink
    Definition Classes
    PublicApply
  12. def apply(fieldName: String, fieldValue: Seq[_]): Chart.this.type

    Permalink
    Definition Classes
    PublicApply
  13. def apply(fieldName: String, fieldValue: JValue): Chart.this.type

    Permalink
    Definition Classes
    PublicApply
  14. def apply(fieldName: String, fieldValue: Boolean): Chart.this.type

    Permalink
    Definition Classes
    PublicApply
  15. def apply(fieldName: String, fieldValue: Double): Chart.this.type

    Permalink
    Definition Classes
    PublicApply
  16. def apply(fieldName: String, fieldValue: Int): Chart.this.type

    Permalink
    Definition Classes
    PublicApply
  17. def apply(fieldName: String, fieldValue: String): Chart.this.type

    Permalink
    Definition Classes
    PublicApply
  18. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  19. def backgroundColor(value: String): Chart

    Permalink
  20. def borderColor(value: String): Chart

    Permalink
  21. def borderRadius(value: Int): Chart

    Permalink
  22. def borderWidth(value: Int): Chart

    Permalink
  23. def className(value: String): Chart

    Permalink
  24. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. val codes: Map[String, String]

    Permalink

    Store code temporary since code is not valid JSON so put Stakeholder first, after everything created as String just before substitute it with real code

    Store code temporary since code is not valid JSON so put Stakeholder first, after everything created as String just before substitute it with real code

    s"--$$fieldName-$$codeMD5--" -> Real JavaScript code

    Definition Classes
    BaseModel
  26. def compactJson: String

    Permalink
    Definition Classes
    BaseModel
  27. lazy val compactReplaced: String

    Permalink
    Definition Classes
    BaseModel
  28. def defaultSeriesType(value: String): Chart

    Permalink
  29. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  31. def events(values: (String, String)*): Chart

    Permalink
  32. def expect(actual: Any, options: Any*): Unit

    Permalink
    Definition Classes
    BaseModel
  33. def fieldName: String

    Permalink
    Definition Classes
    ChartIModel
  34. val fields: ListBuffer[JField]

    Permalink

    store or fields which will be put into the result JObject

    store or fields which will be put into the result JObject

    Definition Classes
    BaseModel
  35. val fieldsNames: Set[String]

    Permalink

    used to reported problem if the same fields add twice

    used to reported problem if the same fields add twice

    Definition Classes
    BaseModel
  36. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  37. implicit val formats: DefaultFormats.type

    Permalink
    Definition Classes
    BaseModel
  38. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  39. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  40. def height(value: Int): Chart

    Permalink
  41. def ignoreHiddenSeries(value: Boolean): Chart

    Permalink
  42. def inverted(value: Boolean): Chart

    Permalink
  43. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  44. lazy val json: String

    Permalink
    Definition Classes
    BaseModel
  45. def margin(top: Int, right: Int, bottom: Int, left: Int): Chart.this.type

    Permalink
    Definition Classes
    Margin
  46. def marginBottom(value: Int): Chart.this.type

    Permalink
    Definition Classes
    Margin
  47. def marginLeft(value: Int): Chart.this.type

    Permalink
    Definition Classes
    Margin
  48. def marginRight(value: Int): Chart.this.type

    Permalink
    Definition Classes
    Margin
  49. def marginTop(value: Int): Chart.this.type

    Permalink
    Definition Classes
    Margin
  50. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  53. def option3d(values: (String, Any)*): Chart

    Permalink
  54. def panKey(value: String): Chart

    Permalink
  55. def panning(value: Boolean): Chart

    Permalink
  56. def pinchType(value: String): Chart

    Permalink
  57. def placeholdCode(code: Code): String

    Permalink
    Attributes
    protected
    Definition Classes
    BaseModel
  58. def placeholdCode(code: String): String

    Permalink
    Attributes
    protected
    Definition Classes
    BaseModel
  59. def plotBackgroundColor(value: String): Chart

    Permalink
  60. def plotBackgroundImage(value: String): Chart

    Permalink
  61. def plotBorderColor(value: Boolean): Chart

    Permalink
  62. def plotBorderWidth(value: Int): Chart

    Permalink
  63. def plotShadow(value: Any): Chart

    Permalink
  64. def polar(value: Boolean): Chart

    Permalink
  65. def postProcessResult(jobj: JObject): JObject

    Permalink
    Attributes
    protected
    Definition Classes
    BaseModel
  66. def preProcessResult(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    BaseModel
  67. def reflow(value: Boolean): Chart

    Permalink
  68. lazy val replaced: String

    Permalink
    Definition Classes
    BaseModel
  69. def resetZoomButton(values: (String, Any)*): Chart

    Permalink
  70. lazy val result: JObject

    Permalink

    Lazy evaluate the result.

    Lazy evaluate the result.

    1. preProcessResult 2. create JObject 3. postProcessResult

    Definition Classes
    BaseModel
  71. def selectionMarkerFill(value: String): Chart

    Permalink
  72. def shadow(values: (String, Any)*): Chart

    Permalink
  73. def shadow(value: Boolean): Chart

    Permalink
  74. def showAxes(value: Boolean): Chart

    Permalink
  75. def spacing(top: Int, right: Int, bottom: Int, left: Int): Spacing

    Permalink
    Definition Classes
    Spacing
  76. def spacingBottom(value: Int): Spacing

    Permalink
    Definition Classes
    Spacing
  77. def spacingLeft(value: Int): Spacing

    Permalink
    Definition Classes
    Spacing
  78. def spacingRight(value: Int): Spacing

    Permalink
    Definition Classes
    Spacing
  79. def spacingTop(value: Int): Spacing

    Permalink
    Definition Classes
    Spacing
  80. def style(values: (String, Any)*): Chart

    Permalink
  81. val subFields: LinkedHashMap[String, List[(String, Any)]]

    Permalink

    each Model, two levels of fields are supported

    each Model, two levels of fields are supported

    [fieldName, List[(subFieldName, subFieldValue)]

    Definition Classes
    BaseModel
  82. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  83. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  84. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  87. def width(value: Int): Chart

    Permalink
  88. def zoomType(value: String): Chart

    Permalink

Inherited from PublicApply

Inherited from Spacing

Inherited from Margin

Inherited from BaseModel

Inherited from IModel

Inherited from AnyRef

Inherited from Any

Ungrouped