Class ApexChartService
java.lang.Object
com.bluebell.greenhouse.radicle.services.chart.impl.ApexChartService
- All Implemented Interfaces:
ChartService<ApexChartData>
apexcharts implementation of
ChartService.- Version:
- 2.0.3
- Author:
- Stephen Prizio
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetChartDataForPosition(Position position) Obtains the chart data for the givenPosition.
-
Constructor Details
-
ApexChartService
public ApexChartService()
-
-
Method Details
-
getChartDataForPosition
Obtains the chart data for the givenPosition. The resolution is derived from the position's duration.- Specified by:
getChartDataForPositionin interfaceChartService<ApexChartData>- Parameters:
position-Position- Returns:
D
-