com.quantifind.charts

Highcharts

object Highcharts extends IterablePairLowerPriorityImplicits with BinnedDataLowerPriorityImplicits with HighchartsStyles

User: austin Date: 12/2/14

Highcharts implementation of plotting functionality. Includes several highcharts specific plots

I rely on the fact that an implicit method defined in an object takes precedence over one defined in a trait to have Iterable[T] with PartialFunction[Int, T] resolve to this method

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Highcharts
  2. HighchartsStyles
  3. WebPlotHighcharts
  4. WebPlot
  5. Plottable
  6. Labels
  7. Hold
  8. PlotLike
  9. BinnedDataLowerPriorityImplicits
  10. IterablePairLowerPriorityImplicits
  11. AnyRef
  12. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def area[A, B, C, D](xy: IterablePair[A, B, C, D])(implicit arg0: Numeric[C], arg1: Numeric[D]): Highchart

  7. def areaspline[A, B, C, D](xy: IterablePair[A, B, C, D])(implicit arg0: Numeric[C], arg1: Numeric[D]): Highchart

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def bar[A, B, C, D](xy: IterablePair[A, B, C, D])(implicit arg0: Numeric[C], arg1: Numeric[D]): Highchart

  10. implicit def binIterable[A](data: Iterable[A])(implicit arg0: Numeric[A]): BinnedData

  11. implicit def binIterableNumBins[A](data: Iterable[A], numBins: Int)(implicit arg0: Numeric[A]): BinnedData

  12. def buildHtmlFile(): String

    Iterates through the plots and builds the necessary javascript and html around them.

    Iterates through the plots and builds the necessary javascript and html around them. returns the files contents as a string

    Definition Classes
    WebPlotHighcharts
  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def column[A, B, C, D](xy: IterablePair[A, B, C, D])(implicit arg0: Numeric[C], arg1: Numeric[D]): Highchart

  15. def containerDivs(index: Int): String

    Definition Classes
    WebPlotHighcharts
  16. def delete(): Unit

    Definition Classes
    Plottable
  17. def deleteAll(): Unit

    Definition Classes
    Plottable
  18. def disableOpenWindow(): Unit

    Definition Classes
    WebPlot
  19. final def eq(arg0: AnyRef): Boolean

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

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

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

    Definition Classes
    AnyRef → Any
  23. def getWispServerInfo(): (File, Int, Boolean)

    returns

    Definition Classes
    WebPlot
  24. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  25. def help(): Unit

    Output the basic usage of Highcharts

  26. def highchartsContainer(json: String, index: Int): String

    Definition Classes
    WebPlotHighcharts
  27. def highchartsContainer(hc: Highchart): String

    Definition Classes
    WebPlotHighcharts
  28. def histogram(data: BinnedData): Highchart

  29. def histogram[A](data: Iterable[A], numBins: Int)(implicit arg0: Numeric[A]): Highchart

  30. def hold(): Unit

    Definition Classes
    Hold
  31. var http: Option[Server]

    Definition Classes
    WebPlot
  32. var isHeld: Boolean

    Definition Classes
    Hold
  33. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  34. val jsHeader: String

    Definition Classes
    WebPlotHighcharts
  35. def legend(labels: Iterable[String]): Highchart

    Definition Classes
    HighchartsStylesLabels
  36. def line[A, B, C, D](xy: IterablePair[A, B, C, D])(implicit arg0: Numeric[C], arg1: Numeric[D]): Highchart

  37. implicit def mkCoupledTriplet[A, B, C](data: Iterable[((A, B), C)])(implicit arg0: Numeric[C]): CoupledTripletBinned[A, B, C]

  38. implicit def mkFunctionIterable[A, B](ab: ((B) ⇒ A, Iterable[B]))(implicit arg0: Numeric[A], arg1: Numeric[B]): IterablePair[(B) ⇒ A, Iterable[B], A, B]

  39. implicit def mkIterableFunction[A, B](ab: (Iterable[A], (A) ⇒ B))(implicit arg0: Numeric[A], arg1: Numeric[B]): IterablePair[Iterable[A], (A) ⇒ B, A, B]

  40. implicit def mkIterableIterable[B](b: Iterable[B])(implicit arg0: Numeric[B]): IterableIterable[Int, B]

  41. implicit def mkIterableIterable[A, B](ab: Iterable[(A, B)])(implicit arg0: Numeric[A], arg1: Numeric[B]): IterableIterable[A, B]

  42. implicit def mkIterableIterable[A, B](ab: (Iterable[A], Iterable[B]))(implicit arg0: Numeric[A], arg1: Numeric[B]): IterableIterable[A, B]

  43. implicit def mkPair[A, B](data: Iterable[(A, B)])(implicit arg0: Numeric[B]): PairBinned[A, B]

  44. implicit def mkTrueTriplet[A, B, C](data: Iterable[(A, B, C)])(implicit arg0: Numeric[C]): TrueTripletBinned[A, B, C]

  45. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  46. final def notify(): Unit

    Definition Classes
    AnyRef
  47. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  48. def openFirstWindow(link: String): Unit

    If this is the first plot command being called, try to open the browser

    If this is the first plot command being called, try to open the browser

    link

    Definition Classes
    WebPlot
  49. def openWindow(link: String): Try[String]

    Definition Classes
    WebPlot
  50. def pie[A, B, C, D](xy: IterablePair[A, B, C, D])(implicit arg0: Numeric[C], arg1: Numeric[D]): Highchart

  51. def plot(t: Highchart): Highchart

    Definition Classes
    HighchartsStylesWebPlotHighchartsWebPlotPlotLike
  52. def plotAll(): Unit

    Definition Classes
    WebPlotHighchartsPlottable
  53. var plotServer: Option[PlotServer]

    Definition Classes
    WebPlot
  54. var plots: List[Highchart]

    Definition Classes
    Plottable
  55. def redo: Unit

    Definition Classes
    Plottable
  56. val redoStack: Stack[List[Highchart]]

    Attributes
    protected
    Definition Classes
    Plottable
  57. def regression[A, B, C, D](xy: IterablePair[A, B, C, D])(implicit arg0: Numeric[C], arg1: Numeric[D]): Highchart

  58. def reloadJs: String

    Definition Classes
    WebPlotHighcharts
  59. def scatter[A, B, C, D](xy: IterablePair[A, B, C, D])(implicit arg0: Numeric[C], arg1: Numeric[D]): Highchart

  60. def setPort(port: Int): Unit

  61. def setWispPort(port: Int): Unit

    Definition Classes
    WebPlot
  62. def setWispServerFile(file: File): Unit

    Definition Classes
    WebPlot
  63. def setWispServerFile(filename: String): Unit

    Definition Classes
    WebPlot
  64. def spline[A, B, C, D](xy: IterablePair[A, B, C, D])(implicit arg0: Numeric[C], arg1: Numeric[D]): Highchart

  65. def stack(stackType: Type = Stacking.normal): Highchart

    Definition Classes
    HighchartsStyles
  66. def startServer(): Unit

  67. def startWispServer(message: String = ...): Unit

    Launches the server which hosts the plots.

    Launches the server which hosts the plots. InetAddress.getLocalHost requires a properly configured /etc/hosts on linux machines. Assigns a random port

    message

    Definition Classes
    WebPlot
  68. def stopServer: Unit

  69. def stopWispServer: Unit

    Deletes the resulting index-*.

    Deletes the resulting index-*.html and stops the server Currently the index-*.html file persists in the $cwd if stopServer is not called.

    Definition Classes
    WebPlot
  70. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  71. def title(label: String): Highchart

    Definition Classes
    HighchartsStylesLabels
  72. def toString(): String

    Definition Classes
    AnyRef → Any
  73. def undo(): Unit

    Definition Classes
    Plottable
  74. val undoStack: Stack[List[Highchart]]

    Attributes
    protected
    Definition Classes
    Plottable
  75. def unhold(): Unit

    Definition Classes
    Hold
  76. def unstack(): Highchart

    Definition Classes
    HighchartsStyles
  77. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  80. val wispJsImports: String

    Definition Classes
    WebPlotHighcharts
  81. def xAxis(label: String): Highchart

    Definition Classes
    HighchartsStylesLabels
  82. def xAxisType(axisType: Type): Highchart

    Definition Classes
    HighchartsStyles
  83. def xyToSeries[T1, T2](x: Iterable[T1], y: Iterable[T2], chartType: Type)(implicit arg0: Numeric[T1], arg1: Numeric[T2]): Highchart

    Definition Classes
    HighchartsStyles
  84. def yAxis(label: String): Highchart

    Definition Classes
    HighchartsStylesLabels
  85. def yAxisType(axisType: Type): Highchart

    Definition Classes
    HighchartsStyles

Inherited from HighchartsStyles

Inherited from WebPlotHighcharts

Inherited from WebPlot[Highchart]

Inherited from Plottable[Highchart]

Inherited from Labels[Highchart]

Inherited from Hold[Highchart]

Inherited from PlotLike[Highchart]

Inherited from AnyRef

Inherited from Any

Ungrouped