com.quantifind.charts

Highcharts

Related Doc: package charts

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: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

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

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

  6. final def asInstanceOf[T0]: T0

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

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

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

  10. 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
  11. def clone(): AnyRef

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

  13. def containerDivs(index: Int): String

    Definition Classes
    WebPlotHighcharts
  14. def delete(): Unit

    Definition Classes
    Plottable
  15. def deleteAll(): Unit

    Definition Classes
    Plottable
  16. def disableOpenWindow(): Unit

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

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

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

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

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

    returns

    Definition Classes
    WebPlot
  22. def hashCode(): Int

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

    Output the basic usage of Highcharts

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

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

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

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

  28. def hold(): Unit

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

    Definition Classes
    WebPlot
  30. var isHeld: Boolean

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

    Definition Classes
    Any
  32. val jsHeader: String

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  46. 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
  47. def openWindow(link: String): Try[String]

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

  49. def plot(t: Highchart): Highchart

    Definition Classes
    HighchartsStylesWebPlotHighchartsWebPlotPlotLike
  50. def plotAll(): Unit

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

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

    Definition Classes
    Plottable
  53. def redo: Unit

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

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

  56. def reloadJs: String

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

  58. def setPort(port: Int): Unit

  59. def setWispPort(port: Int): Unit

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

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

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

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

    Definition Classes
    HighchartsStyles
  64. def startServer(): Unit

  65. 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
  66. def stopServer: Unit

  67. def stopWispServer: Unit

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

    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
  68. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Definition Classes
    HighchartsStylesLabels
  70. def toString(): String

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

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

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

    Definition Classes
    Hold
  74. def unstack(): Highchart

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

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

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

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

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

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

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

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

    Definition Classes
    HighchartsStylesLabels
  83. 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