How to provide Json data through RestFul service to AnyChart

0
How to provide Json data through RestFul service to AnyChart Please video tutorial if availabel  
asked
1 answers
0

You need two steps:
 

  1. Create a Helper Entity in Mendix and create Objects of this Entity via the REST Service. 
    https://docs.mendix.com/howto/integration/consume-a-rest-service/ 
  2. Use the newly created Object(s) as DataSource in AnyChart.
answered