HorizontalBarChart - Ledragon/ldd3 GitHub Wiki
Module "src/charts/HorizontalBarChart"
Class HorizontalBarChart
Constructor
Usage:
new HorizontalBarChart(containerId: string, _width: number, _height: number)
Parameters:
- containerId - string:
- _width - number:
- _height - number:
Return type: HorizontalBarChart
color
Usage:
color(value: )
Parameters:
- value - :
Return type: HorizontalBarChart<T>
format
Usage:
format(value: string)
Parameters:
- value - string:
Return type: HorizontalBarChart<T>
padding
Usage:
padding(value: number)
Parameters:
- value - number:
Return type: HorizontalBarChart<T>
title
Usage:
title(value: string)
Parameters:
- value - string:
Return type: HorizontalBarChart<T>
update
Usage:
update(data: Array<T>)
Parameters:
- data - Array:
Return type: void
x
Usage:
x(value: )
Parameters:
- value - :
Return type: HorizontalBarChart<T>
y
Usage:
y(value: )
Parameters:
- value - :
Return type: HorizontalBarChart<T>