sgvizler2
    Preparing search index...

    This table uses DataTables.net. You can adapt each column with the option colstyle.

    bordercloud.visualization.DataTable

    bordercloud.visualization

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    _resultSparql: SparqlResultInterface
    options: any = {}

    Give the options of chart

    sgvizler.Chart

    Accessors

    • get classHtml(): string

      Todo

      Returns string

      sgvizler.Chart

    • set classHtml(value: string): void

      Todo

      Parameters

      • value: string

      Returns void

      sgvizler.Chart

    • get height(): string

      Todo

      Returns string

      sgvizler.Chart

    • set height(value: string): void

      Todo

      Parameters

      • value: string

      Returns void

      sgvizler.Chart

    • get newOptionsRaw(): string

      To read new options for interactive chart

      Returns string

    • get optionsRaw(): string

      Todo

      Returns string

      sgvizler.Chart

    • set optionsRaw(value: string): void

      Todo

      Parameters

      • value: string

      Returns void

      sgvizler.Chart

    • get style(): string

      Todo

      Returns string

      sgvizler.Chart

    • set style(value: string): void

      Todo

      Parameters

      • value: string

      Returns void

      sgvizler.Chart

    • get width(): string

      Todo

      Returns string

      sgvizler.Chart

    • set width(value: string): void

      Todo

      Parameters

      • value: string

      Returns void

      sgvizler.Chart

    Methods

    • Draw a chart Available options:

      • 'class' : css class (default: "table table-striped table-bordered")
      • 'cellspacing' : cellspacing of table (default: "0")
      • 'width' : width (default: "100%")
      • 'colStyle' : (default: "")

      Example : "colStyle=col2_img_max-width:250px;col2_img_border-radius:50%;col2_img_display:block;col2_img_margin:auto;col3_img_max-width:300px;col3_img_max-height:300px;col2_img_opacity:0.5"

      Parameters

      Returns Promise<void>