system.kanoa.event.buildProductionBarChartByDay
Description
Takes the production event data and splits it by day. It is recommended to replace with a SQL function to speed things up.Syntax
buildProductionBarChartByDay(data)Parameters:
Returns:
Code Examples
# Example Usage:
data = your_production_event_data
result = buildProductionBarChartByDay(data)