PlexBarDataPoint typedef

PlexBarDataPoint = (String, double)

Data point for bar chart: (xLabel, yValue).

Implementation

typedef PlexBarDataPoint = (String x, double y);