line property
dynamic
get
line
Implementation
external dynamic
/*{
/**
* Set if null data point will be connected or not.
* If true set, the region of null data will be connected without any data point. If false set, the region of null data will not be connected and get empty.
*/
connectNull?: boolean;
/**
* Change step type for step chart. 'step', 'step-before' and 'step-after' can be used.
*/
step?: {
type: string;
};
}*/
get line;
set
line
(dynamic v)
Implementation
external set line(
dynamic
/*{
/**
* Set if null data point will be connected or not.
* If true set, the region of null data will be connected without any data point. If false set, the region of null data will not be connected and get empty.
*/
connectNull?: boolean;
/**
* Change step type for step chart. 'step', 'step-before' and 'step-after' can be used.
*/
step?: {
type: string;
};
}*/
v);