Interface ChartService<D>
- Type Parameters:
D- chart data
- All Known Implementing Classes:
ApexChartService
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Service-layer for charting.
- Version:
- 2.0.3
- Author:
- Stephen Prizio
-
Method Summary
Modifier and TypeMethodDescriptiongetChartDataForPosition(Position position) Obtains the chart data for the givenPosition.
-
Method Details
-
getChartDataForPosition
-