Documentation_PTO_2 - revaturelabs/assignforce-force GitHub Wiki

Highcharts_API

Utilize various highchart api to change the timeline structure

Batch Timeline - Nate

So guys, the way the batch timeline works:

  • Queries the information needed from the apex controller
  • Formats that data into JSON and sends it to the JS helper for formatting
  • From there it goes into the JS controller for event management
  • Goes into the component for display

We weren't told this before, took a while to figure it out. The chart is being made using the Hightcharts API, from a website that the first iteration used to make the chart.