com.quantifind.charts

Highcharts

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

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

  10. def containerDivs(index: Int): String

    Definition Classes
    WebPlotHighcharts
  11. def delete(): Unit

    Definition Classes
    Plottable
  12. def deleteAll(): Unit

    Definition Classes
    Plottable
  13. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. var firstOpenWindow: Boolean

    Definition Classes
    WebPlot
  17. final def getClass(): Class[_]

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

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

    Output the basic usage of Highcharts

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

    Definition Classes
    WebPlotHighcharts
  21. def hold(): Unit

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

    Definition Classes
    WebPlot
  23. var isHeld: Boolean

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

    Definition Classes
    Any
  25. val jsFooter: String

    Definition Classes
    WebPlotHighcharts
  26. val jsHeader: String

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

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

  29. val localFile: File

    Definition Classes
    WebPlot
  30. implicit def mkFunctionIterable[A, B](ab: ((B) ⇒ A, Iterable[B]))(implicit arg0: Numeric[A], arg1: Numeric[B]): IterablePair[(B) ⇒ A, Iterable[B], A, B]

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

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

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

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

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

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

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

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

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

  41. def plot(t: Highchart): Highchart

    Definition Classes
    HighchartsStylesWebPlotHighchartsWebPlotPlotLike
  42. def plotAll(): Unit

    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.

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

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

    Definition Classes
    Plottable
  45. val port: Int

    Definition Classes
    WebPlot
  46. def redo: Unit

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

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

  49. val reload: String

    Definition Classes
    WebPlotHighcharts
  50. def reloadJs: String

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

  52. var serverMode: Boolean

    Definition Classes
    WebPlot
  53. var serverRootFile: File

    Definition Classes
    WebPlot
  54. val serverRootFileName: String

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

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

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

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

    Definition Classes
    HighchartsStylesLabels
  61. def toString(): String

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

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

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

    Definition Classes
    Hold
  65. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  68. def xAxis(label: String): Highchart

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

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

    Definition Classes
    HighchartsStylesLabels

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