JSON API and Chart Data Standards

Are there any standards, common conventions, or useful examples of representing chart data that is suited for the following:

1: Follows JSON API specs and convention

2: Sufficiently conventional to work with various charting libraries and tools (C3, D3, etc) with minimal transformation.

Any general best practices of representing chart models in Ember Data and requiring minimal configuration and transformation to make them work within Ember based chart components?