Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SparklineConfig

deprecated

Use SparklineChartConfig

Hierarchy

Index

Constructors

constructor

Properties

Optional axis

axis: any

C3 inherited configuration for axis

Optional chartHeight

chartHeight: number

The height of the chart

Optional chartId

chartId: string

The id of the chart used in the markup

Optional data

data: any

C3 inherited configuration for data

See: http://c3js.org/reference.html#data

Optional showXAxis

showXAxis: boolean

Boolean to indicate whether or not to show the x axis

Optional showYAxis

showYAxis: boolean

Boolean to indicate whether or not to show the y axis

Optional size

size: any

C3 inherited configuration for size object

See: http://c3js.org/reference.html#size

Optional tooltip

tooltip: any

C3 inherited configuration for tooltip

See: http://c3js.org/reference.html#tooltip

Optional tooltipType

tooltipType: string

Options include usagePerDay, valuePerDay, percentage or default

Optional units

units: string

The unit of measure for the chart

Generated using TypeDoc