padding property
dynamic
get
padding
Implementation
external dynamic
/*{
/**
* The padding on the top of the chart.
*/
top?: number;
/**
* The padding on the right of the chart.
*/
right?: number;
/**
* The padding on the bottom of the chart.
*/
bottom?: number;
/**
* The padding on the left of the chart.
*/
left?: number;
}*/
get padding;
set
padding
(dynamic v)
Implementation
external set padding(
dynamic
/*{
/**
* The padding on the top of the chart.
*/
top?: number;
/**
* The padding on the right of the chart.
*/
right?: number;
/**
* The padding on the bottom of the chart.
*/
bottom?: number;
/**
* The padding on the left of the chart.
*/
left?: number;
}*/
v);