Originally shared by Steema Software


Originally shared by Steema Software

Example of TeeChart automatic visualization of JSON data from OpenWeatherMap REST api, using Embarcadero Technologies Studio XE6 REST components, and next-coming "TeeAuto" library for automatic layout compositions of multiple charts from disparate sources of data (text, csv, xml, json, any DB TDataset, RTTI, etc), allowing sql-like multi-dimensional queries from linked sources.  

Two lines of code !

  RESTRequest1.Execute;
  AutoPanel1.Add(AutoRESTProvider1);

Comments

Post a Comment