Function getArrayBufferDataLoader

  • Gets bytes from an API. The data loader will send a post request to the url with with a jsonified object containing the datasource and column information

    {
       "data_source":"mydataource"
       "columns":[{"field":"x1","datatype":"integer"}]
    }
    

    returns a dataloader

    Parameters

    • url: string

      {string} - The url of the api

    • decompress: boolean = false

    Returns Function

    a dataloader that can be used to construct ChartManager