Class

com.highstock.config

Exporting

Related Doc: package config

Permalink

class Exporting extends Object

Annotations
@RawJSType() @ScalaJSDefined()
Note

JavaScript name: exporting

Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Exporting
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Exporting()

    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. val allowHTML: UndefOr[Boolean]

    Permalink

    Experimental setting to allow HTML inside the chart (added through the useHTML options), directly in the exported image.

    Experimental setting to allow HTML inside the chart (added through the useHTML options), directly in the exported image. This allows you to preserve complicated HTML structures like tables or bi-directional text in exported charts.

    Disclaimer: The HTML is rendered in a foreignObject tag in the generated SVG. The official export server is based on PhantomJS, which supports this, but other SVG clients, like Batik, does not support it. This also applies to downloaded SVG that you want to open in a desktop client.

    Since

    2.1.8

  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val buttons: UndefOr[CleanJsObject[ExportingButtons]]

    Permalink

    Options for the export related buttons, print and export.

  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val enabled: UndefOr[Boolean]

    Permalink

    Whether to enable the exporting module.

    Whether to enable the exporting module. Disabling the module will hide the context button, but API methods will still be available.

  9. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  11. val fallbackToExportServer: UndefOr[Boolean]

    Permalink

    Whether or not to fall back to the export server if the offline-exporting module is unable to export the chart on the client side.

    Whether or not to fall back to the export server if the offline-exporting module is unable to export the chart on the client side.

    Since

    2.1.8

  12. val filename: UndefOr[String]

    Permalink

    The filename, without extension, to use for the exported chart.

    The filename, without extension, to use for the exported chart.

  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. val formAttributes: UndefOr[Object]

    Permalink

    An object containing additional attributes for the POST form that sends the SVG to the export server.

    An object containing additional attributes for the POST form that sends the SVG to the export server. For example, a target can be set to make sure the generated image is received in another frame, or a custom enctype or encoding can be set.

    Since

    1.3.8

  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. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  23. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  24. val scale: UndefOr[Double]

    Permalink

    Defines the scale or zoom factor for the exported image compared to the on-screen display.

    Defines the scale or zoom factor for the exported image compared to the on-screen display. While for instance a 600px wide chart may look good on a website, it will look bad in print. The default scale of 2 makes this chart export to a 1200px PNG or JPG.

    Since

    1.3

  25. val sourceHeight: UndefOr[Double]

    Permalink

    Analogous to sourceWidth

    Analogous to sourceWidth

    Since

    1.3

  26. val sourceWidth: UndefOr[Double]

    Permalink

    The width of the original chart when exported, unless an explicit chart.width is set.

    The width of the original chart when exported, unless an explicit chart.width is set. The width exported raster image is then multiplied by scale.

    Since

    1.3

  27. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  30. val type: UndefOr[String]

    Permalink

    Default MIME type for exporting if chart.exportChart() is called without specifying a type option.

    Default MIME type for exporting if chart.exportChart() is called without specifying a type option. Possible values are image/png, image/jpeg, application/pdf and image/svg+xml.

  31. val url: UndefOr[String]

    Permalink

    The URL for the server module converting the SVG string to an image format.

    The URL for the server module converting the SVG string to an image format. By default this points to Highslide Software's free web service.

  32. def valueOf(): Any

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. val width: UndefOr[Double]

    Permalink

    The pixel width of charts exported to PNG or JPG.

    The pixel width of charts exported to PNG or JPG. As of Highstock 1.3, the default pixel width is a function of the chart.width or exporting.sourceWidth and the exporting.scale.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped